1. d8f7c4a Fix indentation in debug message in ssl_tls.c by Hanno Becker · 6 years ago
  2. 3b2bf5b Improve comment in ssl_parse_record_header() by Hanno Becker · 6 years ago
  3. 633d604 Allow passing NULL pointers to mbedtls_ssl_get_peer_cid() by Hanno Becker · 6 years ago
  4. a5a2b08 Rename MBEDTLS_SSL_CID to MBEDTLS_SSL_DTLS_CONNECTION_ID by Hanno Becker · 6 years ago
  5. e582d12 Slightly reorder CID debug messages during creation of transforms by Hanno Becker · 6 years ago
  6. 791ec6b Fix mbedtls_ssl_conf_cid() to not depend on macro constant values by Hanno Becker · 6 years ago
  7. b86c2a8 Remove warnings about unfinished CID implementation by Hanno Becker · 6 years ago
  8. e8eff9a Allow to configure the stack's behaviour on unexpected CIDs by Hanno Becker · 6 years ago
  9. 7842609 Remove restriction on value of MBEDTLS_SSL_CID_PADDING_GRANULARITY by Hanno Becker · 6 years ago
  10. 7ba3568 Make signed to unsigned integer truncation cast explicit by Hanno Becker · 6 years ago
  11. 550e166 Allow the configuration of padding when using CID extension by Hanno Becker · 6 years ago
  12. 9bf10ea Set CID pointer to default value even for TLS by Hanno Becker · 6 years ago
  13. f65ad82 Fix typo in comment by Hanno Becker · 6 years ago
  14. 043a2a4 Remove indicators and warnings about unfinished CID implementation by Hanno Becker · 6 years ago
  15. 4932f9f Re-enable passing CIDs to record transforms by Hanno Becker · 6 years ago
  16. 687e0fb Don't fail on record with unexpected CID by Hanno Becker · 6 years ago
  17. abd7c89 Re-enable CID comparison when decrypting CID-based records by Hanno Becker · 6 years ago
  18. 8b09b73 Implement parsing of CID-based records by Hanno Becker · 6 years ago
  19. ff3e9c2 Adapt record encryption/decryption routines to change of record type by Hanno Becker · 6 years ago
  20. 70e7928 Add pointers to in/out CID fields to mbedtls_ssl_context by Hanno Becker · 6 years ago
  21. add0190 Account for additional record expansion when using CIDs by Hanno Becker · 6 years ago
  22. eec2be9 Add CID configuration API by Hanno Becker · 6 years ago
  23. 4339576 Split mbedtls_ssl_hdr_len() in separate functions for in/out records by Hanno Becker · 6 years ago
  24. 46483f1 Add helper function to check validity of record content type by Hanno Becker · 6 years ago
  25. 74dd3a7 Move dropping of unexpected AD records to after record decryption by Hanno Becker · 6 years ago
  26. f5970a0 Set pointer to start of plaintext at record decryption time by Hanno Becker · 6 years ago
  27. 16e9ae2 Treat an invalid record after decryption as fatal by Hanno Becker · 6 years ago
  28. 70463db Expain rationale for handling of consecutive empty AD records by Hanno Becker · 6 years ago
  29. 78c4302 Don't allow calling CID API outside of DTLS by Hanno Becker · 6 years ago
  30. 1f02f05 Fix additional data calculation if CID is disabled by Hanno Becker · 6 years ago
  31. 3b1a885 Remove unnecessary empty line in ssl_tls.c by Hanno Becker · 6 years ago
  32. 7dc2577 Don't quote DTLSInnerPlaintext structure multiple times by Hanno Becker · 6 years ago
  33. 8969369 Improve wording in ssl_build_inner_plaintext() by Hanno Becker · 6 years ago
  34. 24ce1eb Remove unnecessary whitespace in ssl_extract_add_data_from_record() by Hanno Becker · 6 years ago
  35. 28a0c4e Reduce stack usage for additional data buffers in record dec/enc by Hanno Becker · 6 years ago
  36. acadb0a Add length of CID to additional data used for record protection by Hanno Becker · 6 years ago
  37. 99abf51 Improve documentation of ssl_extract_add_data_from_record() by Hanno Becker · 6 years ago
  38. 505089d Fix missing compile-time guards around CID-only constants by Hanno Becker · 6 years ago
  39. 4c6fe12 Remove TODO by Hanno Becker · 6 years ago
  40. 2e7cd5a Use MBEDTLS_ namespace for internal CID length constant by Hanno Becker · 6 years ago
  41. d91dc37 Skip copying CIDs to SSL transforms until CID feature is complete by Hanno Becker · 6 years ago
  42. 92c930f Implement inner plaintext parsing/writing for CID-based connections by Hanno Becker · 6 years ago
  43. e83efe6 Incorporate CID into MAC computations during record protection by Hanno Becker · 6 years ago
  44. 8013b27 Replace 'ingoing' -> 'incoming' in CID debug messages by Hanno Becker · 6 years ago
  45. cb063f5 Document behaviour of mbedtls_ssl_get_peer_cid() for empty CIDs by Hanno Becker · 6 years ago
  46. b4a5606 Make integer truncation explicit in mbedtls_ssl_set_cid() by Hanno Becker · 6 years ago
  47. 2de89fa Implement mbedtls_ssl_get_peer_cid() by Hanno Becker · 6 years ago
  48. dd0afca Copy CIDs into SSL transform if use of CID has been negotiated by Hanno Becker · 6 years ago
  49. 0748986 Allow configuring own CID fields through mbedtls_ssl_get_peer_cid() by Hanno Becker · 6 years ago
  50. 724a695 Merge remote-tracking branch 'origin/pr/562' into baremetal by Simon Butcher · 6 years ago
  51. 0888581 Fix uninitialized variable access in debug output of record enc/dec by Hanno Becker · 6 years ago
  52. c5aee96 Adapt record length value after encryption by Hanno Becker · 6 years ago
  53. 30d02cd Rename ssl_decrypt_buf() to mbedtls_ssl_decrypt_buf() in comment by Hanno Becker · 7 years ago
  54. 93012fe Double check that record expansion is as expected during decryption by Hanno Becker · 7 years ago
  55. a795323 Move debugging output after record decryption by Hanno Becker · 7 years ago
  56. 611a83b Add tests for record encryption/decryption by Hanno Becker · 8 years ago
  57. 9223132 Reduce size of `ssl_transform` if no MAC ciphersuite is enabled by Hanno Becker · 8 years ago
  58. f122944 Remove code from `ssl_derive_keys` if relevant modes are not enabled by Hanno Becker · 8 years ago
  59. 4c6876b Provide standalone version of `ssl_decrypt_buf` by Hanno Becker · 8 years ago
  60. 3307b53 Provide standalone version of `ssl_encrypt_buf` by Hanno Becker · 8 years ago
  61. 5cc04d5 Correct space needed for MAC in case of NULL cipher by Hanno Becker · 8 years ago
  62. 8759e16 Remove ciphersuite_info from ssl_transform by Hanno Becker · 8 years ago
  63. e7f2df0 Remove key length field from ssl_transform by Hanno Becker · 8 years ago
  64. ba8cd67 Guard CID implementations by MBEDTLS_SSL_CID by Hanno Becker · 6 years ago
  65. 8d0893d Add warnings about status of implementation of CID API by Hanno Becker · 6 years ago
  66. b9e7dea Add dummy implementations for CID API by Hanno Becker · 6 years ago
  67. e1b1a2c Merge remote-tracking branch 'upstream-public/pr/2181' into development by Jaeden Amero · 7 years ago
  68. 3fbdada SSL: Make use of the new ECDH interface by Janos Follath · 7 years ago
  69. f6d6e30 Fix incomplete assertion in ssl_write_handshake_msg() by Hanno Becker · 7 years ago
  70. 2705bea Merge remote-tracking branch 'public/pr/2095' into development-proposed by Simon Butcher · 7 years ago
  71. 17a0fab Merge remote-tracking branch 'public/pr/2111' into development-proposed by Simon Butcher · 7 years ago
  72. 169712e Merge remote-tracking branch 'restricted/pr/390' into development by Simon Butcher · 7 years ago
  73. dd3ab13 Fail when encountering invalid CBC padding in EtM records by Hanno Becker · 7 years ago
  74. 805f2e1 Add missing zeroization of buffered handshake messages by Hanno Becker · 7 years ago
  75. 748face ssl_tls: fix maximum output length by Andrzej Kurek · 7 years ago
  76. ef43ce6 Dtls: change the way unlimited mtu is set for client hello messages by Andrzej Kurek · 7 years ago
  77. 6290dae Disable dtls fragmentation for ClientHello messages by Andrzej Kurek · 7 years ago
  78. 125af94 Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  79. 0bbb4fc Merge branch 'development' into development by Simon Butcher · 7 years ago
  80. 552754a Merge remote-tracking branch 'public/pr/1988' into development by Simon Butcher · 7 years ago
  81. 68dbc94 Merge remote-tracking branch 'public/pr/1951' into development by Simon Butcher · 7 years ago
  82. a591c48 Correct typo in debug message by Hanno Becker · 7 years ago
  83. 83ab41c Correct typo in comment by Hanno Becker · 7 years ago
  84. cd9dcda Add const qualifier to handshake header reading functions by Hanno Becker · 7 years ago
  85. 39b8bc9 Change wording of debug message by Hanno Becker · 7 years ago
  86. ef7afdf Rename another_record_in_datagram to next_record_is_in_datagram by Hanno Becker · 7 years ago
  87. c573ac3 Fix typos in debug message and comment in ssl-tls.c by Hanno Becker · 7 years ago
  88. 3af567d Merge remote-tracking branch 'restricted/pr/437' into development-restricted by Simon Butcher · 7 years ago
  89. 7f85563 Merge remote-tracking branch 'restricted/pr/491' into development-restricted by Simon Butcher · 7 years ago
  90. 14dac09 Merge remote-tracking branch 'public/pr/1918' into development by Simon Butcher · 7 years ago
  91. 1846e40 Merge remote-tracking branch 'public/pr/1939' into development by Simon Butcher · 7 years ago
  92. 4613772 Merge remote-tracking branch 'public/pr/1915' into development by Simon Butcher · 7 years ago
  93. 0207e53 Style: Correct typo in ssl-tls.c by Hanno Becker · 7 years ago
  94. d584777 Style: Group buffering-related forward declarations in ssl_tls.c by Hanno Becker · 7 years ago
  95. 360bef3 Reordering: Document that only HS and CCS msgs are buffered by Hanno Becker · 7 years ago
  96. 4f432ad Style: Don't use abbreviations in comments by Hanno Becker · 7 years ago
  97. b8f5014 Add explicit MBEDTLS_DEBUG_C-guard around debugging code by Hanno Becker · 7 years ago
  98. f0da667 Style: Add braces around if-branch where else-branch has them by Hanno Becker · 7 years ago
  99. ecbdf1c Style: Correct indentation of debug msgs in mbedtls_ssl_write_record by Hanno Becker · 7 years ago
  100. 3f7b973 Correct typo in mbedtls_ssl_flight_transmit() by Hanno Becker · 7 years ago