1. e057d3b Relax some dependencies by Manuel Pégourié-Gonnard · 10 years ago
  2. b596abf Refine cli/srv ifdefs for session tickets by Manuel Pégourié-Gonnard · 10 years ago
  3. cf141ca Fix #ifdefs on ssl_cli.c or ssl_srv.c by Manuel Pégourié-Gonnard · 10 years ago
  4. 0c0f11f Update dependencies & includes for session tickets by Manuel Pégourié-Gonnard · 10 years ago
  5. d59675d Move to callback for session tickets by Manuel Pégourié-Gonnard · 10 years ago
  6. 2ff873c Fix SSL_DEBUG macros by Manuel Pégourié-Gonnard · 10 years ago
  7. b0394be Further adapt prototypes of ticket functions by Manuel Pégourié-Gonnard · 10 years ago
  8. 69f1728 Adapt prototypes of ticket handling functions by Manuel Pégourié-Gonnard · 10 years ago
  9. a4a4735 Rename & move ticket functions to ticket module by Manuel Pégourié-Gonnard · 10 years ago
  10. fd6d897 Add new submodule ssl_ticket by Manuel Pégourié-Gonnard · 10 years ago
  11. 53ebe13 Fix copyright lines still mentioning Brainspark by Manuel Pégourié-Gonnard · 10 years ago
  12. dad1ad7 Doc tune-ups by Manuel Pégourié-Gonnard · 10 years ago
  13. 0b104b0 Adapt prototype of net_accept() for explicit size by Manuel Pégourié-Gonnard · 10 years ago
  14. d9e6a3a Rename pk_init_ctx() -> pk_setup() by Manuel Pégourié-Gonnard · 10 years ago
  15. d4f04db net.c now depends on select() unconditionally by Manuel Pégourié-Gonnard · 10 years ago
  16. a63bc94 Remove timing_m_sleep() -> net_usleep() by Manuel Pégourié-Gonnard · 10 years ago
  17. 151dc77 Fix some old names that remained by Manuel Pégourié-Gonnard · 10 years ago
  18. 8473f87 Rename cipher_init_ctx() to cipher_setup() by Manuel Pégourié-Gonnard · 10 years ago
  19. 66dc555 mbedtls_ssl_conf_arc4_support() depends on ARC4_C by Manuel Pégourié-Gonnard · 10 years ago
  20. e391c8d Doc tune-up by Manuel Pégourié-Gonnard · 10 years ago
  21. 70860ad SSL timers are no longer just for DTLS by Manuel Pégourié-Gonnard · 10 years ago
  22. bbd28f7 Improve SSL doc about I/O and timeouts by Manuel Pégourié-Gonnard · 10 years ago
  23. 5a8d56d Rm hard dependency of DTLS on TIMING_C by Manuel Pégourié-Gonnard · 10 years ago
  24. 2e01291 Prepare the SSL modules for using timer callbacks by Manuel Pégourié-Gonnard · 10 years ago
  25. ca3bdc5 Add mbedtls_timing_set/get_delay() by Manuel Pégourié-Gonnard · 10 years ago
  26. 8903fe0 Define timing_selftest() even with TIMING_ALT by Manuel Pégourié-Gonnard · 10 years ago
  27. 31993f2 Add per-function override for AES by Manuel Pégourié-Gonnard · 10 years ago
  28. 70a5010 Create function-level MBETLS_DES_xxx_ALT by Manuel Pégourié-Gonnard · 10 years ago
  29. e45dba4 Remove unused member in des_context by Manuel Pégourié-Gonnard · 10 years ago
  30. d1a8260 Tune comments in config.h by Manuel Pégourié-Gonnard · 10 years ago
  31. eecb43c Manually merge doc fixes from 1.3 by Manuel Pégourié-Gonnard · 10 years ago
  32. 43b37cb Fix use of pem_read_buffer() in PK, DHM and X509 by Manuel Pégourié-Gonnard · 10 years ago
  33. e6ef16f Change X.509 verify flags to uint32_t by Manuel Pégourié-Gonnard · 10 years ago
  34. e3a062b Rename ecp_use_known_dp -> mbedtls_ecp_group_load() by Manuel Pégourié-Gonnard · 10 years ago
  35. 56cc88a Rm ecp_add() and add ecp_muladd() by Manuel Pégourié-Gonnard · 10 years ago
  36. 6dde596 Remove ecp_sub() by Manuel Pégourié-Gonnard · 10 years ago
  37. aff37e5 Remove ecp_group_read_string() by Manuel Pégourié-Gonnard · 10 years ago
  38. 06939ce Fix order of ssl_conf vs ssl_setup in programs by Manuel Pégourié-Gonnard · 10 years ago
  39. 01e5e8c Change a few ssl_conf return types to void by Manuel Pégourié-Gonnard · 10 years ago
  40. 6729e79 Rename ssl_set_xxx() to ssl_conf_xxx() by Manuel Pégourié-Gonnard · 10 years ago
  41. 22bfa4b Add ssl_set_hs_ca_chain() by Manuel Pégourié-Gonnard · 10 years ago
  42. 1897af9 Make conf const inside ssl_context (finally) by Manuel Pégourié-Gonnard · 10 years ago
  43. 17a40cd Change ssl_own_cert to work on ssl_config by Manuel Pégourié-Gonnard · 10 years ago
  44. 1af6c85 Add ssl_set_hs_own_cert() by Manuel Pégourié-Gonnard · 10 years ago
  45. 8f618a8 Rework ssl_set_own_cert() internals by Manuel Pégourié-Gonnard · 10 years ago
  46. 120fdbd Change ssl_set_psk() to act on ssl_config by Manuel Pégourié-Gonnard · 10 years ago
  47. 4b68296 Use a specific function in the PSK callback by Manuel Pégourié-Gonnard · 10 years ago
  48. 0a4fb09 Make xxx_drbg_random() thread-safe by Manuel Pégourié-Gonnard · 10 years ago
  49. 750e4d7 Move ssl_set_rng() to act on config by Manuel Pégourié-Gonnard · 10 years ago
  50. 5cb3308 Merge contexts for session cache by Manuel Pégourié-Gonnard · 10 years ago
  51. ae31914 Rename ssl_legacy_renegotiation() to ssl_set_... by Manuel Pégourié-Gonnard · 10 years ago
  52. 662c6e8 Disable truncated HMAC by default by Manuel Pégourié-Gonnard · 10 years ago
  53. 1028b74 Upgrade default DHM params size by Manuel Pégourié-Gonnard · 10 years ago
  54. 8836994 Move WANT_READ/WANT_WRITE codes to SSL by Manuel Pégourié-Gonnard · 10 years ago
  55. 1b511f9 Rename ssl_set_bio_timeout() to set_bio() by Manuel Pégourié-Gonnard · 10 years ago
  56. 97fd52c Split ssl_set_read_timeout() out of bio_timeout() by Manuel Pégourié-Gonnard · 10 years ago
  57. cc3195e Fix misplaced #ifdef by Manuel Pégourié-Gonnard · 10 years ago
  58. 8620f73 Documentation tune-ups by Manuel Pégourié-Gonnard · 10 years ago
  59. bc2b771 Move ssl_set_ca_chain() to work on config by Manuel Pégourié-Gonnard · 10 years ago
  60. ba26c24 Change how hostname is stored internally by Manuel Pégourié-Gonnard · 10 years ago
  61. 2b49445 Move session ticket keys to conf by Manuel Pégourié-Gonnard · 10 years ago
  62. e51bba0 Make mfl_code a bitfield member by Manuel Pégourié-Gonnard · 10 years ago
  63. 684b059 Move ssl_set_fallback() to work on conf by Manuel Pégourié-Gonnard · 10 years ago
  64. 6bf89d6 Move ssl_set_max_fragment_len to work on conf by Manuel Pégourié-Gonnard · 10 years ago
  65. 17eab2b Move set_cbc_record_splitting() to conf by Manuel Pégourié-Gonnard · 10 years ago
  66. d36e33f Move easy ssl_set_xxx() functions to work on conf by Manuel Pégourié-Gonnard · 10 years ago
  67. 419d5ae Make endpoint+transport args of config_defaults() by Manuel Pégourié-Gonnard · 10 years ago
  68. def0bbe Allocate ssl_config out of ssl_setup() by Manuel Pégourié-Gonnard · 10 years ago
  69. cd523e2 Introduce mbedtls_ssl_config_{init,defaults,free}() by Manuel Pégourié-Gonnard · 10 years ago
  70. 7ca4e4d Move things to conf substructure by Manuel Pégourié-Gonnard · 10 years ago
  71. fa6473d Create structure ssl_config by Manuel Pégourié-Gonnard · 10 years ago
  72. 5a74e8b Make struct cipher_base_t opaque by Manuel Pégourié-Gonnard · 10 years ago
  73. da61ed3 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  74. e16b62c Make results of (ext)KeyUsage accessible by Manuel Pégourié-Gonnard · 10 years ago
  75. 770b5e1 Fix missing NULL check in MPI by Manuel Pégourié-Gonnard · 10 years ago
  76. 1e2eae0 Adapt pthread implementation to recent changes by Manuel Pégourié-Gonnard · 10 years ago
  77. eab147c Rename pkcs11_xxx_init() to bind() by Manuel Pégourié-Gonnard · 10 years ago
  78. 69a69cc memory_buffer_alloc_init() now returns void by Manuel Pégourié-Gonnard · 10 years ago
  79. 41d479e Split ssl_init() -> ssl_setup() by Manuel Pégourié-Gonnard · 10 years ago
  80. 8d128ef Split mbedtls_ctr_drbg_init() -> seed() by Manuel Pégourié-Gonnard · 10 years ago
  81. f9e9481 Split mbedtls_hmac_drbg_init() -> seed{,_buf}() by Manuel Pégourié-Gonnard · 10 years ago
  82. c34e8dd Split mbedtls_gcm_init() -> gcm_setkey() by Manuel Pégourié-Gonnard · 10 years ago
  83. 6963ff0 Split mbedtls_ccm_init() -> setkey() by Manuel Pégourié-Gonnard · 10 years ago
  84. 8f5fd31 Change mutex_init/free to return void by Manuel Pégourié-Gonnard · 10 years ago
  85. 331ba57 Fix some additional renaming issues by Manuel Pégourié-Gonnard · 10 years ago
  86. e6028c9 Fix some X509 macro names by Manuel Pégourié-Gonnard · 10 years ago
  87. e75fa70 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  88. e6efa6f manually merge 9f98251 make extKeyUsage accessible by Manuel Pégourié-Gonnard · 10 years ago
  89. b5f48ad manually merge 39a183a add x509_crt_verify_info() by Manuel Pégourié-Gonnard · 10 years ago
  90. 9f98251 Make results of (ext)KeyUsage accessible by Manuel Pégourié-Gonnard · 10 years ago
  91. 39a183a Add x509_crt_verify_info() by Manuel Pégourié-Gonnard · 10 years ago
  92. ab22910 Just use stdint.h even with MSVC by Manuel Pégourié-Gonnard · 10 years ago
  93. 862d503 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  94. a1e3241 Fix macro name from wrong branch by Manuel Pégourié-Gonnard · 10 years ago
  95. 6152b02 Fixed typos by Paul Bakker · 10 years ago
  96. eed55a4 Changed values of PK and PKCS5 error codes by Manuel Pégourié-Gonnard · 10 years ago
  97. 975d5fa Remove option HAVE_LONGLONG by Manuel Pégourié-Gonnard · 10 years ago
  98. 7b53889 Remove support for HAVE_INT8 and HAVE_INT16 by Manuel Pégourié-Gonnard · 10 years ago
  99. b31424c Make HAVE_IPV6 non-optional by Manuel Pégourié-Gonnard · 10 years ago
  100. 23ce09b Deprecate HAVE_INT8 and HAVE_INT16 by Manuel Pégourié-Gonnard · 10 years ago