1. 428b9ba Moved POLARSSL_FS_IO check to .function from .data by Paul Bakker · 12 years ago
  2. e827ce0 Fix for parse commit by Paul Bakker · 12 years ago
  3. c7bb02b Moved PK key writing from X509 module to PK module by Paul Bakker · 12 years ago
  4. 1a7550a Moved PK key parsing from X509 module to PK module by Paul Bakker · 12 years ago
  5. 92cb1d3 Make CBC an option, step 3: individual ciphers by Manuel Pégourié-Gonnard · 12 years ago
  6. 989ed38 Make CBC an option, step 2: cipher layer by Manuel Pégourié-Gonnard · 12 years ago
  7. 4fe9200 Fix memory leak in GCM by adding gcm_free() by Manuel Pégourié-Gonnard · 12 years ago
  8. 735b8fc Fix blunder in 8a109f1 by Manuel Pégourié-Gonnard · 12 years ago
  9. 9013af7 Merged major refactoring of x509write module into development by Paul Bakker · 12 years ago
  10. 0237620 Fix some dependencies declaration by Manuel Pégourié-Gonnard · 12 years ago
  11. 31e5940 Add missing f_rng/p_rng arguments to x509write_crt by Manuel Pégourié-Gonnard · 12 years ago
  12. f38e71a Convert x509write_crt interface to PK by Manuel Pégourié-Gonnard · 12 years ago
  13. 6de63e4 Add EC support to x509write_key by Manuel Pégourié-Gonnard · 12 years ago
  14. 7f1f092 Add test for x509write_key by Manuel Pégourié-Gonnard · 12 years ago
  15. 3837dae Add EC support to x509write_pubkey by Manuel Pégourié-Gonnard · 12 years ago
  16. e1f821a Adapt x509write_pubkey interface to use PK by Manuel Pégourié-Gonnard · 12 years ago
  17. 33250b0 Add test for x509write_pubkey_pem() by Manuel Pégourié-Gonnard · 12 years ago
  18. ee73179 Adapt x509write_csr prototypes for PK by Manuel Pégourié-Gonnard · 12 years ago
  19. 27d87fa Fix many off-by-one errors by Manuel Pégourié-Gonnard · 12 years ago
  20. c0dcf0c Merged blinding additions for EC, RSA and DHM into development by Paul Bakker · 12 years ago
  21. 36b7e1e Merged GCM refactoring into development by Paul Bakker · 12 years ago
  22. a594385 x509_verify() now case insensitive for cn (RFC 6125 6.4) by Paul Bakker · 12 years ago
  23. cd35803 Changes x509_csr to x509write_csr by Paul Bakker · 12 years ago
  24. 43aff2a Moved GCM to use cipher layer instead of AES directly by Paul Bakker · 12 years ago
  25. 5e0efa7 Added POLARSSL_MODE_ECB to the cipher layer by Paul Bakker · 12 years ago
  26. 2397cf3 First certificate writing test. Full server1.crt reconstruction by Paul Bakker · 12 years ago
  27. b8bd593 Restrict cipher_update() for GCM by Manuel Pégourié-Gonnard · 12 years ago
  28. 1af50a2 Cipher: test multiple cycles by Manuel Pégourié-Gonnard · 12 years ago
  29. ed8a02b Simplify DH blinding a bit by Manuel Pégourié-Gonnard · 12 years ago
  30. 143b502 Implement DH blinding by Manuel Pégourié-Gonnard · 12 years ago
  31. 2d62764 Change dhm_calc_secret() prototype by Manuel Pégourié-Gonnard · 12 years ago
  32. f7ce67f Add tests for gcm via cipher by Manuel Pégourié-Gonnard · 12 years ago
  33. 8eccab5 Add test vectors to the cipher test suite by Manuel Pégourié-Gonnard · 12 years ago
  34. 43a4780 Ommit AEAD functions if GCM not defined by Manuel Pégourié-Gonnard · 12 years ago
  35. aa9ffc5 Split tag handling out of cipher_finish() by Manuel Pégourié-Gonnard · 12 years ago
  36. 2adc40c Split cipher_update_ad() out or cipher_reset() by Manuel Pégourié-Gonnard · 12 years ago
  37. 9c853b9 Split cipher_set_iv() out of cipher_reset() by Manuel Pégourié-Gonnard · 12 years ago
  38. e09d2f8 Change ecp_mul() prototype to allow randomization by Manuel Pégourié-Gonnard · 12 years ago
  39. 9241be7 Change cipher prototypes for GCM by Manuel Pégourié-Gonnard · 12 years ago
  40. 07f8fa5 GCM in the cipher layer, step 1 by Manuel Pégourié-Gonnard · 12 years ago
  41. b5e8588 Handle NULL as a stream cipher for more uniformity by Manuel Pégourié-Gonnard · 12 years ago
  42. 37e230c Add arc4 support in the cipher layer by Manuel Pégourié-Gonnard · 12 years ago
  43. 48377d9 Configuration option to enable/disable POLARSSL_PKCS1_V15 operations by Paul Bakker · 12 years ago
  44. 548957d Refactored RSA to have random generator in every RSA operation by Paul Bakker · 12 years ago
  45. ca174fe Merged refactored x509write module into development by Paul Bakker · 12 years ago
  46. 577e006 Merged ECDSA-based key-exchange and ciphersuites into development by Paul Bakker · 12 years ago
  47. a0f0747 Rm redundant dependencies in test files by Manuel Pégourié-Gonnard · 12 years ago
  48. 70064fd compat.sh: report results by Manuel Pégourié-Gonnard · 12 years ago
  49. 7ebaf37 Add ECDSA suites to compat.sh by Manuel Pégourié-Gonnard · 12 years ago
  50. dfc8d5a Small adjustments in compat.sh by Manuel Pégourié-Gonnard · 12 years ago
  51. 9791a40 Refactor compat.sh to prepare for ECDSA by Manuel Pégourié-Gonnard · 12 years ago
  52. df0142b Fix some dependencies in tests by Manuel Pégourié-Gonnard · 12 years ago
  53. 82e2945 Changed naming and prototype convention for x509write functions by Paul Bakker · 12 years ago
  54. 2130796 Switched order of storing x509_req_names to match inputed order by Paul Bakker · 12 years ago
  55. 8eabfc1 Rewrote x509 certificate request writing to use structure for storing by Paul Bakker · 12 years ago
  56. 43fdd61 Merged update certificate verification for EC certificates into development by Paul Bakker · 12 years ago
  57. ca2da51 Merged ECDSA tests / enhancements and example into development by Paul Bakker · 12 years ago
  58. 2b217c3 Merged latest fix for test framework revamp into development by Paul Bakker · 12 years ago
  59. 667086b Fixed Makefile leftover typo by Paul Bakker · 12 years ago
  60. 3fb5c5e PK: rename members for consistency CIPHER, MD by Manuel Pégourié-Gonnard · 12 years ago
  61. c6ac887 Nicer interface between PK and debug. by Manuel Pégourié-Gonnard · 12 years ago
  62. b4e9ca9 Add some more x509_verify tests by Manuel Pégourié-Gonnard · 12 years ago
  63. 05b9dce Add tests for crl_info with EC CA by Manuel Pégourié-Gonnard · 12 years ago
  64. 6d29ff2 Add cert_info tests for EC and mixed certificates by Manuel Pégourié-Gonnard · 12 years ago
  65. 6009c3a Add tests for EC cert and crl validation by Manuel Pégourié-Gonnard · 12 years ago
  66. e7f64a8 Add missing depends to some x509parse tests by Manuel Pégourié-Gonnard · 12 years ago
  67. 20e9fad Add test files for EC cert & crl validation by Manuel Pégourié-Gonnard · 12 years ago
  68. 8eebd01 Add an ecdsa_genkey() function by Manuel Pégourié-Gonnard · 12 years ago
  69. b694b48 Add ecdsa_{read,write}_signature() by Manuel Pégourié-Gonnard · 12 years ago
  70. 5a8a62c Fixed some x509parse tests after merge of new test framework by Paul Bakker · 12 years ago
  71. 898edb7 Merged the revamped test framework into development by Paul Bakker · 12 years ago
  72. 68a4fce Added missing dependencies on functions and tests by Paul Bakker · 12 years ago
  73. bb20f4b Failing TEST_ASSERT now breaks off test by Paul Bakker · 12 years ago
  74. b34fef2 Suite dependencies handled correctly now by Paul Bakker · 12 years ago
  75. 33b43f1 Converted .function file to c-like format and adapted generator code by Paul Bakker · 12 years ago
  76. 55a7e90 Enhanced test output presentation by Paul Bakker · 12 years ago
  77. b03de8b Add test for EC keys with all curves. by Manuel Pégourié-Gonnard · 12 years ago
  78. 06dab80 Fix memory error in asn1_get_bitstring_null() by Manuel Pégourié-Gonnard · 12 years ago
  79. dbd443d Adapted .function files and .data files to new test framework by Paul Bakker · 12 years ago
  80. 1934318 Introduced own scripted test framework to replace fct.h and reduce compile time by Paul Bakker · 12 years ago
  81. 51e7313 Fixed expected test result case for unknown padding modes by Paul Bakker · 12 years ago
  82. ebdc413 Add 'no padding' mode by Manuel Pégourié-Gonnard · 12 years ago
  83. 0e7d2c0 Add zero padding by Manuel Pégourié-Gonnard · 12 years ago
  84. 8d4291b Add zeros-and-length (ANSI X.923) padding by Manuel Pégourié-Gonnard · 12 years ago
  85. 679f9e9 Add one-and-zeros (ISO/IEC 7816-4) padding by Manuel Pégourié-Gonnard · 12 years ago
  86. 6c97899 Adapt cipher tests to configurable padding by Manuel Pégourié-Gonnard · 12 years ago
  87. a640849 Add tests for get_padding() (PKCS#7) by Manuel Pégourié-Gonnard · 12 years ago
  88. 725680f Make cipher tests less dependant on padding size by Manuel Pégourié-Gonnard · 12 years ago
  89. d5fdcaf Add cipher_set_padding() (no effect yet) by Manuel Pégourié-Gonnard · 12 years ago
  90. 0f2f0bf CAMELLIA-based PSK and DHE-PSK ciphersuites added by Paul Bakker · 12 years ago
  91. 524691c Added --modes option to tests/compat.sh by Paul Bakker · 12 years ago
  92. bd5fd4d RFC6229 ARC4 test vectors added to testsuite by Paul Bakker · 12 years ago
  93. accd4eb compat.sh now has -f command-line option to filter used ciphersuites by Paul Bakker · 12 years ago
  94. 4f47538 Fix some 'depends' in tests by Manuel Pégourié-Gonnard · 12 years ago
  95. a2d4e64 Some more EC pubkey parsing refactoring by Manuel Pégourié-Gonnard · 12 years ago
  96. 893879a Adapt debug_print_crt() for EC keys by Manuel Pégourié-Gonnard · 12 years ago
  97. a3c86c3 Certificates with EC key and/or sig parsed by Manuel Pégourié-Gonnard · 12 years ago
  98. 72ef0b7 Add test certificate signed with ECDSA by Manuel Pégourié-Gonnard · 12 years ago
  99. 244569f Use generic x509_get_pubkey() for RSA functions by Manuel Pégourié-Gonnard · 12 years ago
  100. 8ea6c61 Rename of prvkey -> privkey fix in test suite files by Paul Bakker · 12 years ago