1. 5bc07a3 Prepped for 1.3.3 by Paul Bakker · 11 years ago
  2. c738791 Merged ECP memory usage optimizations by Paul Bakker · 11 years ago
  3. 956c9e0 Reduced the input / output overhead with 200+ bytes and covered corner case by Paul Bakker · 11 years ago
  4. f9c4953 Added version of the SSL pthread server example by Paul Bakker · 11 years ago
  5. 23116fd Merged AES-NI support for AES, AES-GCM and AES key scheduling by Paul Bakker · 11 years ago
  6. 1a56fc9 Fixed x509_crt_parse_path() bug on Windows platforms by Paul Bakker · 11 years ago
  7. 5a607d2 Merged IPv6 support in the NET module by Paul Bakker · 11 years ago
  8. 5ab68ba Merged storing curves fully in ROM by Paul Bakker · 11 years ago
  9. fdf9469 Merged support for ECDH-RSA / ECDH-ECDSA key exchanges and ciphersuites by Paul Bakker · 11 years ago
  10. f70fe81 Fixed memory leak in benchmark application by Paul Bakker · 11 years ago
  11. 6f0636a Potential memory leak in ssl_ticket_keys_init() by Paul Bakker · 11 years ago
  12. 48d78a5 Merged support for Curve25519 by Paul Bakker · 11 years ago
  13. 9a4a5ac Fix bug in mpi_set_bit by Manuel Pégourié-Gonnard · 11 years ago
  14. b14817d Updated ChangeLog for splitting off curves from ecp.c by Paul Bakker · 11 years ago
  15. 9dc53a9 Merged client ciphersuite order preference option by Paul Bakker · 11 years ago
  16. 014f143 Merged EC key generation support by Paul Bakker · 11 years ago
  17. 4040d7e Merged more constant-time checking in RSA by Paul Bakker · 11 years ago
  18. c3d0d07 Merged change from readdir_r() to readdir() + threading by Paul Bakker · 11 years ago
  19. 7aa0375 Updated ChangeLog to reflect recent changes by Paul Bakker · 11 years ago
  20. a9a028e SSL now gracefully handles missing RNG by Paul Bakker · 11 years ago
  21. f2b4d86 Fixed X.509 hostname comparison (with non-regular characters) by Paul Bakker · 11 years ago
  22. f4dc186 Prep for PolarSSL 1.3.2 by Paul Bakker · 11 years ago
  23. e1121b6 Update ChangeLog for renegotiation changes by Paul Bakker · 11 years ago
  24. 7b0be68 Support for serialNumber, postalAddress and postalCode in X509 names by Paul Bakker · 11 years ago
  25. fa6a620 Defines for UEFI environment under MSVC added by Paul Bakker · 11 years ago
  26. 178d9ba Fix ECDSA corner case: missing reduction mod N by Manuel Pégourié-Gonnard · 11 years ago
  27. 60b1d10 Fixed spelling / typos (from PowerDNS:codespell) by Paul Bakker · 11 years ago
  28. 93c6aa4 Fixed that selfsign copies issuer_name to subject_name by Paul Bakker · 11 years ago
  29. 50dc850 Const correctness by Paul Bakker · 11 years ago
  30. 7bc745b Merged constant-time padding checks by Paul Bakker · 11 years ago
  31. 1642122 Merged support for Camellia-GCM + ciphersuite and fixes to cipher layer by Paul Bakker · 11 years ago
  32. 3f917e2 Merged optimizations for MODP NIST curves by Paul Bakker · 11 years ago
  33. 08bb187 Merged Public Key framwork tests by Paul Bakker · 11 years ago
  34. 68037da Update Changelog for minor fixes by Paul Bakker · 11 years ago
  35. 45a2c8d Prevent possible alignment warnings on casting from char * to 'aligned *' by Paul Bakker · 11 years ago
  36. 677377f Server does not send out extensions not advertised by client by Paul Bakker · 11 years ago
  37. 5c17ccd Bumped version to 1.3.1 by Paul Bakker · 11 years ago
  38. f34673e Merged RSA-PSK key-exchange and ciphersuites by Paul Bakker · 11 years ago
  39. 376e815 Merged ECDHE-PSK ciphersuites by Paul Bakker · 11 years ago
  40. a7ea6a5 config.h is more script-friendly by Paul Bakker · 11 years ago
  41. be089b0 Introduced POLARSSL_HAVE_READDIR_R for systems without it by Paul Bakker · 11 years ago
  42. 5191e92 Added missing x509write_crt_set_version() by Paul Bakker · 11 years ago
  43. b7c1312 threading_set_own() renamed to threading_set_alt() by Paul Bakker · 11 years ago
  44. 4aa40d4 Better support for MSVC by Paul Bakker · 11 years ago
  45. b799dec Merged support for Brainpool curves and ciphersuites by Paul Bakker · 11 years ago
  46. 1677033 TLS compression only allocates working buffer once by Paul Bakker · 11 years ago
  47. d61cc3b Possible naming collision in dhm_context by Paul Bakker · 11 years ago
  48. fcc1721 Fixed const-correctness issues by Paul Bakker · 11 years ago
  49. ddba882 Added bugfixes to ChangeLog by Paul Bakker · 11 years ago
  50. 3a2c056 Added 1.2.10 to ChangeLog by Paul Bakker · 11 years ago
  51. d93d28e Fixed release date for 1.3.0 by Paul Bakker · 11 years ago polarssl-1.3.0
  52. 2466d93 Threading abstraction layer added by Paul Bakker · 11 years ago
  53. c13aab1 Added 1.1.8 and 1.2.9 release by Paul Bakker · 11 years ago
  54. f18084a Ready for 1.3.0 release by Paul Bakker · 11 years ago
  55. 8b817dc Merged support for multiple certificate/key pairs in SSL into development by Paul Bakker · 11 years ago
  56. c27c4e2 Support faulty X509 v1 certificates with extensions by Paul Bakker · 11 years ago
  57. 5ad403f Prepared for 1.3.0 RC0 by Paul Bakker · 11 years ago polarssl-1.3.0-rc0
  58. 45f21c7 PK layer and X509 core refactoring in ChangeLog by Paul Bakker · 11 years ago
  59. 7fb4a79 Added merged functionality to ChangeLog by Paul Bakker · 11 years ago
  60. 6ec34fb Added ChangeLog for blinding by Paul Bakker · 11 years ago
  61. 003dbad Fixed file descriptor leak in x509parse_crtpath() by Paul Bakker · 11 years ago
  62. a594385 x509_verify() now case insensitive for cn (RFC 6125 6.4) by Paul Bakker · 11 years ago
  63. aab30c1 RSA blinding added for CRT operations by Paul Bakker · 11 years ago
  64. 548957d Refactored RSA to have random generator in every RSA operation by Paul Bakker · 11 years ago
  65. ca174fe Merged refactored x509write module into development by Paul Bakker · 11 years ago
  66. c867678 Amended ChangeLog for ECDSA-ciphersuites by Paul Bakker · 11 years ago
  67. 0be444a Ability to disable server_name extension (RFC 6066) by Paul Bakker · 11 years ago
  68. d2f068e Ability to enable / disable SSL v3 / TLS 1.0 / TLS 1.1 / TLS 1.2 individually by Paul Bakker · 11 years ago
  69. 936539a Updated Changelog to reflect addition of session tickets by Paul Bakker · 11 years ago
  70. da4d1c3 Updated Changelog to reflect feature addition by Paul Bakker · 11 years ago
  71. 1e6a175 Support for AIX header locations in net.c module by Paul Bakker · 11 years ago
  72. f85778e Updated Changelog for EC Key / Cert and RFC 6066 extensions by Paul Bakker · 11 years ago
  73. fa9b100 Also compiles / runs without time-based functions in OS by Paul Bakker · 11 years ago
  74. 6e339b5 Memory-allocation abstraction layer and buffer-based allocator added by Paul Bakker · 11 years ago
  75. abf2f8f zlib compression/decompression skipped on empty blocks by Paul Bakker · 11 years ago
  76. 9e36f04 SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly by Paul Bakker · 11 years ago
  77. 63899fe Removed redundant bugfix from ChangeLog (Already done in 1.2.8) by Paul Bakker · 11 years ago
  78. e2ab84f Renamed error_strerror() to the less conflicting polarssl_strerror() by Paul Bakker · 11 years ago
  79. 2fbefde Client and server now filter sent and accepted ciphersuites on minimum by Paul Bakker · 11 years ago
  80. b9d3cfa Split up GCM into a start/update/finish cycle by Paul Bakker · 11 years ago
  81. de65623 PolarSSL 1.2.6 and PolarSSL 1.2.7 changes added to ChangeLog by Paul Bakker · 11 years ago
  82. 248fff5 PolarSSL 1.1.6 and PolarSSL 1.1.7 changed added to ChangeLog by Paul Bakker · 11 years ago
  83. 73d4431 Fixed parse error in ssl_parse_certificate_request() by Paul Bakker · 12 years ago
  84. b91c2b5 PSK and DHE-PSK addition to ChangeLog by Paul Bakker · 12 years ago
  85. 8f4ddae Ability to specify allowed ciphersuites based on the protocol version. by Paul Bakker · 12 years ago
  86. eff2e6d Fixed MPI assembly for ARM when -O2 is used by Paul Bakker · 12 years ago
  87. c70b982 OID functionality moved to a separate module. by Paul Bakker · 12 years ago
  88. 41c83d3 Added Ephemeral Elliptic Curve Diffie Hellman ciphersuites to SSL/TLS by Paul Bakker · 12 years ago
  89. 68884e3 Moved to advanced ciphersuite representation and more dynamic SSL code by Paul Bakker · 12 years ago
  90. 9b5798d Modified ChangeLog to include explanations of last SSL module changes by Paul Bakker · 12 years ago
  91. 90f042d Prepared for PolarSSL 1.2.6 release by Paul Bakker · 12 years ago polarssl-1.2.6
  92. fb1cbd3 Fixed assembly code for ARM (Thumb and regular) for some compilers by Paul Bakker · 12 years ago
  93. e81beda The SSL session cache module (ssl_cache) now also retains peer_cert information (not the entire chain) by Paul Bakker · 12 years ago
  94. a35aa54 Fixed whitespaces in ChangeLog by Paul Bakker · 12 years ago
  95. 78a8c71 Re-added support for parsing and handling SSLv2 Client Hello messages by Paul Bakker · 12 years ago
  96. 37286a5 Fixed net_bind() for specified IP addresses on little endian systems by Paul Bakker · 12 years ago
  97. 8804f69 Removed timing differences due to bad padding from RSA decrypt for by Paul Bakker · 12 years ago
  98. a43231c Added support for custom labels when using rsa_rsaes_oaep_encrypt() or rsa_rsaes_oaep_decrypt() by Paul Bakker · 12 years ago
  99. b386913 Split up the RSA PKCS#1 encrypt, decrypt, sign and verify functions by Paul Bakker · 12 years ago
  100. e3e4a59 Added bugfix line for previous fixes for MS Visual Studio by Paul Bakker · 12 years ago