1. eb0d870 Add option for even smaller SHA-256 by Manuel Pégourié-Gonnard · 10 years ago
  2. 2a1524c Manually merge 1.3 changelog by Manuel Pégourié-Gonnard · 10 years ago
  3. 1b8de57 Remove a few redundant memset after calloc. by Manuel Pégourié-Gonnard · 10 years ago
  4. 5b9e5b1 Update ChangeLog for s/malloc/calloc by Manuel Pégourié-Gonnard · 10 years ago
  5. 50518f4 Rename _wrap headers to _internal by Manuel Pégourié-Gonnard · 10 years ago
  6. 866eb47 Update Changelog for session ticket changes by Manuel Pégourié-Gonnard · 10 years ago
  7. 0b104b0 Adapt prototype of net_accept() for explicit size by Manuel Pégourié-Gonnard · 10 years ago
  8. d4f04db net.c now depends on select() unconditionally by Manuel Pégourié-Gonnard · 10 years ago
  9. a63bc94 Remove timing_m_sleep() -> net_usleep() by Manuel Pégourié-Gonnard · 10 years ago
  10. 0c89035 Update Changelog for recent timer changes by Manuel Pégourié-Gonnard · 10 years ago
  11. 31993f2 Add per-function override for AES by Manuel Pégourié-Gonnard · 10 years ago
  12. e45dba4 Remove unused member in des_context by Manuel Pégourié-Gonnard · 10 years ago
  13. 43b37cb Fix use of pem_read_buffer() in PK, DHM and X509 by Manuel Pégourié-Gonnard · 10 years ago
  14. 2088ba6 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  15. 154b00b Update Changelog for recent contribution by Manuel Pégourié-Gonnard · 10 years ago
  16. e6ef16f Change X.509 verify flags to uint32_t by Manuel Pégourié-Gonnard · 10 years ago
  17. 56cc88a Rm ecp_add() and add ecp_muladd() by Manuel Pégourié-Gonnard · 10 years ago
  18. 6dde596 Remove ecp_sub() by Manuel Pégourié-Gonnard · 10 years ago
  19. aff37e5 Remove ecp_group_read_string() by Manuel Pégourié-Gonnard · 10 years ago
  20. 06939ce Fix order of ssl_conf vs ssl_setup in programs by Manuel Pégourié-Gonnard · 10 years ago
  21. 9a1a4d6 Update Changelog with forgotten change by Manuel Pégourié-Gonnard · 10 years ago
  22. 01e5e8c Change a few ssl_conf return types to void by Manuel Pégourié-Gonnard · 10 years ago
  23. caace65 Update Changelog for recent config split by Manuel Pégourié-Gonnard · 10 years ago
  24. 2f84e97 Fix typos in the Changelog by Manuel Pégourié-Gonnard · 10 years ago
  25. 0a4fb09 Make xxx_drbg_random() thread-safe by Manuel Pégourié-Gonnard · 10 years ago
  26. 5cb3308 Merge contexts for session cache by Manuel Pégourié-Gonnard · 10 years ago
  27. 6e088f9 Group all renamings together in Changelog by Manuel Pégourié-Gonnard · 10 years ago
  28. 662c6e8 Disable truncated HMAC by default by Manuel Pégourié-Gonnard · 10 years ago
  29. 1028b74 Upgrade default DHM params size by Manuel Pégourié-Gonnard · 10 years ago
  30. 8836994 Move WANT_READ/WANT_WRITE codes to SSL by Manuel Pégourié-Gonnard · 10 years ago
  31. 1b511f9 Rename ssl_set_bio_timeout() to set_bio() by Manuel Pégourié-Gonnard · 10 years ago
  32. bc2b771 Move ssl_set_ca_chain() to work on config by Manuel Pégourié-Gonnard · 10 years ago
  33. 5a74e8b Make struct cipher_base_t opaque by Manuel Pégourié-Gonnard · 10 years ago
  34. 3a3ae3d Update changelog by Manuel Pégourié-Gonnard · 10 years ago
  35. e36d564 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  36. fa950c9 fix bug in ssl_mail_client by Manuel Pégourié-Gonnard · 10 years ago
  37. 159c524 Fix undefined behaviour in x509 by Manuel Pégourié-Gonnard · 10 years ago
  38. da61ed3 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  39. 7b12492 Include changes from the 1.2 branch by Manuel Pégourié-Gonnard · 10 years ago
  40. 7d1e95c Add countermeasure against cache-based lucky 13 by Manuel Pégourié-Gonnard · 10 years ago
  41. e16b62c Make results of (ext)KeyUsage accessible by Manuel Pégourié-Gonnard · 10 years ago
  42. 770b5e1 Fix missing NULL check in MPI by Manuel Pégourié-Gonnard · 10 years ago
  43. d97828e Fix detection of getrandom() by Manuel Pégourié-Gonnard · 10 years ago
  44. f5203e0 Fix "make install" handling of symlinks by Manuel Pégourié-Gonnard · 10 years ago
  45. 8a81e84 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  46. eab147c Rename pkcs11_xxx_init() to bind() by Manuel Pégourié-Gonnard · 10 years ago
  47. 69a69cc memory_buffer_alloc_init() now returns void by Manuel Pégourié-Gonnard · 10 years ago
  48. 41d479e Split ssl_init() -> ssl_setup() by Manuel Pégourié-Gonnard · 10 years ago
  49. 47fede0 Add countermeasure against cache-based lucky 13 by Manuel Pégourié-Gonnard · 10 years ago
  50. 8d128ef Split mbedtls_ctr_drbg_init() -> seed() by Manuel Pégourié-Gonnard · 10 years ago
  51. f9e9481 Split mbedtls_hmac_drbg_init() -> seed{,_buf}() by Manuel Pégourié-Gonnard · 10 years ago
  52. c34e8dd Split mbedtls_gcm_init() -> gcm_setkey() by Manuel Pégourié-Gonnard · 10 years ago
  53. 6963ff0 Split mbedtls_ccm_init() -> setkey() by Manuel Pégourié-Gonnard · 10 years ago
  54. d54e617 Restructure Changelog by Manuel Pégourié-Gonnard · 10 years ago
  55. 8f5fd31 Change mutex_init/free to return void by Manuel Pégourié-Gonnard · 10 years ago
  56. e75fa70 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  57. e6efa6f manually merge 9f98251 make extKeyUsage accessible by Manuel Pégourié-Gonnard · 10 years ago
  58. b5f48ad manually merge 39a183a add x509_crt_verify_info() by Manuel Pégourié-Gonnard · 10 years ago
  59. e2650c8 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  60. 144bc22 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  61. 53c76c0 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  62. de9b363 Merge branch mbedtls-1.3 into development by Manuel Pégourié-Gonnard · 10 years ago
  63. 9f98251 Make results of (ext)KeyUsage accessible by Manuel Pégourié-Gonnard · 10 years ago
  64. 39a183a Add x509_crt_verify_info() by Manuel Pégourié-Gonnard · 10 years ago
  65. ba33420 Fix typo in contributor name (oops!) by Manuel Pégourié-Gonnard · 10 years ago
  66. a2fce21 Fix potential NULL dereference on bad usage by Manuel Pégourié-Gonnard · 10 years ago
  67. 12a8b66 Update Changelog for recent merge by Manuel Pégourié-Gonnard · 10 years ago
  68. 95f0089 Update Changelog for DH params by Manuel Pégourié-Gonnard · 10 years ago
  69. ab22910 Just use stdint.h even with MSVC by Manuel Pégourié-Gonnard · 10 years ago
  70. 862d503 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  71. 0645bfa Fix typos in Changelog by Manuel Pégourié-Gonnard · 10 years ago
  72. e6c8366 Fix bug in pk_parse_key() by Manuel Pégourié-Gonnard · 10 years ago
  73. e1e5871 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  74. 6152b02 Fixed typos by Paul Bakker · 10 years ago
  75. 924cd10 Fix bug in pk_parse_key() by Manuel Pégourié-Gonnard · 10 years ago
  76. 975d5fa Remove option HAVE_LONGLONG by Manuel Pégourié-Gonnard · 10 years ago
  77. 7b53889 Remove support for HAVE_INT8 and HAVE_INT16 by Manuel Pégourié-Gonnard · 10 years ago
  78. b31424c Make HAVE_IPV6 non-optional by Manuel Pégourié-Gonnard · 10 years ago
  79. 43b997f Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  80. 23ce09b Deprecate HAVE_INT8 and HAVE_INT16 by Manuel Pégourié-Gonnard · 10 years ago
  81. a98af5e Deprecate using NET_C without HAVE_IPV6 by Manuel Pégourié-Gonnard · 10 years ago
  82. 8c3f0f4 Official deprecate compat-1.2.h and openssl.h by Manuel Pégourié-Gonnard · 10 years ago
  83. d759d7d Update ChangeLog for Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  84. 07ec1dd Fix bug with ssl_set_curves() check on client by Manuel Pégourié-Gonnard · 10 years ago
  85. 29f777e Fix bug with ssl_set_curves() check on client by Manuel Pégourié-Gonnard · 10 years ago
  86. f1d2f7c Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  87. cf20120 Fix bug in Via Padlock support by Manuel Pégourié-Gonnard · 10 years ago
  88. 427b672 Add XXX_PROCESS_ALT mecchanism by Manuel Pégourié-Gonnard · 10 years ago
  89. 26c9f90 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  90. 0878a0d Add missing depends in x509 programs by Manuel Pégourié-Gonnard · 10 years ago
  91. c89d6cf Make pk_info_t opaque by Manuel Pégourié-Gonnard · 10 years ago
  92. 8c8be1e Change default min TLS version to TLS 1.0 by Manuel Pégourié-Gonnard · 10 years ago
  93. 348bcb3 Make RSA_ALT support optionnal by Manuel Pégourié-Gonnard · 10 years ago
  94. 8fce937 Simplify ecdsa_context by Manuel Pégourié-Gonnard · 10 years ago
  95. dfdcac9 Merge ecdsa_write_signature{,_det}() together by Manuel Pégourié-Gonnard · 10 years ago
  96. b8cfe3f pk_sign() now requires non-NONE md_alg for ECDSA by Manuel Pégourié-Gonnard · 10 years ago
  97. fa44f20 Change authmode default to Required on client by Manuel Pégourié-Gonnard · 10 years ago
  98. 606df8c Re-section ChangeLog by Manuel Pégourié-Gonnard · 10 years ago
  99. 1d0ca1a Move key_usage to more that 8 bits by Manuel Pégourié-Gonnard · 10 years ago
  100. 1022fed Remove redundant sig_oid2 in x509 structures by Manuel Pégourié-Gonnard · 10 years ago