1. 7afdb88 Test and fix x509_oid functions by Manuel Pégourié-Gonnard · 11 years ago
  2. 4984d3c Updated ChangeLog for x509_crt_info() change by Paul Bakker · 11 years ago
  3. 887aa5b Fix include path in ecdsa.h by Manuel Pégourié-Gonnard · 11 years ago
  4. e442111 Fix typo which broke ENTROPY_FORCE_SHA256 by Manuel Pégourié-Gonnard · 11 years ago
  5. 74bc68a Fix default #define for malloc/free by Manuel Pégourié-Gonnard · 11 years ago
  6. 75a2860 Potential memory leak in mpi_exp_mod() when error occurs during by Paul Bakker · 11 years ago
  7. dd75c31 Remove potential timing leak in ecdsa_sign() by Manuel Pégourié-Gonnard · 11 years ago
  8. 6b0d268 Add ssl_close_notify() to servers that missed it by Manuel Pégourié-Gonnard · 11 years ago
  9. 969ccc6 Fix length checking of various ClientKeyExchange's by Manuel Pégourié-Gonnard · 11 years ago
  10. 96d5265 Made ready for release 1.3.5 by Paul Bakker · 11 years ago polarssl-1.3.5
  11. 5fff23b x509_get_current_time() uses localtime_r() to prevent thread issues by Paul Bakker · 11 years ago
  12. 77f4f39 Make sure no random pointer occur during failed malloc()'s by Paul Bakker · 11 years ago
  13. 91c61bc Further tightened the padlen check to prevent underflow / overflow by Paul Bakker · 11 years ago
  14. 674e0b0 Improvements to tests/Makefile when using shared library by Paul Bakker · 11 years ago
  15. 7a2aba8 Deprecate some non-PK compatibility functions by Manuel Pégourié-Gonnard · 11 years ago
  16. b2bf5a1 Fix possible buffer overflow with PSK by Manuel Pégourié-Gonnard · 11 years ago
  17. fdddac9 Fix stupid bug in rsa_copy() by Manuel Pégourié-Gonnard · 11 years ago
  18. 66ff70d Support for seed file writing and reading in Entropy by Paul Bakker · 11 years ago
  19. 86b400f Update Changelog by Manuel Pégourié-Gonnard · 11 years ago
  20. 6a8e7f8 Added ChangeLog lines for new SSL tests by Paul Bakker · 11 years ago
  21. b0695ce Fixed spaces in ChangeLog by Paul Bakker · 11 years ago
  22. 3d6504a ssl_init() left a dirty in_ctr pointer on failed allocation of out_ctr by Paul Bakker · 11 years ago
  23. a4b0343 Merged massive SSL Testing improvements by Paul Bakker · 11 years ago
  24. bb8661e Work around a compiler bug on OS X. by Manuel Pégourié-Gonnard · 11 years ago
  25. d701c9a Fix memory leak in server with expired tickets by Manuel Pégourié-Gonnard · 11 years ago
  26. 84c30c7 Fix memory leak in ssl_cache by Manuel Pégourié-Gonnard · 11 years ago
  27. 145dfcb Fix bug with NewSessionTicket and non-blocking I/O by Manuel Pégourié-Gonnard · 11 years ago
  28. dfbf9c7 Fix bug in m_sleep() by Manuel Pégourié-Gonnard · 11 years ago
  29. 274a12e Fix bug with ssl_cache and max_entries=0 by Manuel Pégourié-Gonnard · 11 years ago
  30. 14ed1a2 Update changelog for cmake changes by Manuel Pégourié-Gonnard · 11 years ago
  31. 7349142 Don't try to use MIPS32 asm macros on MIPS64 by Alex Wilson · 11 years ago
  32. 844a4c0 Fix RSASSA-PSS example programs by Manuel Pégourié-Gonnard · 11 years ago
  33. 83cdffc Forbid sequence number wrapping by Manuel Pégourié-Gonnard · 11 years ago
  34. 9533765 Reject certs and CRLs from the future by Manuel Pégourié-Gonnard · 11 years ago
  35. 29dcc0b Fix depend issues in test suites for cipher modes by Manuel Pégourié-Gonnard · 11 years ago
  36. 796c6f3 Countermeasure against "triple handshake" attack by Manuel Pégourié-Gonnard · 11 years ago
  37. 3d52ab7 Fixed CMake symlinking on out-of-source builds by Paul Bakker · 11 years ago
  38. 47fc5ae Fxi typo by Manuel Pégourié-Gonnard · 11 years ago
  39. 6b1e207 Fix verion-major intolerance by Manuel Pégourié-Gonnard · 11 years ago
  40. c909308 Revert "Merged RSA-PSS support in Certificate, CSR and CRL" by Manuel Pégourié-Gonnard · 11 years ago
  41. 6df0957 Revert "Mutex call in x509_crt.c depended on PTHREAD specific instead of generic" by Manuel Pégourié-Gonnard · 11 years ago
  42. 2ceda57 Ability to force the Entropy module to use SHA-256 as its basis by Paul Bakker · 11 years ago
  43. cd6d69a Fixed testing with out-of-source builds using cmake by Paul Bakker · 11 years ago
  44. f2561b3 Ability to provide alternate timing implementation by Paul Bakker · 11 years ago
  45. 47703a0 More entropy functions made thread-safe (add_source, update_manual, gather) by Paul Bakker · 11 years ago
  46. 9eae7aa Mutex call in x509_crt.c depended on PTHREAD specific instead of generic by Paul Bakker · 11 years ago
  47. 6a28e72 Merged platform compatibility layer by Paul Bakker · 11 years ago
  48. ab50d8d Merged RSA-PSS support in Certificate, CSR and CRL by Paul Bakker · 11 years ago
  49. e31b1d9 Added Curve preference order to ChangeLog by Paul Bakker · 11 years ago
  50. fbf0915 Fix bug in RSA PKCS#1 v1.5 "reversed" operations by Manuel Pégourié-Gonnard · 11 years ago
  51. 5fb8efe Merged HMAC-DRBG code by Paul Bakker · 11 years ago
  52. 6e8e34d Fix ecp_gen_keypair() by Manuel Pégourié-Gonnard · 11 years ago
  53. 2cb1a0c Fixed indication for TrustInSoft fix by Paul Bakker · 11 years ago polarssl-1.3.4
  54. b84582b Fixed up ChangeLog with missing bug fixes by Paul Bakker · 11 years ago
  55. 2aca241 Ready for release 1.3.4 by Paul Bakker · 11 years ago
  56. e6c2ddb Updated ChangeLog with deterministic ECDSA by Paul Bakker · 11 years ago
  57. 42099c3 Revert "Add pk_rsa_set_padding() and rsa_set_padding()" by Paul Bakker · 11 years ago
  58. 5cac583 Factor out some common code by Manuel Pégourié-Gonnard · 11 years ago
  59. d75ba40 SMTP lines are officially terminated with CRLF, ssl_mail_client fixed by Paul Bakker · 11 years ago
  60. 556efba Added AES CFB8 mode by Paul Bakker · 11 years ago
  61. 5862eee Merged RIPEMD-160 support by Paul Bakker · 11 years ago
  62. 0ac99ca Merged support for secp224k1, secp192k1 and secp25k1 by Paul Bakker · 11 years ago
  63. 3eb9673 Updated ChangeLog with recent changes by Paul Bakker · 11 years ago
  64. a8fd3e3 Removed POLARSSL_THREADING_DUMMY option by Paul Bakker · 11 years ago
  65. 6992eb7 Fixed potential overflow in certificate size in ssl_write_certificate() by Paul Bakker · 11 years ago
  66. 6ea1a95 Added missing MPI_CHK() around some statements by Paul Bakker · 11 years ago
  67. 5bc07a3 Prepped for 1.3.3 by Paul Bakker · 11 years ago
  68. c738791 Merged ECP memory usage optimizations by Paul Bakker · 11 years ago
  69. 956c9e0 Reduced the input / output overhead with 200+ bytes and covered corner case by Paul Bakker · 11 years ago
  70. f9c4953 Added version of the SSL pthread server example by Paul Bakker · 11 years ago
  71. 23116fd Merged AES-NI support for AES, AES-GCM and AES key scheduling by Paul Bakker · 11 years ago
  72. 1a56fc9 Fixed x509_crt_parse_path() bug on Windows platforms by Paul Bakker · 11 years ago
  73. 5a607d2 Merged IPv6 support in the NET module by Paul Bakker · 11 years ago
  74. 5ab68ba Merged storing curves fully in ROM by Paul Bakker · 11 years ago
  75. fdf9469 Merged support for ECDH-RSA / ECDH-ECDSA key exchanges and ciphersuites by Paul Bakker · 11 years ago
  76. f70fe81 Fixed memory leak in benchmark application by Paul Bakker · 11 years ago
  77. 6f0636a Potential memory leak in ssl_ticket_keys_init() by Paul Bakker · 11 years ago
  78. 48d78a5 Merged support for Curve25519 by Paul Bakker · 11 years ago
  79. 9a4a5ac Fix bug in mpi_set_bit by Manuel Pégourié-Gonnard · 11 years ago
  80. b14817d Updated ChangeLog for splitting off curves from ecp.c by Paul Bakker · 11 years ago
  81. 9dc53a9 Merged client ciphersuite order preference option by Paul Bakker · 11 years ago
  82. 014f143 Merged EC key generation support by Paul Bakker · 11 years ago
  83. 4040d7e Merged more constant-time checking in RSA by Paul Bakker · 11 years ago
  84. c3d0d07 Merged change from readdir_r() to readdir() + threading by Paul Bakker · 11 years ago
  85. 7aa0375 Updated ChangeLog to reflect recent changes by Paul Bakker · 11 years ago
  86. a9a028e SSL now gracefully handles missing RNG by Paul Bakker · 11 years ago
  87. f2b4d86 Fixed X.509 hostname comparison (with non-regular characters) by Paul Bakker · 11 years ago
  88. f4dc186 Prep for PolarSSL 1.3.2 by Paul Bakker · 11 years ago
  89. e1121b6 Update ChangeLog for renegotiation changes by Paul Bakker · 11 years ago
  90. 7b0be68 Support for serialNumber, postalAddress and postalCode in X509 names by Paul Bakker · 11 years ago
  91. fa6a620 Defines for UEFI environment under MSVC added by Paul Bakker · 11 years ago
  92. 178d9ba Fix ECDSA corner case: missing reduction mod N by Manuel Pégourié-Gonnard · 11 years ago
  93. 60b1d10 Fixed spelling / typos (from PowerDNS:codespell) by Paul Bakker · 11 years ago
  94. 93c6aa4 Fixed that selfsign copies issuer_name to subject_name by Paul Bakker · 11 years ago
  95. 50dc850 Const correctness by Paul Bakker · 11 years ago
  96. 7bc745b Merged constant-time padding checks by Paul Bakker · 11 years ago
  97. 1642122 Merged support for Camellia-GCM + ciphersuite and fixes to cipher layer by Paul Bakker · 11 years ago
  98. 3f917e2 Merged optimizations for MODP NIST curves by Paul Bakker · 11 years ago
  99. 08bb187 Merged Public Key framwork tests by Paul Bakker · 11 years ago
  100. 68037da Update Changelog for minor fixes by Paul Bakker · 11 years ago