1. 6c0e53c Minor documentation improvements in ssl_parse_record_header() by Hanno Becker · 6 years ago
  2. e045277 Check for sufficient datagram size in ssl_parse_record_header() by Hanno Becker · 6 years ago
  3. a61925f Don't send an alert when receiving a record of unknown ContentType by Hanno Becker · 6 years ago
  4. dc4d627 Don't call ssl_fetch_input for record content fetch in DTLS by Hanno Becker · 6 years ago
  5. 2982346 Don't call ssl_fetch_input for record hdr size check in DTLS by Hanno Becker · 6 years ago
  6. de7d6d3 Move size-check for DTLS record header with CID to DTLS-only branch by Hanno Becker · 6 years ago
  7. 87b5626 Check same-port-reconnect from client outside of record hdr parsing by Hanno Becker · 6 years ago
  8. 07d420d Remove unnecessary backup of explicit IV in AEAD record decryption by Hanno Becker · 6 years ago
  9. 8244cfa Remove redundant minimum length check by Hanno Becker · 6 years ago
  10. 6d3db0f Improve documentation of mbedtls_ssl_decrypt_buf() by Hanno Becker · 6 years ago
  11. 9520b31 Remove misleading comment in mbedtls_ssl_decrypt_buf() by Hanno Becker · 6 years ago
  12. b603bd3 Remove assertion in mbedtls_ssl_decrypt_buf() by Hanno Becker · 6 years ago
  13. f024285 Check architectural bound for max record payload len in one place by Hanno Becker · 6 years ago
  14. 408a274 Remove redundant length-0 checks for incoming unprotected records by Hanno Becker · 6 years ago
  15. 1c26845 Remove redundant length check during record header parsing by Hanno Becker · 6 years ago
  16. 02f2609 Introduce configuration option and API for SSL record checking by Hanno Becker · 6 years ago
  17. cdb83e7 Merge pull request #616 from mpg/context-s11n by Manuel Pégourié-Gonnard · 6 years ago
  18. 69a3e41 Improve reability and debugability of large if by Manuel Pégourié-Gonnard · 6 years ago
  19. 18332c5 Improve getter for renegotiation enabled by Manuel Pégourié-Gonnard · 6 years ago
  20. b3bb31b Introduce getter function for disable_renego by Manuel Pégourié-Gonnard · 6 years ago
  21. 14e2a8a Fix a typo in a comment by Manuel Pégourié-Gonnard · 6 years ago
  22. 42a6b04 Don't forget about pending alerts after ssl_get_next_record() by Hanno Becker · 6 years ago
  23. b82350b Introduce helper function to send pending fatal alerts by Hanno Becker · 6 years ago
  24. c8f5299 Rename pend_alert_msg -> pending_fatal_alert_msg by Hanno Becker · 6 years ago
  25. 2e8d133 Reintroduce return code checking when sending NoRenego alert by Hanno Becker · 6 years ago
  26. 3caf718 Remove field to store level of pending alert by Hanno Becker · 6 years ago
  27. de62da9 Use separate functions to pend fatal and non-fatal alerts by Hanno Becker · 6 years ago
  28. 1facd55 Replace xxx_send_alert by xxx_pend_alert to save code by Hanno Becker · 6 years ago
  29. f46e1ce Introduce SSL helper function to mark pending alerts by Hanno Becker · 6 years ago
  30. 7af7375 Fix MSVC warning by Manuel Pégourié-Gonnard · 6 years ago
  31. 2cc9223 Fix compile error in reduced configurations by Manuel Pégourié-Gonnard · 6 years ago
  32. 3b014fc Merge remote-tracking branch 'origin/pr/604' into baremetal by Simon Butcher · 6 years ago
  33. 7ce9446 Avoid duplication of session format header by Manuel Pégourié-Gonnard · 6 years ago
  34. a7cd483 Implement config-checking header to context s11n by Manuel Pégourié-Gonnard · 6 years ago
  35. 4c1d06e Provide serialisation API only if it's enabled by Manuel Pégourié-Gonnard · 6 years ago
  36. 73a4636 Adapt to hardcoded single version by Manuel Pégourié-Gonnard · 6 years ago
  37. 2f3fa62 Fix compiler warning: comparing signed to unsigned by Manuel Pégourié-Gonnard · 6 years ago
  38. bc847ca Actually reset the context on save as advertised by Manuel Pégourié-Gonnard · 6 years ago
  39. ff22200 Re-use buffer allocated by handshake_init() by Manuel Pégourié-Gonnard · 6 years ago
  40. 138079d Add setting of forced fields when deserializing by Manuel Pégourié-Gonnard · 6 years ago
  41. 16d1485 Add saved fields from top-level structure by Manuel Pégourié-Gonnard · 6 years ago
  42. 322f3c7 Add transform (de)serialization by Manuel Pégourié-Gonnard · 6 years ago
  43. 8175816 Fix English in comments by Manuel Pégourié-Gonnard · 6 years ago
  44. f1f3e52 Add session saving/loading by Manuel Pégourié-Gonnard · 6 years ago
  45. d0dd104 Add (stub) header writing and checking by Manuel Pégourié-Gonnard · 6 years ago
  46. 5e534ba Add usage checks in context_load() by Manuel Pégourié-Gonnard · 6 years ago
  47. b6163ef Document internal serialisation format by Manuel Pégourié-Gonnard · 6 years ago
  48. 569ed6b Implement usage checks in context_save() by Manuel Pégourié-Gonnard · 6 years ago
  49. a3024ee Save Hello random bytes for later use by Manuel Pégourié-Gonnard · 6 years ago
  50. 95d1b93 Don't reset timer during mbedtls_ssl_setup() by Hanno Becker · 6 years ago
  51. 56595f4 Allow hardcoding single signature hash at compile-time by Hanno Becker · 6 years ago
  52. f1bc9e1 Introduce helper functions to traverse signature hashes by Hanno Becker · 6 years ago
  53. 627fbee Don't offer SHA-1 in CertificateRequest message in TLS 1.2 by Hanno Becker · 6 years ago
  54. 0a64170 Remove redundant check in mbedtls_ssl_set_calc_verify_md() by Hanno Becker · 6 years ago
  55. feb1cee Merge remote-tracking branch 'origin/pr/602' into baremetal by Simon Butcher · 6 years ago
  56. c1096e7 Allow hardcoding single supported elliptic curve by Hanno Becker · 6 years ago
  57. ee24f8c Remove unnecessary check for presence of supported EC list by Hanno Becker · 6 years ago
  58. a4a9c69 Introduce helper macro for traversal of supported EC TLS IDs by Hanno Becker · 6 years ago
  59. 33b9b25 Remove SSL version configuration API if versions are hardcoded by Hanno Becker · 6 years ago
  60. 0a92b81 Remove mbedtls_ssl_transform::minor_ver if the version is hardcoded by Hanno Becker · 6 years ago
  61. 7b628e5 Make mbedtls_ssl_read/write_version static inline by Hanno Becker · 6 years ago
  62. 2881d80 Introduce getter function for max/min SSL version by Hanno Becker · 6 years ago
  63. e965bd3 Allow hardcoding of min/max minor/major SSL version at compile-time by Hanno Becker · 6 years ago
  64. fabfb85 Merge remote-tracking branch 'origin/pr/603' into baremetal by Simon Butcher · 6 years ago
  65. 14a4a44 Remove mbedtls_ssl_conf_dbg() if !MBEDTLS_DEBUG_C by Hanno Becker · 6 years ago
  66. 272063a Don't store debug func ptr cb + ctx in SSL config if !DEBUG_C by Hanno Becker · 6 years ago
  67. 73f4cb1 Rename XXX_SINGLE_CIPHERSUITE -> XXX_CONF_SINGLE_CIPHERSUITE by Hanno Becker · 6 years ago
  68. e02758c Remove ciphersuite from SSL session if single suite hardcoded by Hanno Becker · 6 years ago
  69. 6ace465 Remove ciphersuite from SSL config if single suite hardcoded by Hanno Becker · 6 years ago
  70. df64596 Remove ciphersuite from handshake params if single suite hardcoded by Hanno Becker · 6 years ago
  71. 473f98f Introduce ciphersuite handle type by Hanno Becker · 6 years ago
  72. 5455afd Merge pull request #599 from ARMmbed/baremetal-ec-preparation by Manuel Pégourié-Gonnard · 6 years ago
  73. d3b2fcb Don't store client-supported ECs in heap-allocated buffer by Hanno Becker · 6 years ago
  74. 0ae6b24 Allow compile-time configuration of timer callbacks by Hanno Becker · 6 years ago
  75. a58a896 Allow compile-time configuration of I/O function pointers by Hanno Becker · 6 years ago
  76. ece325c Allow compile-time configuration of PRNG in SSL module by Hanno Becker · 6 years ago
  77. b391766 Fix unused variable that happened during merge by Manuel Pégourié-Gonnard · 6 years ago
  78. de8869c Merge remote-tracking branch 'restricted/pr/608' into baremetal-proposed by Manuel Pégourié-Gonnard · 6 years ago
  79. 44ba6b0 Merge remote-tracking branch 'restricted/pr/594' into baremetal-proposed by Manuel Pégourié-Gonnard · 6 years ago
  80. 37261e6 Merge remote-tracking branch 'restricted/pr/601' into baremetal-proposed by Manuel Pégourié-Gonnard · 6 years ago
  81. 417d2ce Merge remote-tracking branch 'restricted/pr/584' into baremetal-proposed by Manuel Pégourié-Gonnard · 6 years ago
  82. c2cfdaa Allow config'n of incl of CertificateReq CA list Y/N at compile-time by Hanno Becker · 6 years ago
  83. 2d9623f Allow configuration of endpoint (cli/srv) at compile-time by Hanno Becker · 6 years ago
  84. 1f835fa Allow configuration of read timeouts at compile-time by Hanno Becker · 6 years ago
  85. e0200da Allow configuration of ConnectionID at compile-time by Hanno Becker · 6 years ago
  86. b0b2b67 Allow compile-time configuration of legacy renegotiation by Hanno Becker · 6 years ago
  87. acd4fc0 Allow compile-time configuration of authentication mode by Hanno Becker · 6 years ago
  88. de67154 Allow compile-time configuration of DTLS badmac limit by Hanno Becker · 6 years ago
  89. 7b80c64 Fix compile-time guard for optional field in struct by Manuel Pégourié-Gonnard · 6 years ago
  90. 29f2dd0 Address review comments by Jarno Lamsa · 6 years ago
  91. 59bd12b Add new config MBEDTLS_SSL_SESSION_RESUMPTION by Jarno Lamsa · 6 years ago
  92. 7be1406 Add config MBEDTLS_SSL_SESSION_CACHE by Jarno Lamsa · 6 years ago
  93. abd929c Merge branch 'mbedtls-2.16' into baremetal-2.16-01_07_19 by Hanno Becker · 6 years ago
  94. 2224ccf Don't use assertion for failures of mbedtls_x509_crt_x_acquire() by Hanno Becker · 6 years ago
  95. c6d1c3e Remove frame/pk parameter from mbedtls_x509_crt_xxx_release() by Hanno Becker · 6 years ago
  96. 8c13ee6 Make use of CRT acquire/release in ssl_parse_certificate_verify() by Hanno Becker · 6 years ago
  97. 7f376f4 Allow compile-time configuration of DTLS anti replay by Hanno Becker · 6 years ago
  98. f765ce6 Remove ExtendedMS configuration API if hardcoded at compile-time by Hanno Becker · 6 years ago
  99. a49ec56 Introduce getter function for `extended_ms` field in HS struct by Hanno Becker · 6 years ago
  100. aabbb58 Exemplify harcoding SSL config at compile-time in example of ExtMS by Hanno Becker · 6 years ago