1. b3c6a97 Update Changelog for session-hash by Manuel Pégourié-Gonnard · 10 years ago
  2. 178f9d6 Update Changelog for FALLBACK_SCSV by Manuel Pégourié-Gonnard · 10 years ago
  3. a6c5ea2 Include 1.2.12 release information in ChangeLog by Paul Bakker · 10 years ago
  4. 9eac4f7 Prepare for release 1.3.9 by Paul Bakker · 10 years ago
  5. b082bb5 Fix typos in ChangeLog by Paul Bakker · 10 years ago
  6. f7cdbc0 Fix potential bad read of length by Manuel Pégourié-Gonnard · 10 years ago
  7. 43c3b28 Fix memory leak with crafted ClientHello by Manuel Pégourié-Gonnard · 10 years ago
  8. 5d86185 Fix memory leak while parsing some X.509 certs by Manuel Pégourié-Gonnard · 10 years ago
  9. 64938c6 Accept spaces at end of line/buffer in base64 by Manuel Pégourié-Gonnard · 10 years ago
  10. 7f4ed67 Fix compile error with armcc in mpi_is_prime() by Manuel Pégourié-Gonnard · 10 years ago
  11. da1b4de Increase MPI_MAX_BYTES to allow RSA 8192 by Manuel Pégourié-Gonnard · 10 years ago
  12. 5a5fa92 x509_crt_parse() did not increase total_failed on PEM error by Paul Bakker · 10 years ago
  13. 480905d Fix selection of hash from sig_alg ClientHello ext. by Manuel Pégourié-Gonnard · 10 years ago
  14. ef5087d Added explicit casts to prevent compiler warnings when trying to build for iOS by Sander Niemeijer · 10 years ago
  15. a13500f Fix bug with ssl_close_notify and non-blocking I/O by Manuel Pégourié-Gonnard · 10 years ago
  16. f07f421 Fix server-initiated renego with non-blocking I/O by Manuel Pégourié-Gonnard · 10 years ago
  17. f26a1e8 ssl_read() stops returning non-application data by Manuel Pégourié-Gonnard · 10 years ago
  18. dca108e Rm reference to non-existent file in VS projects by Manuel Pégourié-Gonnard · 10 years ago
  19. 462906f Do no test net_usleep() when not defined by Manuel Pégourié-Gonnard · 10 years ago
  20. 192253a Fix buffer size in pk_write_*_pem() by Manuel Pégourié-Gonnard · 10 years ago
  21. 868c0ee Update Changelog for the last few commits by Manuel Pégourié-Gonnard · 10 years ago
  22. 42cc641 Don't print uninitialized buffer in ssl_mail_client by Manuel Pégourié-Gonnard · 10 years ago
  23. 9a6b442 Fix non-blocking sockets in net_accept() by Manuel Pégourié-Gonnard · 10 years ago
  24. a04fa4f RSA-PSK key exchange requires TLS 1.x by Manuel Pégourié-Gonnard · 10 years ago
  25. 8d4ad07 SHA-2 ciphersuites now require TLS 1.x by Manuel Pégourié-Gonnard · 10 years ago
  26. 955028f Fix compile error in ssl_pthread_server by Manuel Pégourié-Gonnard · 10 years ago
  27. 8dcb2d7 Support escaping of commas in x509_string_to_names() by Paul Bakker · 10 years ago
  28. 1910aa7 Fix release date for 1.3.8 by Paul Bakker · 10 years ago polarssl-1.3.8
  29. 0ae5a3d Include 1.2.11 ChangeLog by Paul Bakker · 10 years ago
  30. 6c343d7 Fix mpi_write_string() to write "00" as hex output for empty MPI by Paul Bakker · 10 years ago
  31. ec3a617 Make ready for release of 1.3.8 and soversion 7 by Paul Bakker · 10 years ago
  32. 28476e2 Updated ChangeLog by Paul Bakker · 10 years ago
  33. 08e81e0 Change selection of hash algorithm for TLS 1.2 by Manuel Pégourié-Gonnard · 10 years ago
  34. bd77254 md_list() starting with strongest hash by Manuel Pégourié-Gonnard · 10 years ago
  35. 8fb99ab Merge changes for leaner memory footprint by Paul Bakker · 10 years ago
  36. b9e08b0 Merge server-side enforced renegotiation requests by Paul Bakker · 10 years ago
  37. d598318 Fix base64_decode() to return and check length correctly by Paul Bakker · 10 years ago
  38. 23647b4 Update ChangeLog by Paul Bakker · 10 years ago
  39. dfc7df0 Add SSL_CIPHERSUITES config option by Manuel Pégourié-Gonnard · 10 years ago
  40. 01edb10 Add POLARSSL_REMOVE_RC4_CIPHERSUITES by Manuel Pégourié-Gonnard · 10 years ago
  41. 2a45d1c Merge changes to config examples and configuration issues by Paul Bakker · 10 years ago
  42. 3135725 Disable broken Sparc64 bn_mul assembly by Manuel Pégourié-Gonnard · 10 years ago
  43. 8df6863 Fix bug in DHE-PSK PMS computation by Manuel Pégourié-Gonnard · 10 years ago
  44. fd35af1 Fix off-by-one error in point format parsing by Manuel Pégourié-Gonnard · 10 years ago
  45. acbcbba Fix asm format of bn_mul.h for more portability by Manuel Pégourié-Gonnard · 10 years ago
  46. 35e7cb9 Fix preprocessor checks for bn_mul PPC asm by Barry K. Nathan · 10 years ago
  47. d249b7a Restore ability to trust non-CA selfsigned EE cert by Manuel Pégourié-Gonnard · 10 years ago
  48. c4eff16 Restore ability to use v1 CA if trusted locally by Manuel Pégourié-Gonnard · 10 years ago
  49. 08485cc Fix SSL_BUFFER_LEN by Manuel Pégourié-Gonnard · 10 years ago
  50. eaa76f7 Fix computation of minlen for encrypted packets by Manuel Pégourié-Gonnard · 10 years ago
  51. 0bcc4e1 Fix length checking for AEAD ciphersuites by Manuel Pégourié-Gonnard · 10 years ago
  52. 3579522 Update Changelog for example configs changes by Manuel Pégourié-Gonnard · 10 years ago
  53. 398c57b Blowfish accepts variable key len in cipher layer by Manuel Pégourié-Gonnard · 10 years ago
  54. 3c38f29 Fix DER output of gen_key app (found by Gergely Budai) by Paul Bakker · 10 years ago
  55. 3461772 Introduce polarssl_zeroize() instead of memset() for zeroization by Paul Bakker · 10 years ago
  56. c2ff208 Merge parsing and verification of RSASSA-PSS in X.509 modules by Paul Bakker · 10 years ago
  57. f51183a Revert deleted PolarSSL 1.3.4 release line in ChangeLog by Paul Bakker · 10 years ago
  58. 863989b Add LINK_WITH_PTHREAD to ChangeLog by Paul Bakker · 10 years ago
  59. 49033ba Update ChangeLog for external fixes by Paul Bakker · 10 years ago
  60. b479871 Update Changelog for RSASSA-PSS in X.509 by Manuel Pégourié-Gonnard · 10 years ago
  61. bf696d0 Make sig_opts non-optional in X509 structures by Manuel Pégourié-Gonnard · 10 years ago
  62. cf975a3 Factor out some common code by Manuel Pégourié-Gonnard · 11 years ago
  63. 1ebc0c5 Fix typos by Paul Bakker · 10 years ago
  64. c6ece49 Updated ChangeLog for CCM by Paul Bakker · 10 years ago
  65. 0f651c7 Stricter check on SSL ClientHello internal sizes compared to actual packet size by Paul Bakker · 10 years ago
  66. dff3139 Updated ChangeLog by Paul Bakker · 10 years ago
  67. 5593f7c Fix typo in debug_print_msg() by Paul Bakker · 10 years ago
  68. 47431b6 Updated ChangeLog for 1.3.7 to 2014-05-02 by Paul Bakker · 10 years ago polarssl-1.3.7
  69. da13016 Prepped for 1.3.7 release by Paul Bakker · 10 years ago
  70. cf975f5 Fix build with cc from Apple LLVM by Barry K. Nathan · 10 years ago
  71. a26a005 Make compilation on DragonFly work by Markus Pfeiffer · 10 years ago
  72. 2a024ac Merge dependency fixes by Paul Bakker · 10 years ago
  73. c16f4e1 Move RC4 ciphersuites down the list by Manuel Pégourié-Gonnard · 10 years ago
  74. 8eab8d3 Merge more portable AES-NI by Paul Bakker · 10 years ago
  75. 33dc46b Fix bug with mpi_fill_random() on big-endian by Paul Bakker · 10 years ago
  76. f96f7b6 On OpenBSD, use arc4random_buf() instead of rand() to prevent warnings by Paul Bakker · 10 years ago
  77. 6384440 Better support for the different Attribute Types from IETF PKIX (RFC 5280) by Paul Bakker · 10 years ago
  78. 24f37cc rsa_check_pubkey() now allows an E up to N by Paul Bakker · 10 years ago
  79. 0f90d7d version_check_feature() added to check for compile-time options at run-time by Paul Bakker · 10 years ago
  80. a703663 Improve interop by not writing ext_len in ClientHello / ServerHello when 0 by Paul Bakker · 10 years ago
  81. 3a306b9 Fix misplaced #endif in ssl_tls.c by Manuel Pégourié-Gonnard · 10 years ago
  82. edc81ff Fix some more curve depends in X.509 tests by Manuel Pégourié-Gonnard · 10 years ago
  83. 63a5bfe Update Changelog for AES-NI by Manuel Pégourié-Gonnard · 10 years ago
  84. c73079a Add debug_set_threshold() and thresholding of messages by Paul Bakker · 10 years ago
  85. 92478c3 Debug module only outputs full lines instead of parts by Paul Bakker · 10 years ago
  86. eaebbd5 debug_set_log_mode() added to determine raw or full logging by Paul Bakker · 10 years ago
  87. 61885c7 Fix false reject in padding check in ssl_decrypt_buf() for CBC ciphersuites by Paul Bakker · 10 years ago
  88. fdba468 cert_write app should use subject of issuer certificate as issuer of cert by Paul Bakker · 10 years ago
  89. 4ffcd2f Typo in PKCS#11 module by Paul Bakker · 10 years ago
  90. 10a9dd3 Typo in POLARSSL_PLATFORM_STD_FPRINTF in platform.c by Paul Bakker · 10 years ago
  91. 088c5c5 POLARSSL_CONFIG_OPTIONS has been removed. Values are set individually by Paul Bakker · 10 years ago
  92. e92f73d Updated ChangeLog by Paul Bakker · 11 years ago
  93. 784b04f Prepared for version 1.3.6 by Paul Bakker · 11 years ago polarssl-1.3.6
  94. 9655e45 Reject certificates with times not in UTC by Manuel Pégourié-Gonnard · 11 years ago
  95. 0776a43 Use UTC to heck certificate validity by Manuel Pégourié-Gonnard · 11 years ago
  96. 52c5af7 Merge support for verifying the extendedKeyUsage extension in X.509 by Paul Bakker · 11 years ago
  97. 7884837 Declare EC constants as 'const' by Manuel Pégourié-Gonnard · 11 years ago
  98. 1630058 Potential buffer overwrite in pem_write_buffer() fixed by Paul Bakker · 11 years ago
  99. b7fff0f Update Changelog for extendedKeyUsage by Manuel Pégourié-Gonnard · 11 years ago
  100. 5936621 Updated ChangeLog for keyUsage merge by Paul Bakker · 11 years ago