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