1. 35e7cb9 Fix preprocessor checks for bn_mul PPC asm by Barry K. Nathan · 10 years ago
  2. d249b7a Restore ability to trust non-CA selfsigned EE cert by Manuel Pégourié-Gonnard · 10 years ago
  3. c4eff16 Restore ability to use v1 CA if trusted locally by Manuel Pégourié-Gonnard · 10 years ago
  4. 08485cc Fix SSL_BUFFER_LEN by Manuel Pégourié-Gonnard · 10 years ago
  5. eaa76f7 Fix computation of minlen for encrypted packets by Manuel Pégourié-Gonnard · 10 years ago
  6. 0bcc4e1 Fix length checking for AEAD ciphersuites by Manuel Pégourié-Gonnard · 10 years ago
  7. 398c57b Blowfish accepts variable key len in cipher layer by Manuel Pégourié-Gonnard · 10 years ago
  8. 3c38f29 Fix DER output of gen_key app (found by Gergely Budai) by Paul Bakker · 10 years ago
  9. 3461772 Introduce polarssl_zeroize() instead of memset() for zeroization by Paul Bakker · 10 years ago
  10. c2ff208 Merge parsing and verification of RSASSA-PSS in X.509 modules by Paul Bakker · 10 years ago
  11. f51183a Revert deleted PolarSSL 1.3.4 release line in ChangeLog by Paul Bakker · 10 years ago
  12. 863989b Add LINK_WITH_PTHREAD to ChangeLog by Paul Bakker · 10 years ago
  13. 49033ba Update ChangeLog for external fixes by Paul Bakker · 10 years ago
  14. b479871 Update Changelog for RSASSA-PSS in X.509 by Manuel Pégourié-Gonnard · 10 years ago
  15. bf696d0 Make sig_opts non-optional in X509 structures by Manuel Pégourié-Gonnard · 10 years ago
  16. cf975a3 Factor out some common code by Manuel Pégourié-Gonnard · 11 years ago
  17. 1ebc0c5 Fix typos by Paul Bakker · 10 years ago
  18. c6ece49 Updated ChangeLog for CCM by Paul Bakker · 10 years ago
  19. 0f651c7 Stricter check on SSL ClientHello internal sizes compared to actual packet size by Paul Bakker · 10 years ago
  20. dff3139 Updated ChangeLog by Paul Bakker · 10 years ago
  21. 5593f7c Fix typo in debug_print_msg() by Paul Bakker · 10 years ago
  22. 47431b6 Updated ChangeLog for 1.3.7 to 2014-05-02 by Paul Bakker · 10 years ago polarssl-1.3.7
  23. da13016 Prepped for 1.3.7 release by Paul Bakker · 10 years ago
  24. cf975f5 Fix build with cc from Apple LLVM by Barry K. Nathan · 10 years ago
  25. a26a005 Make compilation on DragonFly work by Markus Pfeiffer · 10 years ago
  26. 2a024ac Merge dependency fixes by Paul Bakker · 10 years ago
  27. c16f4e1 Move RC4 ciphersuites down the list by Manuel Pégourié-Gonnard · 10 years ago
  28. 8eab8d3 Merge more portable AES-NI by Paul Bakker · 10 years ago
  29. 33dc46b Fix bug with mpi_fill_random() on big-endian by Paul Bakker · 10 years ago
  30. f96f7b6 On OpenBSD, use arc4random_buf() instead of rand() to prevent warnings by Paul Bakker · 10 years ago
  31. 6384440 Better support for the different Attribute Types from IETF PKIX (RFC 5280) by Paul Bakker · 10 years ago
  32. 24f37cc rsa_check_pubkey() now allows an E up to N by Paul Bakker · 10 years ago
  33. 0f90d7d version_check_feature() added to check for compile-time options at run-time by Paul Bakker · 10 years ago
  34. a703663 Improve interop by not writing ext_len in ClientHello / ServerHello when 0 by Paul Bakker · 10 years ago
  35. 3a306b9 Fix misplaced #endif in ssl_tls.c by Manuel Pégourié-Gonnard · 10 years ago
  36. edc81ff Fix some more curve depends in X.509 tests by Manuel Pégourié-Gonnard · 10 years ago
  37. 63a5bfe Update Changelog for AES-NI by Manuel Pégourié-Gonnard · 10 years ago
  38. c73079a Add debug_set_threshold() and thresholding of messages by Paul Bakker · 10 years ago
  39. 92478c3 Debug module only outputs full lines instead of parts by Paul Bakker · 10 years ago
  40. eaebbd5 debug_set_log_mode() added to determine raw or full logging by Paul Bakker · 10 years ago
  41. 61885c7 Fix false reject in padding check in ssl_decrypt_buf() for CBC ciphersuites by Paul Bakker · 10 years ago
  42. fdba468 cert_write app should use subject of issuer certificate as issuer of cert by Paul Bakker · 10 years ago
  43. 4ffcd2f Typo in PKCS#11 module by Paul Bakker · 10 years ago
  44. 10a9dd3 Typo in POLARSSL_PLATFORM_STD_FPRINTF in platform.c by Paul Bakker · 10 years ago
  45. 088c5c5 POLARSSL_CONFIG_OPTIONS has been removed. Values are set individually by Paul Bakker · 10 years ago
  46. e92f73d Updated ChangeLog by Paul Bakker · 11 years ago
  47. 784b04f Prepared for version 1.3.6 by Paul Bakker · 11 years ago polarssl-1.3.6
  48. 9655e45 Reject certificates with times not in UTC by Manuel Pégourié-Gonnard · 11 years ago
  49. 0776a43 Use UTC to heck certificate validity by Manuel Pégourié-Gonnard · 11 years ago
  50. 52c5af7 Merge support for verifying the extendedKeyUsage extension in X.509 by Paul Bakker · 11 years ago
  51. 7884837 Declare EC constants as 'const' by Manuel Pégourié-Gonnard · 11 years ago
  52. 1630058 Potential buffer overwrite in pem_write_buffer() fixed by Paul Bakker · 11 years ago
  53. b7fff0f Update Changelog for extendedKeyUsage by Manuel Pégourié-Gonnard · 11 years ago
  54. 5936621 Updated ChangeLog for keyUsage merge by Paul Bakker · 11 years ago
  55. 2abed84 Specific return code for PK sig length mismatch by Manuel Pégourié-Gonnard · 11 years ago
  56. 1cfc458 Add option 'use_dev_random' to gen_key application by Paul Bakker · 11 years ago
  57. 17b85cb Merged additional tests and improved code coverage by Paul Bakker · 11 years ago
  58. 0763a40 Merged support for the ALPN extension by Paul Bakker · 11 years ago
  59. 4224bc0 Prevent potential NULL pointer dereference in ssl_read_record() by Paul Bakker · 11 years ago
  60. 27e36d3 Support for the ALPN SSL extension (re-enabled in config.h) by Paul Bakker · 11 years ago
  61. 8c045ef Fix embarrassing X.509 bug introduced in 9533765 by Manuel Pégourié-Gonnard · 11 years ago
  62. 95a0d11 Fix compile error when POLARSSL_ERROR_STRERROR_BC is undefined. by Shuo Chen · 11 years ago
  63. 0148875 Add tests and fix bugs for RSA-alt contexts by Manuel Pégourié-Gonnard · 11 years ago
  64. 3fec220 Add test for dhm_parse_dhmfile by Manuel Pégourié-Gonnard · 11 years ago
  65. 7afdb88 Test and fix x509_oid functions by Manuel Pégourié-Gonnard · 11 years ago
  66. 4984d3c Updated ChangeLog for x509_crt_info() change by Paul Bakker · 11 years ago
  67. 887aa5b Fix include path in ecdsa.h by Manuel Pégourié-Gonnard · 11 years ago
  68. e442111 Fix typo which broke ENTROPY_FORCE_SHA256 by Manuel Pégourié-Gonnard · 11 years ago
  69. 74bc68a Fix default #define for malloc/free by Manuel Pégourié-Gonnard · 11 years ago
  70. 75a2860 Potential memory leak in mpi_exp_mod() when error occurs during by Paul Bakker · 11 years ago
  71. dd75c31 Remove potential timing leak in ecdsa_sign() by Manuel Pégourié-Gonnard · 11 years ago
  72. 6b0d268 Add ssl_close_notify() to servers that missed it by Manuel Pégourié-Gonnard · 11 years ago
  73. 969ccc6 Fix length checking of various ClientKeyExchange's by Manuel Pégourié-Gonnard · 11 years ago
  74. 96d5265 Made ready for release 1.3.5 by Paul Bakker · 11 years ago polarssl-1.3.5
  75. 5fff23b x509_get_current_time() uses localtime_r() to prevent thread issues by Paul Bakker · 11 years ago
  76. 77f4f39 Make sure no random pointer occur during failed malloc()'s by Paul Bakker · 11 years ago
  77. 91c61bc Further tightened the padlen check to prevent underflow / overflow by Paul Bakker · 11 years ago
  78. 674e0b0 Improvements to tests/Makefile when using shared library by Paul Bakker · 11 years ago
  79. 7a2aba8 Deprecate some non-PK compatibility functions by Manuel Pégourié-Gonnard · 11 years ago
  80. b2bf5a1 Fix possible buffer overflow with PSK by Manuel Pégourié-Gonnard · 11 years ago
  81. fdddac9 Fix stupid bug in rsa_copy() by Manuel Pégourié-Gonnard · 11 years ago
  82. 66ff70d Support for seed file writing and reading in Entropy by Paul Bakker · 11 years ago
  83. 86b400f Update Changelog by Manuel Pégourié-Gonnard · 11 years ago
  84. 6a8e7f8 Added ChangeLog lines for new SSL tests by Paul Bakker · 11 years ago
  85. b0695ce Fixed spaces in ChangeLog by Paul Bakker · 11 years ago
  86. 3d6504a ssl_init() left a dirty in_ctr pointer on failed allocation of out_ctr by Paul Bakker · 11 years ago
  87. a4b0343 Merged massive SSL Testing improvements by Paul Bakker · 11 years ago
  88. bb8661e Work around a compiler bug on OS X. by Manuel Pégourié-Gonnard · 11 years ago
  89. d701c9a Fix memory leak in server with expired tickets by Manuel Pégourié-Gonnard · 11 years ago
  90. 84c30c7 Fix memory leak in ssl_cache by Manuel Pégourié-Gonnard · 11 years ago
  91. 145dfcb Fix bug with NewSessionTicket and non-blocking I/O by Manuel Pégourié-Gonnard · 11 years ago
  92. dfbf9c7 Fix bug in m_sleep() by Manuel Pégourié-Gonnard · 11 years ago
  93. 274a12e Fix bug with ssl_cache and max_entries=0 by Manuel Pégourié-Gonnard · 11 years ago
  94. 14ed1a2 Update changelog for cmake changes by Manuel Pégourié-Gonnard · 11 years ago
  95. 7349142 Don't try to use MIPS32 asm macros on MIPS64 by Alex Wilson · 11 years ago
  96. 844a4c0 Fix RSASSA-PSS example programs by Manuel Pégourié-Gonnard · 11 years ago
  97. 83cdffc Forbid sequence number wrapping by Manuel Pégourié-Gonnard · 11 years ago
  98. 9533765 Reject certs and CRLs from the future by Manuel Pégourié-Gonnard · 11 years ago
  99. 29dcc0b Fix depend issues in test suites for cipher modes by Manuel Pégourié-Gonnard · 11 years ago
  100. 796c6f3 Countermeasure against "triple handshake" attack by Manuel Pégourié-Gonnard · 11 years ago