1. e36d564 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  2. fa950c9 fix bug in ssl_mail_client by Manuel Pégourié-Gonnard · 10 years ago
  3. 159c524 Fix undefined behaviour in x509 by Manuel Pégourié-Gonnard · 10 years ago
  4. da61ed3 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  5. 7b12492 Include changes from the 1.2 branch by Manuel Pégourié-Gonnard · 10 years ago
  6. 7d1e95c Add countermeasure against cache-based lucky 13 by Manuel Pégourié-Gonnard · 10 years ago
  7. e16b62c Make results of (ext)KeyUsage accessible by Manuel Pégourié-Gonnard · 10 years ago
  8. 770b5e1 Fix missing NULL check in MPI by Manuel Pégourié-Gonnard · 10 years ago
  9. d97828e Fix detection of getrandom() by Manuel Pégourié-Gonnard · 10 years ago
  10. f5203e0 Fix "make install" handling of symlinks by Manuel Pégourié-Gonnard · 10 years ago
  11. 8a81e84 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  12. eab147c Rename pkcs11_xxx_init() to bind() by Manuel Pégourié-Gonnard · 10 years ago
  13. 69a69cc memory_buffer_alloc_init() now returns void by Manuel Pégourié-Gonnard · 10 years ago
  14. 41d479e Split ssl_init() -> ssl_setup() by Manuel Pégourié-Gonnard · 10 years ago
  15. 47fede0 Add countermeasure against cache-based lucky 13 by Manuel Pégourié-Gonnard · 10 years ago
  16. 8d128ef Split mbedtls_ctr_drbg_init() -> seed() by Manuel Pégourié-Gonnard · 10 years ago
  17. f9e9481 Split mbedtls_hmac_drbg_init() -> seed{,_buf}() by Manuel Pégourié-Gonnard · 10 years ago
  18. c34e8dd Split mbedtls_gcm_init() -> gcm_setkey() by Manuel Pégourié-Gonnard · 10 years ago
  19. 6963ff0 Split mbedtls_ccm_init() -> setkey() by Manuel Pégourié-Gonnard · 10 years ago
  20. d54e617 Restructure Changelog by Manuel Pégourié-Gonnard · 10 years ago
  21. 8f5fd31 Change mutex_init/free to return void by Manuel Pégourié-Gonnard · 10 years ago
  22. e75fa70 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  23. e6efa6f manually merge 9f98251 make extKeyUsage accessible by Manuel Pégourié-Gonnard · 10 years ago
  24. b5f48ad manually merge 39a183a add x509_crt_verify_info() by Manuel Pégourié-Gonnard · 10 years ago
  25. e2650c8 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  26. 144bc22 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  27. 53c76c0 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  28. de9b363 Merge branch mbedtls-1.3 into development by Manuel Pégourié-Gonnard · 10 years ago
  29. 9f98251 Make results of (ext)KeyUsage accessible by Manuel Pégourié-Gonnard · 10 years ago
  30. 39a183a Add x509_crt_verify_info() by Manuel Pégourié-Gonnard · 10 years ago
  31. ba33420 Fix typo in contributor name (oops!) by Manuel Pégourié-Gonnard · 10 years ago
  32. a2fce21 Fix potential NULL dereference on bad usage by Manuel Pégourié-Gonnard · 10 years ago
  33. 12a8b66 Update Changelog for recent merge by Manuel Pégourié-Gonnard · 10 years ago
  34. 95f0089 Update Changelog for DH params by Manuel Pégourié-Gonnard · 10 years ago
  35. ab22910 Just use stdint.h even with MSVC by Manuel Pégourié-Gonnard · 10 years ago
  36. 862d503 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  37. 0645bfa Fix typos in Changelog by Manuel Pégourié-Gonnard · 10 years ago
  38. e6c8366 Fix bug in pk_parse_key() by Manuel Pégourié-Gonnard · 10 years ago
  39. e1e5871 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  40. 6152b02 Fixed typos by Paul Bakker · 10 years ago
  41. 924cd10 Fix bug in pk_parse_key() by Manuel Pégourié-Gonnard · 10 years ago
  42. 975d5fa Remove option HAVE_LONGLONG by Manuel Pégourié-Gonnard · 10 years ago
  43. 7b53889 Remove support for HAVE_INT8 and HAVE_INT16 by Manuel Pégourié-Gonnard · 10 years ago
  44. b31424c Make HAVE_IPV6 non-optional by Manuel Pégourié-Gonnard · 10 years ago
  45. 43b997f Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  46. 23ce09b Deprecate HAVE_INT8 and HAVE_INT16 by Manuel Pégourié-Gonnard · 10 years ago
  47. a98af5e Deprecate using NET_C without HAVE_IPV6 by Manuel Pégourié-Gonnard · 10 years ago
  48. 8c3f0f4 Official deprecate compat-1.2.h and openssl.h by Manuel Pégourié-Gonnard · 10 years ago
  49. d759d7d Update ChangeLog for Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  50. 07ec1dd Fix bug with ssl_set_curves() check on client by Manuel Pégourié-Gonnard · 10 years ago
  51. 29f777e Fix bug with ssl_set_curves() check on client by Manuel Pégourié-Gonnard · 10 years ago
  52. f1d2f7c Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  53. cf20120 Fix bug in Via Padlock support by Manuel Pégourié-Gonnard · 10 years ago
  54. 427b672 Add XXX_PROCESS_ALT mecchanism by Manuel Pégourié-Gonnard · 10 years ago
  55. 26c9f90 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  56. 0878a0d Add missing depends in x509 programs by Manuel Pégourié-Gonnard · 10 years ago
  57. c89d6cf Make pk_info_t opaque by Manuel Pégourié-Gonnard · 10 years ago
  58. 8c8be1e Change default min TLS version to TLS 1.0 by Manuel Pégourié-Gonnard · 10 years ago
  59. 348bcb3 Make RSA_ALT support optionnal by Manuel Pégourié-Gonnard · 10 years ago
  60. 8fce937 Simplify ecdsa_context by Manuel Pégourié-Gonnard · 10 years ago
  61. dfdcac9 Merge ecdsa_write_signature{,_det}() together by Manuel Pégourié-Gonnard · 10 years ago
  62. b8cfe3f pk_sign() now requires non-NONE md_alg for ECDSA by Manuel Pégourié-Gonnard · 10 years ago
  63. fa44f20 Change authmode default to Required on client by Manuel Pégourié-Gonnard · 10 years ago
  64. 606df8c Re-section ChangeLog by Manuel Pégourié-Gonnard · 10 years ago
  65. 1d0ca1a Move key_usage to more that 8 bits by Manuel Pégourié-Gonnard · 10 years ago
  66. 1022fed Remove redundant sig_oid2 in x509 structures by Manuel Pégourié-Gonnard · 10 years ago
  67. 88fca3e Fix thread safety issue in RSA operations by Manuel Pégourié-Gonnard · 10 years ago
  68. 39ead3e Add test certificate for bitstring in DN by Manuel Pégourié-Gonnard · 10 years ago
  69. a958d69 Rename test_ca_list to test_cas_pem by Manuel Pégourié-Gonnard · 10 years ago
  70. 75f9010 Add len constants to certs.c by Manuel Pégourié-Gonnard · 10 years ago
  71. 147fa09 Reintroduce md_init_ctx compatibility wrapper by Manuel Pégourié-Gonnard · 10 years ago
  72. 4063ceb Make hmac_ctx optional by Manuel Pégourié-Gonnard · 10 years ago
  73. 4da88c5 Remove specific xxx_hmac functions by Manuel Pégourié-Gonnard · 10 years ago
  74. ca878db Make md_info_t an opaque structure by Manuel Pégourié-Gonnard · 10 years ago
  75. d81562f Remove RC4 ciphersuites by default by Manuel Pégourié-Gonnard · 10 years ago
  76. 8a80318 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  77. f7dbedb Update Changelog for deprecation config flags by Manuel Pégourié-Gonnard · 10 years ago
  78. 849b174 Disable RC4 by default in the library by Manuel Pégourié-Gonnard · 10 years ago
  79. 4b378c9 Remove old script by Manuel Pégourié-Gonnard · 10 years ago
  80. c4dfacc Update ChankeLog for removed programs by Manuel Pégourié-Gonnard · 10 years ago
  81. fa8aebc Fix a constness issue by Manuel Pégourié-Gonnard · 10 years ago
  82. 35f1d7f Update signature of mpi_mul_mpi() by Manuel Pégourié-Gonnard · 10 years ago
  83. cc0d084 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  84. 40f315a Document recent make changes by Manuel Pégourié-Gonnard · 10 years ago
  85. b6b16bd Drop pbkdf2 module (superseded by pkcs5) by Manuel Pégourié-Gonnard · 10 years ago
  86. f9c1387 Drop POLARSSL_ERROR_STRERROR_BC by Manuel Pégourié-Gonnard · 10 years ago
  87. 57a26da Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  88. 1a90147 Add missing extern "C" guard in aesni.h by Manuel Pégourié-Gonnard · 10 years ago
  89. 51bccd3 Fix compile error with renego disabled by Manuel Pégourié-Gonnard · 10 years ago
  90. f427f88 Stop checking key-cert match systematically by Manuel Pégourié-Gonnard · 10 years ago
  91. 88bdb0b Update Changelog with recent changes by Manuel Pégourié-Gonnard · 10 years ago
  92. cd4cd1d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  93. df4e440 Update Changelog by Manuel Pégourié-Gonnard · 10 years ago
  94. cc89808 Merge branch 'mbedtls-1.4' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  95. d901d17 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  96. ad350ed Update Changelog for the mem-measure branch by Manuel Pégourié-Gonnard · 10 years ago
  97. ea0184b Document changes to make for windows by Manuel Pégourié-Gonnard · 10 years ago
  98. 09eb14c Revert "Require unix-utils in path for windows make" by Manuel Pégourié-Gonnard · 10 years ago
  99. 9c5898f Update release date and added note by Paul Bakker · 10 years ago mbedtls-1.4-dtls-preview
  100. 6fdc4ca Fix potential signedness issue by Manuel Pégourié-Gonnard · 10 years ago