1. 5579c53 Add x509_internal.h to cpp_dummy_build.cpp by Hanno Becker · 6 years ago
  2. 03e2db6 Implement record checking API by Hanno Becker · 6 years ago
  3. 21fc61c Mark ssl_parse_record_header() as `const` in SSL context by Hanno Becker · 6 years ago
  4. c360dcc [API break] Remove mbedtls_ssl_context::in_iv field by Hanno Becker · 6 years ago
  5. f903dc8 Make mbedtls_ssl_in_hdr_len() CID-unaware by Hanno Becker · 6 years ago
  6. 05413d9 Remove duplicate setting of ssl->in_msgtype and ssl->in_msglen by Hanno Becker · 6 years ago
  7. bd70c8e Move update of in_xxx fields in ssl_get_next_record() by Hanno Becker · 6 years ago
  8. bf256cd Move update of in_xxx fields outside of ssl_prepare_record_content() by Hanno Becker · 6 years ago
  9. 106f3da Reduce dependency of ssl_prepare_record_content() on in_xxx fields by Hanno Becker · 6 years ago
  10. 6837972 Move ssl_update_in_pointers() to after record hdr parsing by Hanno Becker · 6 years ago
  11. fc55172 Mark DTLS replay check as `const` on the SSL context by Hanno Becker · 6 years ago
  12. 6941245 Move updating the internal rec ptrs to outside of rec hdr parsing by Hanno Becker · 6 years ago
  13. 40478be Mark ssl_decrypt_buf() as `const in the input SSL context by Hanno Becker · 6 years ago
  14. a89610a Adapt ssl_prepare_record_content() to use SSL record structure by Hanno Becker · 6 years ago
  15. 9babbf7 Use record length from record structure when fetching content in TLS by Hanno Becker · 6 years ago
  16. 2720f4c Use record structure when remembering offset of next record in dgram by Hanno Becker · 6 years ago
  17. 2528ee0 Use SSL record structure when skipping over unexpected record by Hanno Becker · 6 years ago
  18. af5bcfc Adapt ssl_buffer_future_record() to work with SSL record structure by Hanno Becker · 6 years ago
  19. c6e7c57 Setup SSL record structure in ssl_parse_record_header() by Hanno Becker · 6 years ago
  20. e84b28c Expand documentation of internal mbedtls_record structure by Hanno Becker · 6 years ago
  21. 6c0e53c Minor documentation improvements in ssl_parse_record_header() by Hanno Becker · 6 years ago
  22. e045277 Check for sufficient datagram size in ssl_parse_record_header() by Hanno Becker · 6 years ago
  23. a61925f Don't send an alert when receiving a record of unknown ContentType by Hanno Becker · 6 years ago
  24. dc4d627 Don't call ssl_fetch_input for record content fetch in DTLS by Hanno Becker · 6 years ago
  25. 2982346 Don't call ssl_fetch_input for record hdr size check in DTLS by Hanno Becker · 6 years ago
  26. de7d6d3 Move size-check for DTLS record header with CID to DTLS-only branch by Hanno Becker · 6 years ago
  27. 87b5626 Check same-port-reconnect from client outside of record hdr parsing by Hanno Becker · 6 years ago
  28. 07d420d Remove unnecessary backup of explicit IV in AEAD record decryption by Hanno Becker · 6 years ago
  29. 8244cfa Remove redundant minimum length check by Hanno Becker · 6 years ago
  30. 6d3db0f Improve documentation of mbedtls_ssl_decrypt_buf() by Hanno Becker · 6 years ago
  31. 9520b31 Remove misleading comment in mbedtls_ssl_decrypt_buf() by Hanno Becker · 6 years ago
  32. b603bd3 Remove assertion in mbedtls_ssl_decrypt_buf() by Hanno Becker · 6 years ago
  33. f024285 Check architectural bound for max record payload len in one place by Hanno Becker · 6 years ago
  34. 408a274 Remove redundant length-0 checks for incoming unprotected records by Hanno Becker · 6 years ago
  35. 1c26845 Remove redundant length check during record header parsing by Hanno Becker · 6 years ago
  36. 6852e95c Merge pull request #618 from hanno-arm/record_checking_api-baremetal by Manuel Pégourié-Gonnard · 6 years ago
  37. 32bbe4a Remove unused label in ssl_client2/ssl_server2 by Hanno Becker · 6 years ago
  38. e29dfb2 Add missing word in documentation of mbedtls_ssl_check_record() by Hanno Becker · 6 years ago
  39. 83b8c3b cli/srv ex: Add dbg msg if record checking gives inconsistent result by Hanno Becker · 6 years ago
  40. c2b08d1 Fix minor issues in documentation of mbedtls_ssl_check_record() by Hanno Becker · 6 years ago
  41. bec8885 State that record checking is DTLS only and doesn't check content type by Hanno Becker · 6 years ago
  42. 82ff6f1 Update version_features.c by Hanno Becker · 6 years ago
  43. de9e36e Pass dgrams to mbedtls_ssl_check_record in ssl_client2/server2 by Hanno Becker · 6 years ago
  44. fe24b3b Add IO wrappers to ssl_server2 as interm's between NET and SSL layer by Hanno Becker · 6 years ago
  45. 14219fe Add IO wrappers to ssl_client2 as interm's between NET and SSL layer by Hanno Becker · 6 years ago
  46. 02f2609 Introduce configuration option and API for SSL record checking by Hanno Becker · 6 years ago
  47. f010eba Merge pull request #632 from hanno-arm/baremetal_sh_debug-baremetal by Manuel Pégourié-Gonnard · 6 years ago
  48. cdb83e7 Merge pull request #616 from mpg/context-s11n by Manuel Pégourié-Gonnard · 6 years ago
  49. 69a3e41 Improve reability and debugability of large if by Manuel Pégourié-Gonnard · 6 years ago
  50. 18332c5 Improve getter for renegotiation enabled by Manuel Pégourié-Gonnard · 6 years ago
  51. d048505 Merge pull request #634 from hanno-arm/single_ec_doc-baremetal by Manuel Pégourié-Gonnard · 6 years ago
  52. 7c575d2 Merge pull request #605 from ARMmbed/x509_ondemand_remove_unneeded_fields by Manuel Pégourié-Gonnard · 6 years ago
  53. 7d33b7e Merge pull request #610 from ARMmbed/delay_alerts-baremetal by Manuel Pégourié-Gonnard · 6 years ago
  54. b3bb31b Introduce getter function for disable_renego by Manuel Pégourié-Gonnard · 6 years ago
  55. 14e2a8a Fix a typo in a comment by Manuel Pégourié-Gonnard · 6 years ago
  56. fcb721d Correct documentation on use of alert pending by Hanno Becker · 6 years ago
  57. dd69119 Update include/mbedtls/ssl_internal.h by Hanno Becker · 6 years ago
  58. 2736d19 Fix and improve documentation of MBEDTLS_SSL_CONF_SINGLE_EC by Hanno Becker · 6 years ago
  59. 42a6b04 Don't forget about pending alerts after ssl_get_next_record() by Hanno Becker · 6 years ago
  60. b82350b Introduce helper function to send pending fatal alerts by Hanno Becker · 6 years ago
  61. 0a4c78f Add --debug option to baremetal.sh by Hanno Becker · 6 years ago
  62. 50d5321 Document mbedtls_ssl_context::pending_fatal_alert_msg by Hanno Becker · 6 years ago
  63. c8f5299 Rename pend_alert_msg -> pending_fatal_alert_msg by Hanno Becker · 6 years ago
  64. d829d0f Remove return value from mbedtls_ssl_pend_fatal_alert() by Hanno Becker · 6 years ago
  65. eeabfa4 Note that mbedtls_ssl_pend_fatal_alert() must only be called once by Hanno Becker · 6 years ago
  66. 2e8d133 Reintroduce return code checking when sending NoRenego alert by Hanno Becker · 6 years ago
  67. 3caf718 Remove field to store level of pending alert by Hanno Becker · 6 years ago
  68. de62da9 Use separate functions to pend fatal and non-fatal alerts by Hanno Becker · 6 years ago
  69. 1f5a793 Use attribute always_inline only for GCC and ARM compiler by Hanno Becker · 6 years ago
  70. 1facd55 Replace xxx_send_alert by xxx_pend_alert to save code by Hanno Becker · 6 years ago
  71. f46e1ce Introduce SSL helper function to mark pending alerts by Hanno Becker · 6 years ago
  72. 7af7375 Fix MSVC warning by Manuel Pégourié-Gonnard · 6 years ago
  73. 2cc9223 Fix compile error in reduced configurations by Manuel Pégourié-Gonnard · 6 years ago
  74. 3b014fc Merge remote-tracking branch 'origin/pr/604' into baremetal by Simon Butcher · 6 years ago
  75. 6fe6b43 Merge remote-tracking branch 'origin/pr/589' into baremetal by Simon Butcher · 6 years ago
  76. c0b3633 Merge remote-tracking branch 'origin/pr/627' into baremetal by Simon Butcher · 6 years ago
  77. 25b5579 Merge remote-tracking branch 'origin/pr/626' into baremetal by Simon Butcher · 6 years ago
  78. 7ce9446 Avoid duplication of session format header by Manuel Pégourié-Gonnard · 6 years ago
  79. a7cd483 Implement config-checking header to context s11n by Manuel Pégourié-Gonnard · 6 years ago
  80. 4c1d06e Provide serialisation API only if it's enabled by Manuel Pégourié-Gonnard · 6 years ago
  81. 73a4636 Adapt to hardcoded single version by Manuel Pégourié-Gonnard · 6 years ago
  82. 2f3fa62 Fix compiler warning: comparing signed to unsigned by Manuel Pégourié-Gonnard · 6 years ago
  83. bc847ca Actually reset the context on save as advertised by Manuel Pégourié-Gonnard · 6 years ago
  84. ff22200 Re-use buffer allocated by handshake_init() by Manuel Pégourié-Gonnard · 6 years ago
  85. 0d83271 Enable serialisation tests in ssl-opt.sh by Manuel Pégourié-Gonnard · 6 years ago
  86. 86dfa0c Change requirements for setting timer callback by Manuel Pégourié-Gonnard · 6 years ago
  87. 138079d Add setting of forced fields when deserializing by Manuel Pégourié-Gonnard · 6 years ago
  88. 16d1485 Add saved fields from top-level structure by Manuel Pégourié-Gonnard · 6 years ago
  89. c981229 Fix memory leak in client/server2 by Manuel Pégourié-Gonnard · 6 years ago
  90. 322f3c7 Add transform (de)serialization by Manuel Pégourié-Gonnard · 6 years ago
  91. 8175816 Fix English in comments by Manuel Pégourié-Gonnard · 6 years ago
  92. 3b23c7d Improve demo/testing code in client/server2 by Manuel Pégourié-Gonnard · 6 years ago
  93. f1f3e52 Add session saving/loading by Manuel Pégourié-Gonnard · 6 years ago
  94. d0dd104 Add (stub) header writing and checking by Manuel Pégourié-Gonnard · 6 years ago
  95. 5e534ba Add usage checks in context_load() by Manuel Pégourié-Gonnard · 6 years ago
  96. b6163ef Document internal serialisation format by Manuel Pégourié-Gonnard · 6 years ago
  97. 569ed6b Implement usage checks in context_save() by Manuel Pégourié-Gonnard · 6 years ago
  98. a3024ee Save Hello random bytes for later use by Manuel Pégourié-Gonnard · 6 years ago
  99. f28ce6e Fix typo in config.h by Hanno Becker · 6 years ago
  100. 95d1b93 Don't reset timer during mbedtls_ssl_setup() by Hanno Becker · 6 years ago