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