1. ecd54fb Disable POLARSSL_TIMING_C by default (only required for HAVEGE) by Paul Bakker · 12 years ago
  2. 92b8dc0 Fixed memory leaks in tests by Paul Bakker · 12 years ago
  3. 891998e Added extra debug information to memory_buffer_alloc_status() by Paul Bakker · 12 years ago
  4. bd55244 Removed memory leak in PKCS#12 code by Paul Bakker · 12 years ago
  5. 4632083 Removed memory leaks in PKCS#5 functions by Paul Bakker · 12 years ago
  6. e07c431 Test suite automatically uses buffer-based memory allocator if present by Paul Bakker · 12 years ago
  7. 6e339b5 Memory-allocation abstraction layer and buffer-based allocator added by Paul Bakker · 12 years ago
  8. f863485 Remove memory leak in PKCS#5 self test by Paul Bakker · 12 years ago
  9. abf2f8f zlib compression/decompression skipped on empty blocks by Paul Bakker · 12 years ago
  10. e5bffc3 Removed redundant includes by Paul Bakker · 12 years ago
  11. d2681d8 Renamed sha2.{c,h} to sha256.{c,h} and sha4.{c,h} to sha512.{c,h} by Paul Bakker · 12 years ago
  12. 9e36f04 SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly by Paul Bakker · 12 years ago
  13. 3866b9f Removed redundant inclusion by Paul Bakker · 12 years ago
  14. 62534dd programs/util/strerror now handles decimal and hexidecimal input by Paul Bakker · 12 years ago
  15. 63899fe Removed redundant bugfix from ChangeLog (Already done in 1.2.8) by Paul Bakker · 12 years ago
  16. 03a8a79 Programs adapted to use polarssl_strerror() instead of error_strerror() by Paul Bakker · 12 years ago
  17. fd3eac5 Cleaned up ECP error codes by Paul Bakker · 12 years ago
  18. 5dc6b5f Made supported curves configurable by Paul Bakker · 12 years ago
  19. e2ab84f Renamed error_strerror() to the less conflicting polarssl_strerror() by Paul Bakker · 12 years ago
  20. 89fe7f4 compat.sh modified to support new ssl_server2 and ssl_client2 capabilities by Paul Bakker · 12 years ago
  21. c1516be ssl_server2 and ssl_client2 adapted to support maximum protocol version by Paul Bakker · 12 years ago
  22. 2fbefde Client and server now filter sent and accepted ciphersuites on minimum by Paul Bakker · 12 years ago
  23. 59c28a2 SSL v2 handshake should also handle dynamic ciphersuites by Paul Bakker · 12 years ago
  24. f8d018a Made asn1_get_alg() and asn1_get_alg_null() as generic functions by Paul Bakker · 12 years ago
  25. ce6ae23 Macro-ized the final internal OID functions by Paul Bakker · 12 years ago
  26. 47fce02 Defines around module-dependent OIDs by Paul Bakker · 12 years ago
  27. 7749a22 Moved PKCS#12 cipher layer based PBE detection to use OID database by Paul Bakker · 12 years ago
  28. dd1150e Macro-ized single and double attribute functions in OID database by Paul Bakker · 12 years ago
  29. bd51ad5 Re-ordered OID internals. Made macro for oid_XXX_from_asn1() functions by Paul Bakker · 12 years ago
  30. 9b5e885 PKCS#5 PBES2 now uses OID database for algorithm detection by Paul Bakker · 12 years ago
  31. 6d72f33 Updated README with simple formatting by Paul Bakker · 12 years ago
  32. 407a0da Moved __cplusplus extern statement to include struct definitions as well. by Paul Bakker · 12 years ago
  33. c5a79cc Fixed compiler warnings for unused parameter ssl by Paul Bakker · 12 years ago
  34. b9d3cfa Split up GCM into a start/update/finish cycle by Paul Bakker · 12 years ago
  35. 534f82c Made ctr_drbg_init_entropy_len() non-static and defined by Paul Bakker · 12 years ago
  36. 3c5ef71 Cleanup up non-prototyped functions (static) and const-correctness in programs by Paul Bakker · 12 years ago
  37. b6c5d2e Cleanup up non-prototyped functions (static) and const-correctness by Paul Bakker · 12 years ago
  38. 169b7f4 Fixed gcm.c formatting (removed redundant spaces) by Paul Bakker · 12 years ago
  39. bda7cb7 Fixed minor comment typo by Paul Bakker · 12 years ago
  40. b0713c7 Updated PKCS#12 define dependencies by Paul Bakker · 12 years ago
  41. f67edd9 Made x509parse PKCS#12 and PKCS#5 tests dependent on defines by Paul Bakker · 12 years ago
  42. 38b50d7 Moved PKCS#12 PBE functions to cipher / md layer where possible by Paul Bakker · 12 years ago
  43. 0e34235 Fixed values for 2-key Triple DES in cipher layer by Paul Bakker · 12 years ago
  44. a4232a7 x509parse_crt() and x509parse_crt_der() return X509 password related codes by Paul Bakker · 12 years ago
  45. 7282309 Removed redundant free()s by Paul Bakker · 12 years ago
  46. cf445ff Added missing free() by Paul Bakker · 12 years ago
  47. 9bcf16c Centralized module option values in config.h by Paul Bakker · 12 years ago
  48. 28144de PKCS#5 v2 PBES2 support and use in PKCS#8 encrypted certificates by Paul Bakker · 12 years ago
  49. b0c19a4 PKCS#5 module added. Moved PBKDF2 functionality inside and deprecated by Paul Bakker · 12 years ago
  50. fc4f46f Fixed bignum.c and bn_mul.h to support Thumb2 and LLVM compiler by Paul Bakker · 12 years ago
  51. 531e294 Fixed location of brackets in pkcs12.c by Paul Bakker · 12 years ago
  52. 2c8cdd2 x509parse_crtpath() is now reentrant and uses more portable stat() by Paul Bakker · 12 years ago
  53. 42c6581 Changed x509parse_crt_der() to support adding to chain. by Paul Bakker · 12 years ago
  54. 90995b5 Added mechanism to provide alternative cipher / hash implementations by Paul Bakker · 12 years ago
  55. 28837ff Make sure polarssl/config.h is included at the start by Paul Bakker · 12 years ago
  56. f1f21fe Parsing of PKCS#8 encrypted private key files added and PKCS#12 basis by Paul Bakker · 12 years ago
  57. e2f5040 Internally split up x509parse_key() by Paul Bakker · 12 years ago
  58. 89ecb2d ssl_parse_certificate() now calls x509parse_crt_der() directly by Paul Bakker · 12 years ago
  59. 5ed3b34 x509parse_crt() now better handles PEM error situations by Paul Bakker · 12 years ago
  60. 00b2860 pem_read_buffer() already update use_len after header and footer are read by Paul Bakker · 12 years ago
  61. b2a1140 Added error.h inclusion in error.c template by Paul Bakker · 12 years ago
  62. 2a84424 Disabled the HAVEGE random generator by default by Paul Bakker · 12 years ago
  63. ef3f8c7 Fixed const correctness issues in programs and tests by Paul Bakker · 12 years ago
  64. 3c2122f Fixed const correctness issues that have no impact on the ABI by Paul Bakker · 12 years ago
  65. 2013950 Secure renegotiation extension should only be sent in case client supports secure renegotiation by Paul Bakker · 12 years ago
  66. de65623 PolarSSL 1.2.6 and PolarSSL 1.2.7 changes added to ChangeLog by Paul Bakker · 12 years ago
  67. 248fff5 PolarSSL 1.1.6 and PolarSSL 1.1.7 changed added to ChangeLog by Paul Bakker · 12 years ago
  68. 73d4431 Fixed parse error in ssl_parse_certificate_request() by Paul Bakker · 12 years ago
  69. 777a575 ca_path and ca_file arguments added to support chain validation in cert_app by Paul Bakker · 12 years ago
  70. f6a19bd Possible resource leak on FILE* removed in X509 parse by Paul Bakker · 12 years ago
  71. c72d3f7 Possible resource leak on FILE* removed in CTR_DRBG by Paul Bakker · 12 years ago
  72. 45bda90 Comments for extra PSK ciphersuites added to config.h by Paul Bakker · 12 years ago
  73. 40afb4b Added PSK GCM, SHA256 and SHA384 ciphers from RFC5487 by Paul Bakker · 12 years ago
  74. 0c5fac2 Reordered ID's to numerical order by Paul Bakker · 12 years ago
  75. a1bf92d Added PSK NULL ciphers from RFC4785 by Paul Bakker · 12 years ago
  76. b91c2b5 PSK and DHE-PSK addition to ChangeLog by Paul Bakker · 12 years ago
  77. bc956d9 Added missing config.h include by Paul Bakker · 12 years ago
  78. 48f7a5d DHE-PSK based ciphersuite support added and cleaner key exchange based by Paul Bakker · 12 years ago
  79. 188c8de Only allow missing SereverKeyExchange message in bare PSK mode by Paul Bakker · 12 years ago
  80. bcbe2d8 Prettier printing of the lists for longer ciphersuite names by Paul Bakker · 12 years ago
  81. e07f41d Introduced defines to control availability of specific SSL Key Exchange methods. by Paul Bakker · 12 years ago
  82. 7ad00f9 Sanity checks added to config.h by Paul Bakker · 12 years ago
  83. ed27a04 More granular define selections within code to allow for smaller code sizes by Paul Bakker · 12 years ago
  84. 7e5e7ca Added PSK ciphersuite tests to compat.sh by Paul Bakker · 12 years ago
  85. 73a899a Changed error code message to also cover missing pre-shared key by Paul Bakker · 12 years ago
  86. fbb1780 Added pre-shared key handling for the server side of SSL / TLS by Paul Bakker · 12 years ago
  87. 70df2fb Split parts of ssl_parse_client_key_exchange() into separate functions by Paul Bakker · 12 years ago
  88. d4a56ec Added pre-shared key handling for the client side of SSL / TLS by Paul Bakker · 12 years ago
  89. f7abd42 Removed extra spaces on end of lines by Paul Bakker · 12 years ago
  90. 29e1f12 split parts of ssl_parse_server_key_exchange() into separate functions by Paul Bakker · 12 years ago
  91. 8f4ddae Ability to specify allowed ciphersuites based on the protocol version. by Paul Bakker · 12 years ago
  92. eff2e6d Fixed MPI assembly for ARM when -O2 is used by Paul Bakker · 12 years ago
  93. 0ecdb23 Cleanup of the GCM code by Paul Bakker · 12 years ago
  94. 286bf3c Split up largest test suite data files into smaller chunks by Paul Bakker · 12 years ago
  95. 370e90c Enable PBKDF2 by default by Paul Bakker · 12 years ago
  96. abfdfbf Removed duplicate value from compat.sh ciphersuite list by Paul Bakker · 12 years ago
  97. a280d0f Fixed compiler warning for possible uninitialized ret by Paul Bakker · 12 years ago
  98. 27714b1 Added Camellia ECDHE-based CBC ciphersuites by Paul Bakker · 12 years ago
  99. bfe671f Blowfish has default of 128-bit keysize in cipher layer by Paul Bakker · 12 years ago
  100. d5c2b54 Indication of x509_get_numeric_string() deprecation by Paul Bakker · 12 years ago