1. 303d399 Merge remote-tracking branch 'origin/pr/609' into baremetal by Simon Butcher · 6 years ago
  2. 7fce190 Merge remote-tracking branch 'origin/pr/635' into HEAD by Simon Butcher · 6 years ago
  3. 9ec3fe0 Introduce configuration option to remove CRT verification callbacks by Hanno Becker · 6 years ago
  4. d82db9d Merge remote-tracking branch 'origin/pr/649' into baremetal by Simon Butcher · 6 years ago
  5. d5cfe6f Use native DTLS version encoding if only DTLS is enabled by Hanno Becker · 6 years ago
  6. 648fbba struct optimization for mbedtls_ssl_context by Teppo Järvelin · 6 years ago
  7. 82a7a21 Fixup: Correct inclusion of legacy ECP headers in ssl.h by Hanno Becker · 6 years ago
  8. 6f212d0 TinyCrypt ECDH/ECDHE-PSK: Allow TinyCrypt-based ECDH and ECDHE-PSK by Hanno Becker · 6 years ago
  9. 6f76804 TinyCrypt ECDHE-PSK: Adapt dummy structure approximating PMS length by Hanno Becker · 6 years ago
  10. 6cf97b7 Don't unconditionally include ecp.h in ssl.h by Hanno Becker · 6 years ago
  11. 728a38b TinyCrypt SSL: Adapt calculation of maximum PMS size in ssl.h by Hanno Becker · 6 years ago
  12. 4009d8f Make function mbedtls_ssl_set_hostname(...) as optional by Teppo Järvelin · 6 years ago
  13. 434ab19 Merge remote-tracking branch 'origin/pr/629' into baremetal by Simon Butcher · 6 years ago
  14. 0863b2a Merge remote-tracking branch 'origin/pr/612' into baremetal by Simon Butcher · 6 years ago
  15. 572d448 Enforce NULL context for hardcoded RNG by Hanno Becker · 6 years ago
  16. 8844055 Remove compression field from SSL session if compression disabled by Hanno Becker · 6 years ago
  17. c360dcc [API break] Remove mbedtls_ssl_context::in_iv field by Hanno Becker · 6 years ago
  18. e29dfb2 Add missing word in documentation of mbedtls_ssl_check_record() by Hanno Becker · 6 years ago
  19. c2b08d1 Fix minor issues in documentation of mbedtls_ssl_check_record() by Hanno Becker · 6 years ago
  20. bec8885 State that record checking is DTLS only and doesn't check content type by Hanno Becker · 6 years ago
  21. 02f2609 Introduce configuration option and API for SSL record checking by Hanno Becker · 6 years ago
  22. cdb83e7 Merge pull request #616 from mpg/context-s11n by Manuel Pégourié-Gonnard · 6 years ago
  23. 50d5321 Document mbedtls_ssl_context::pending_fatal_alert_msg by Hanno Becker · 6 years ago
  24. c8f5299 Rename pend_alert_msg -> pending_fatal_alert_msg by Hanno Becker · 6 years ago
  25. 3caf718 Remove field to store level of pending alert by Hanno Becker · 6 years ago
  26. f46e1ce Introduce SSL helper function to mark pending alerts by Hanno Becker · 6 years ago
  27. 4c1d06e Provide serialisation API only if it's enabled by Manuel Pégourié-Gonnard · 6 years ago
  28. bc847ca Actually reset the context on save as advertised by Manuel Pégourié-Gonnard · 6 years ago
  29. 86dfa0c Change requirements for setting timer callback by Manuel Pégourié-Gonnard · 6 years ago
  30. f1f3e52 Add session saving/loading by Manuel Pégourié-Gonnard · 6 years ago
  31. d0dd104 Add (stub) header writing and checking by Manuel Pégourié-Gonnard · 6 years ago
  32. 569ed6b Implement usage checks in context_save() by Manuel Pégourié-Gonnard · 6 years ago
  33. 56595f4 Allow hardcoding single signature hash at compile-time by Hanno Becker · 6 years ago
  34. feb1cee Merge remote-tracking branch 'origin/pr/602' into baremetal by Simon Butcher · 6 years ago
  35. c1096e7 Allow hardcoding single supported elliptic curve by Hanno Becker · 6 years ago
  36. 33b9b25 Remove SSL version configuration API if versions are hardcoded by Hanno Becker · 6 years ago
  37. 94c40d1 [Fixup] Fix typos in documentation of min/max version macros by Hanno Becker · 6 years ago
  38. f1c2a33 Note in SSL doc'n that version bounds can be set at compile-time by Hanno Becker · 6 years ago
  39. 381eaa5 Remove min/maj version from SSL context if only one version enabled by Hanno Becker · 6 years ago
  40. e965bd3 Allow hardcoding of min/max minor/major SSL version at compile-time by Hanno Becker · 6 years ago
  41. fabfb85 Merge remote-tracking branch 'origin/pr/603' into baremetal by Simon Butcher · 6 years ago
  42. 14a4a44 Remove mbedtls_ssl_conf_dbg() if !MBEDTLS_DEBUG_C by Hanno Becker · 6 years ago
  43. 272063a Don't store debug func ptr cb + ctx in SSL config if !DEBUG_C by Hanno Becker · 6 years ago
  44. 73f4cb1 Rename XXX_SINGLE_CIPHERSUITE -> XXX_CONF_SINGLE_CIPHERSUITE by Hanno Becker · 6 years ago
  45. e02758c Remove ciphersuite from SSL session if single suite hardcoded by Hanno Becker · 6 years ago
  46. 6ace465 Remove ciphersuite from SSL config if single suite hardcoded by Hanno Becker · 6 years ago
  47. 65382f2 Make ssl.h independent of ssl_ciphersuites.h by Hanno Becker · 6 years ago
  48. 99b6b6b Fix outdated documentation of effect of hardcoded timer cb's on API by Hanno Becker · 6 years ago
  49. 1f1e9ef Fix outdated documentation of effect of hardcoded I/O cb's on API by Hanno Becker · 6 years ago
  50. 65f6f38 Update outdated comment on effect of hardcoding RNG on API by Hanno Becker · 6 years ago
  51. 0ae6b24 Allow compile-time configuration of timer callbacks by Hanno Becker · 6 years ago
  52. a58a896 Allow compile-time configuration of I/O function pointers by Hanno Becker · 6 years ago
  53. ece325c Allow compile-time configuration of PRNG in SSL module by Hanno Becker · 6 years ago
  54. de8869c Merge remote-tracking branch 'restricted/pr/608' into baremetal-proposed by Manuel Pégourié-Gonnard · 6 years ago
  55. 44ba6b0 Merge remote-tracking branch 'restricted/pr/594' into baremetal-proposed by Manuel Pégourié-Gonnard · 6 years ago
  56. c2cfdaa Allow config'n of incl of CertificateReq CA list Y/N at compile-time by Hanno Becker · 6 years ago
  57. 2d9623f Allow configuration of endpoint (cli/srv) at compile-time by Hanno Becker · 6 years ago
  58. 1f835fa Allow configuration of read timeouts at compile-time by Hanno Becker · 6 years ago
  59. e0200da Allow configuration of ConnectionID at compile-time by Hanno Becker · 6 years ago
  60. b0b2b67 Allow compile-time configuration of legacy renegotiation by Hanno Becker · 6 years ago
  61. acd4fc0 Allow compile-time configuration of authentication mode by Hanno Becker · 6 years ago
  62. de67154 Allow compile-time configuration of DTLS badmac limit by Hanno Becker · 6 years ago
  63. 33cb3e1 Remove cache callbacks from config on client by Manuel Pégourié-Gonnard · 6 years ago
  64. 29f2dd0 Address review comments by Jarno Lamsa · 6 years ago
  65. 7be1406 Add config MBEDTLS_SSL_SESSION_CACHE by Jarno Lamsa · 6 years ago
  66. abd929c Merge branch 'mbedtls-2.16' into baremetal-2.16-01_07_19 by Hanno Becker · 6 years ago
  67. 7f376f4 Allow compile-time configuration of DTLS anti replay by Hanno Becker · 6 years ago
  68. ab1ce76 Mention possibility of hardcoding SSL config in ssl.h by Hanno Becker · 6 years ago
  69. 57e72c7 Move getter functions for SSL configuration to ssl_internal.h by Hanno Becker · 6 years ago
  70. 4c4a2e1 Don't break func'def after linkage type, fixing check-names.sh by Hanno Becker · 6 years ago
  71. aabbb58 Exemplify harcoding SSL config at compile-time in example of ExtMS by Hanno Becker · 6 years ago
  72. 096bccf Merge remote-tracking branch 'origin/pr/2450' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  73. 5882dd0 Remove CRT digest from SSL session if !RENEGO + !KEEP_PEER_CERT by Hanno Becker · 6 years ago
  74. 2984bd2 Add config sanity check for !MBEDTLS_SSL_KEEP_PEER_CERTIFICATE by Hanno Becker · 6 years ago
  75. 24bc570 Improve documentation of mbedtls_ssl_get_peer_cert() by Hanno Becker · 6 years ago
  76. 2e6d347 Remove peer CRT from mbedtls_ssl_session if !KEEP_PEER_CERT by Hanno Becker · 6 years ago
  77. 9fb6e2e Extend mbedtls_ssl_session by buffer holding peer CRT digest by Hanno Becker · 6 years ago
  78. b90f655 Add configuration option to remove peer CRT after handshake by Hanno Becker · 6 years ago
  79. 869144b Improve documentation of mbedtls_ssl_get_peer_cert() by Hanno Becker · 6 years ago
  80. f2ef573 Merge remote-tracking branch 'origin/pr/598' into baremetal by Simon Butcher · 6 years ago
  81. 7667afd Clarify documentation of mbedtls_ssl_context_load() by Manuel Pégourié-Gonnard · 6 years ago
  82. cc71c77 Fix typos, grammar and wording in documentation by Manuel Pégourié-Gonnard · 6 years ago
  83. d87601e Declare and document ssl_context_save()/load() by Manuel Pégourié-Gonnard · 6 years ago
  84. c725e4b Merge remote-tracking branch 'origin/pr/590' into baremetal by Simon Butcher · 6 years ago
  85. ba8b1eb Use negated option for controlling TLS support. by Manuel Pégourié-Gonnard · 6 years ago
  86. 20095af Changes according to review comments by Jarno Lamsa · 6 years ago
  87. 8794a42 Clarify a few more comments and documentation by Manuel Pégourié-Gonnard · 6 years ago
  88. 18b9a49 Disable the enforce flag by default by Jarno Lamsa · 6 years ago
  89. d9382f8 Add definitions for enforce flag values by Jarno Lamsa · 6 years ago
  90. 95f752e Fix typo by Jarno Lamsa · 6 years ago
  91. 7a5e2be Create a new flag for enforcing the extended master secret by Jarno Lamsa · 6 years ago
  92. e744eab Adapt defaults and programs documentation by Manuel Pégourié-Gonnard · 6 years ago
  93. 21d1c32 Merge remote-tracking branch 'origin/pr/574' into baremetal by Simon Butcher · 6 years ago
  94. f3c43dd Merge branch 'mbedtls-2.16' into baremetal by Manuel Pégourié-Gonnard · 6 years ago
  95. 5dbcc9f Introduce specific error for ver/cfg mismatch on deserialization by Hanno Becker · 6 years ago
  96. 35ccdbb Normalize spelling to serialiZation by Manuel Pégourié-Gonnard · 6 years ago
  97. e0cd1d0 Improve documentation by Manuel Pégourié-Gonnard · 6 years ago
  98. 5363e1f Add list of coupled functions to struct definition by Manuel Pégourié-Gonnard · 6 years ago
  99. 32ce596 Improve save API by always updating olen by Manuel Pégourié-Gonnard · 6 years ago
  100. 37a5324 Add mbedtls_ssl_get_session_pointer() by Manuel Pégourié-Gonnard · 6 years ago