1. f903dc8 Make mbedtls_ssl_in_hdr_len() CID-unaware by Hanno Becker · 6 years ago
  2. fc55172 Mark DTLS replay check as `const` on the SSL context by Hanno Becker · 6 years ago
  3. 40478be Mark ssl_decrypt_buf() as `const in the input SSL context by Hanno Becker · 6 years ago
  4. e84b28c Expand documentation of internal mbedtls_record structure by Hanno Becker · 6 years ago
  5. e29dfb2 Add missing word in documentation of mbedtls_ssl_check_record() by Hanno Becker · 6 years ago
  6. c2b08d1 Fix minor issues in documentation of mbedtls_ssl_check_record() by Hanno Becker · 6 years ago
  7. bec8885 State that record checking is DTLS only and doesn't check content type by Hanno Becker · 6 years ago
  8. 02f2609 Introduce configuration option and API for SSL record checking by Hanno Becker · 6 years ago
  9. cdb83e7 Merge pull request #616 from mpg/context-s11n by Manuel Pégourié-Gonnard · 6 years ago
  10. 18332c5 Improve getter for renegotiation enabled by Manuel Pégourié-Gonnard · 6 years ago
  11. d048505 Merge pull request #634 from hanno-arm/single_ec_doc-baremetal by Manuel Pégourié-Gonnard · 6 years ago
  12. 7c575d2 Merge pull request #605 from ARMmbed/x509_ondemand_remove_unneeded_fields by Manuel Pégourié-Gonnard · 6 years ago
  13. b3bb31b Introduce getter function for disable_renego by Manuel Pégourié-Gonnard · 6 years ago
  14. fcb721d Correct documentation on use of alert pending by Hanno Becker · 6 years ago
  15. dd69119 Update include/mbedtls/ssl_internal.h by Hanno Becker · 6 years ago
  16. 2736d19 Fix and improve documentation of MBEDTLS_SSL_CONF_SINGLE_EC by Hanno Becker · 6 years ago
  17. b82350b Introduce helper function to send pending fatal alerts by Hanno Becker · 6 years ago
  18. 50d5321 Document mbedtls_ssl_context::pending_fatal_alert_msg by Hanno Becker · 6 years ago
  19. c8f5299 Rename pend_alert_msg -> pending_fatal_alert_msg by Hanno Becker · 6 years ago
  20. d829d0f Remove return value from mbedtls_ssl_pend_fatal_alert() by Hanno Becker · 6 years ago
  21. eeabfa4 Note that mbedtls_ssl_pend_fatal_alert() must only be called once by Hanno Becker · 6 years ago
  22. 3caf718 Remove field to store level of pending alert by Hanno Becker · 6 years ago
  23. de62da9 Use separate functions to pend fatal and non-fatal alerts by Hanno Becker · 6 years ago
  24. 1f5a793 Use attribute always_inline only for GCC and ARM compiler by Hanno Becker · 6 years ago
  25. f46e1ce Introduce SSL helper function to mark pending alerts by Hanno Becker · 6 years ago
  26. 3b014fc Merge remote-tracking branch 'origin/pr/604' into baremetal by Simon Butcher · 6 years ago
  27. 6fe6b43 Merge remote-tracking branch 'origin/pr/589' into baremetal by Simon Butcher · 6 years ago
  28. 4c1d06e Provide serialisation API only if it's enabled by Manuel Pégourié-Gonnard · 6 years ago
  29. bc847ca Actually reset the context on save as advertised by Manuel Pégourié-Gonnard · 6 years ago
  30. 86dfa0c Change requirements for setting timer callback by Manuel Pégourié-Gonnard · 6 years ago
  31. f1f3e52 Add session saving/loading by Manuel Pégourié-Gonnard · 6 years ago
  32. d0dd104 Add (stub) header writing and checking by Manuel Pégourié-Gonnard · 6 years ago
  33. 569ed6b Implement usage checks in context_save() by Manuel Pégourié-Gonnard · 6 years ago
  34. a3024ee Save Hello random bytes for later use by Manuel Pégourié-Gonnard · 6 years ago
  35. f28ce6e Fix typo in config.h by Hanno Becker · 6 years ago
  36. 56595f4 Allow hardcoding single signature hash at compile-time by Hanno Becker · 6 years ago
  37. f1bc9e1 Introduce helper functions to traverse signature hashes by Hanno Becker · 6 years ago
  38. feb1cee Merge remote-tracking branch 'origin/pr/602' into baremetal by Simon Butcher · 6 years ago
  39. 7ae3026 [Fixup] Minor changes addressing review feedback by Hanno Becker · 6 years ago
  40. c1096e7 Allow hardcoding single supported elliptic curve by Hanno Becker · 6 years ago
  41. a4a9c69 Introduce helper macro for traversal of supported EC TLS IDs by Hanno Becker · 6 years ago
  42. 004619f Store TLS curve ID instead of information structure by Hanno Becker · 6 years ago
  43. 33b9b25 Remove SSL version configuration API if versions are hardcoded by Hanno Becker · 6 years ago
  44. cb8774b Enforce that all SSL version bounds must be hardcoded simultaneously by Hanno Becker · 6 years ago
  45. 94c40d1 [Fixup] Fix typos in documentation of min/max version macros by Hanno Becker · 6 years ago
  46. 0a92b81 Remove mbedtls_ssl_transform::minor_ver if the version is hardcoded by Hanno Becker · 6 years ago
  47. f1c2a33 Note in SSL doc'n that version bounds can be set at compile-time by Hanno Becker · 6 years ago
  48. 18729ae Guard RSA-only max_major/minor_ver fields from SSL handshake params by Hanno Becker · 6 years ago
  49. 7b628e5 Make mbedtls_ssl_read/write_version static inline by Hanno Becker · 6 years ago
  50. 381eaa5 Remove min/maj version from SSL context if only one version enabled by Hanno Becker · 6 years ago
  51. 2881d80 Introduce getter function for max/min SSL version by Hanno Becker · 6 years ago
  52. e965bd3 Allow hardcoding of min/max minor/major SSL version at compile-time by Hanno Becker · 6 years ago
  53. fabfb85 Merge remote-tracking branch 'origin/pr/603' into baremetal by Simon Butcher · 6 years ago
  54. 14a4a44 Remove mbedtls_ssl_conf_dbg() if !MBEDTLS_DEBUG_C by Hanno Becker · 6 years ago
  55. 272063a Don't store debug func ptr cb + ctx in SSL config if !DEBUG_C by Hanno Becker · 6 years ago
  56. 9e720e0 Add note that def'n of MBEDTLS_SUITE_XXX is just for check-names.sh by Hanno Becker · 6 years ago
  57. 779d79d Restore static inline qualif'n of some helpers in ssl_ciphersuites.h by Hanno Becker · 6 years ago
  58. e4b355a Remove redundant hardcoded ciphersuite identifier by Hanno Becker · 6 years ago
  59. 870bcd3 Highlight precondition of ciphersuite getter functions by Hanno Becker · 6 years ago
  60. 9b3ec12 Add missing spaces at the end of comments by Hanno Becker · 6 years ago
  61. f4d6b49 Allow use of continue in single-ciphersuite 'loops' by Hanno Becker · 6 years ago
  62. d89e8cb Don't break comment lines prematurely in ssl_ciphersuites.h by Hanno Becker · 6 years ago
  63. 67fb16e Make ciphersuite helpers static inline if only one suite enabled by Hanno Becker · 6 years ago
  64. 73f4cb1 Rename XXX_SINGLE_CIPHERSUITE -> XXX_CONF_SINGLE_CIPHERSUITE by Hanno Becker · 6 years ago
  65. e02758c Remove ciphersuite from SSL session if single suite hardcoded by Hanno Becker · 6 years ago
  66. 6ace465 Remove ciphersuite from SSL config if single suite hardcoded by Hanno Becker · 6 years ago
  67. df64596 Remove ciphersuite from handshake params if single suite hardcoded by Hanno Becker · 6 years ago
  68. 1499027 Adapt ClientHello writing to case of single hardcoded ciphersuite by Hanno Becker · 6 years ago
  69. 5cce936 Add compile-time option to hardcode choice of single ciphersuite by Hanno Becker · 6 years ago
  70. b09132d Introduce framework for macro-based definitions of ciphersuites by Hanno Becker · 6 years ago
  71. 473f98f Introduce ciphersuite handle type by Hanno Becker · 6 years ago
  72. 65382f2 Make ssl.h independent of ssl_ciphersuites.h by Hanno Becker · 6 years ago
  73. 5455afd Merge pull request #599 from ARMmbed/baremetal-ec-preparation by Manuel Pégourié-Gonnard · 6 years ago
  74. 56ab3ea [Fixup] Fix alignment of comment in config.h by Hanno Becker · 6 years ago
  75. d07614c Introduce MBEDTLS_X509_CRT_REMOVE_SUBJECT_ISSUER_ID removing IDs by Hanno Becker · 6 years ago
  76. 843b71a Introduce MBEDTLS_X509_CRT_REMOVE_TIME removing time fields from CRT by Hanno Becker · 6 years ago
  77. 6f61b7b Remove 'CRT fallback' during X.509 CRT verification if !TIME_DATE by Hanno Becker · 6 years ago
  78. c00ccea Move def'n of X.509 time-verif funcs to hdr if no time available by Hanno Becker · 6 years ago
  79. d3b2fcb Don't store client-supported ECs in heap-allocated buffer by Hanno Becker · 6 years ago
  80. 31d9bde [Fixup] Fix rebase by Hanno Becker · 6 years ago
  81. 99b6b6b Fix outdated documentation of effect of hardcoded timer cb's on API by Hanno Becker · 6 years ago
  82. 1f1e9ef Fix outdated documentation of effect of hardcoded I/O cb's on API by Hanno Becker · 6 years ago
  83. 572a5d8 Minor improvement in documentation of hardcoded config func ptrs by Hanno Becker · 6 years ago
  84. 65f6f38 Update outdated comment on effect of hardcoding RNG on API by Hanno Becker · 6 years ago
  85. 62327ab [Fixup] Fix typo in check_config.h using #define instead of #error by Hanno Becker · 6 years ago
  86. 0ae6b24 Allow compile-time configuration of timer callbacks by Hanno Becker · 6 years ago
  87. a58a896 Allow compile-time configuration of I/O function pointers by Hanno Becker · 6 years ago
  88. ece325c Allow compile-time configuration of PRNG in SSL module by Hanno Becker · 6 years ago
  89. de8869c Merge remote-tracking branch 'restricted/pr/608' into baremetal-proposed by Manuel Pégourié-Gonnard · 6 years ago
  90. 44ba6b0 Merge remote-tracking branch 'restricted/pr/594' into baremetal-proposed by Manuel Pégourié-Gonnard · 6 years ago
  91. 37261e6 Merge remote-tracking branch 'restricted/pr/601' into baremetal-proposed by Manuel Pégourié-Gonnard · 6 years ago
  92. 417d2ce Merge remote-tracking branch 'restricted/pr/584' into baremetal-proposed by Manuel Pégourié-Gonnard · 6 years ago
  93. c2cfdaa Allow config'n of incl of CertificateReq CA list Y/N at compile-time by Hanno Becker · 6 years ago
  94. 2d9623f Allow configuration of endpoint (cli/srv) at compile-time by Hanno Becker · 6 years ago
  95. 1f835fa Allow configuration of read timeouts at compile-time by Hanno Becker · 6 years ago
  96. e0200da Allow configuration of ConnectionID at compile-time by Hanno Becker · 6 years ago
  97. b0b2b67 Allow compile-time configuration of legacy renegotiation by Hanno Becker · 6 years ago
  98. acd4fc0 Allow compile-time configuration of authentication mode by Hanno Becker · 6 years ago
  99. de67154 Allow compile-time configuration of DTLS badmac limit by Hanno Becker · 6 years ago
  100. 1772c9f Move code to reduce probability of conflicts by Manuel Pégourié-Gonnard · 6 years ago