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