1. 069fa96 Use size_t instead of uint32_t for ssl I/O buffer lengths by Andrzej Kurek · 4 years, 6 months ago
  2. 662deb3 Merge pull request #3547 from ronald-cron-arm/psa-openless by Gilles Peskine · 4 years, 8 months ago
  3. 07cc04a Updates to PSA crypto library based on review comments by John Durkop · 4 years, 8 months ago
  4. cf56a0a psa: Move from key handle to key identifier by Ronald Cron · 5 years ago
  5. c26f8d4 Introduce psa_key_handle_is_null inline function by Ronald Cron · 4 years, 11 months ago
  6. 91e9515 Introduce PSA_KEY_HANDLE_INIT macro by Ronald Cron · 5 years ago
  7. 0e00519 Add feature support for RSA for PSA crypto config by John Durkop · 4 years, 9 months ago
  8. a455cd9 mbedtls_ssl_get_srtp_profile_as_string declared and defined in ssl.h by Johan Pascal · 4 years, 10 months ago
  9. 43f9490 SRTP profiles definition use macros only by Johan Pascal · 4 years, 10 months ago
  10. 8526957 Minor style modifications by Johan Pascal · 4 years, 11 months ago
  11. 089c9fe Improve readability by Ron Eldor · 7 years ago
  12. 61baae7 Minor fixes and improvements in TLS 1.3 key schedule documentation by Hanno Becker · 4 years, 10 months ago
  13. 2fe043a Remove guard for TLS 1.3 specific declarations by Hanno Becker · 4 years, 10 months ago
  14. 9a7a2ac Fix typo in ssl_internal.h by Hanno Becker · 4 years, 10 months ago
  15. 1588983 Introduce macros for max-{IV,block,key}-size for ciphers used in TLS by Hanno Becker · 4 years, 10 months ago
  16. 493ea7f Remove instances of camelCase in TLS 1.3 key schedule by Hanno Becker · 4 years, 10 months ago
  17. 3385a4d Implement TLS 1.3 traffic key generation by Hanno Becker · 5 years ago
  18. abccfc1 Merge development into development-restricted by Dan Handley · 5 years ago
  19. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  20. 05579c4 Add comments clarifying differences between macros by Manuel Pégourié-Gonnard · 5 years ago
  21. ed0e864 Factor repeated condition to its own macro by Manuel Pégourié-Gonnard · 5 years ago
  22. 2df1f1f Factor repeated preprocessor condition to a macro by Manuel Pégourié-Gonnard · 5 years ago
  23. a92e3de Merge pull request #873 from hanno-arm/ssl_write_client_hello by Manuel Pégourié-Gonnard · 5 years ago
  24. b7b35e1 Align with check-like function return value convention by Ronald Cron · 5 years ago
  25. e131bfe Return error in case of bad user configurations by Hanno Becker · 8 years ago
  26. 7d343ec Add note on inner plaintext parsing to ssl_transform documentation by Hanno Becker · 5 years ago
  27. 51018aa Add macro for bounds checking by Hanno Becker · 8 years ago
  28. 5d318cc Merge pull request #3130 from gbryant-arm/generic-psk by Manuel Pégourié-Gonnard · 5 years ago
  29. 90c6e84 Split the maximum fragment length into two - an input and output MFL by Andrzej Kurek · 5 years ago
  30. b5f04e4 Properly initialise psk and psk_len by Guilhem Bryant · 5 years ago
  31. 8a69ddd Fix Doxygen comments by Guilhem Bryant · 5 years ago
  32. d511ac3 Define internal PSK getter by Guilhem Bryant · 5 years ago
  33. 5e7d6fd Merge 'mbedtls/development' into merge-crypto-unremoved-20200304 by Gilles Peskine · 5 years ago
  34. eccd888 Rename identifiers containing double-underscore by Gilles Peskine · 5 years ago
  35. 0afa2a1 Add I/O buffer resizing in handshake init and free by Andrzej Kurek · 5 years ago
  36. 033c42a Fix I/O buffer sizes when MBEDTLS_SSL_DTLS_CONNECTION_ID is enabled by Andrzej Kurek · 5 years ago
  37. 08f0913 Add compile-time guards around declarations in ssl_internal.h by Hanno Becker · 5 years ago
  38. 8949071 Move ssl_get_current_mtu() to public namespace by Hanno Becker · 5 years ago
  39. 533ab5f Move flight and message buffering functions to public namespace by Hanno Becker · 5 years ago
  40. 40cdaa1 Move ssl_start_renegotiation() to public namespace by Hanno Becker · 5 years ago
  41. ce5f5fd Move ssl_handshake_wrapup_free_hs_transform() to public namespace by Hanno Becker · 5 years ago
  42. 786300f Move ssl_resend_hello_request() to public namespace by Hanno Becker · 5 years ago
  43. 7e8e6a6 Move ssl_dtls_replay_reset() to public namespace by Hanno Becker · 5 years ago
  44. 43aefe2 Move ssl_session_reset_int() to public namespace by Hanno Becker · 5 years ago
  45. 3e6f8ab Move SSL internal pointer updating routines to public namespace by Hanno Becker · 5 years ago
  46. 7876d12 Move ssl_check_timer() to public namespace by Hanno Becker · 5 years ago
  47. dd77229 Move ssl_ep_len() to public namespace by Hanno Becker · 5 years ago
  48. 0f57a65 Move ssl_set_timer() to public namespace by Hanno Becker · 5 years ago
  49. 4245980 USE_PSA_CRYPTO: don't rely on the curve encoding by Gilles Peskine · 6 years ago
  50. 1aaf669 Implement usage checks in context_save() by Manuel Pégourié-Gonnard · 6 years ago
  51. 96fb0ee Save Hello random bytes for later use by Manuel Pégourié-Gonnard · 6 years ago
  52. de718b9 Make calc_verify() return the length as well by Manuel Pégourié-Gonnard · 6 years ago
  53. 0d56aaa Constify ssl_context param of calc_verify() by Manuel Pégourié-Gonnard · 6 years ago
  54. beec142 Merge remote-tracking branch 'origin/pr/2790' into development by Jaeden Amero · 6 years ago
  55. 6609aef Use mbedtls-based path for includes by Jaeden Amero · 6 years ago
  56. 47be768 Make mbedtls_ssl_in_hdr_len() CID-unaware by Hanno Becker · 6 years ago
  57. 0183d69 Mark DTLS replay check as `const` on the SSL context by Hanno Becker · 6 years ago
  58. 605949f Mark ssl_decrypt_buf() as `const in the input SSL context by Hanno Becker · 6 years ago
  59. d840cea Expand documentation of internal mbedtls_record structure by Hanno Becker · 6 years ago
  60. a0e20d0 Rename MBEDTLS_SSL_CID to MBEDTLS_SSL_DTLS_CONNECTION_ID by Hanno Becker · 6 years ago
  61. f1a2808 Fix typo in documentation of `mbedtls_ssl_context::cid_in_use` by Hanno Becker · 6 years ago
  62. b1aa1b3 Allow the configuration of padding when using CID extension by Hanno Becker · 6 years ago
  63. 6cbad55 Account for additional record expansion when using CIDs by Hanno Becker · 6 years ago
  64. 3b154c1 Re-implement mbedtls_ssl_{in/out}_hdr_len() via in/out pointers by Hanno Becker · 6 years ago
  65. 5903de4 Split mbedtls_ssl_hdr_len() in separate functions for in/out records by Hanno Becker · 6 years ago
  66. fe6bb8c Unify documentation of internal SSL record structure by Hanno Becker · 6 years ago
  67. 75f080f Use MBEDTLS_ namespace for internal CID length constant by Hanno Becker · 6 years ago
  68. f2ed448 Add CID field to internal structure representing TLS records by Hanno Becker · 6 years ago
  69. 1327fa7 Add fields holding in/out CIDs to SSL record transformation struct by Hanno Becker · 6 years ago
  70. 2f28c10 Add fields to SSL structures describing state and config of CID ext by Hanno Becker · 6 years ago
  71. 51d3ab5 Add public API for tls_prf by Ron Eldor · 6 years ago
  72. cd430bc Improve documentation of mbedtls_record by Hanno Becker · 6 years ago
  73. 0db7e0c Improve documentation of mbedtls_ssl_transform by Hanno Becker · 7 years ago
  74. a18d132 Add tests for record encryption/decryption by Hanno Becker · 8 years ago
  75. d56ed24 Reduce size of `ssl_transform` if no MAC ciphersuite is enabled by Hanno Becker · 8 years ago
  76. 9eddaeb Provide standalone version of `ssl_encrypt_buf` by Hanno Becker · 8 years ago
  77. d362dc5 Improve documentation of mbedtls_ssl_transform by Hanno Becker · 8 years ago
  78. 12a3a86 Add structure representing TLS records by Hanno Becker · 8 years ago
  79. 34f88af Fix definition of SSL_SOME_MODES_USE_MAC by Hanno Becker · 7 years ago
  80. 52344c2 Correct space needed for MAC in case of NULL cipher by Hanno Becker · 8 years ago
  81. e694c3e Remove ciphersuite_info from ssl_transform by Hanno Becker · 8 years ago
  82. 88aaf65 Remove key length field from ssl_transform by Hanno Becker · 8 years ago
  83. 3fd3f5e Fix indentation of Doxygen comment in ssl_internal.h by Hanno Becker · 6 years ago
  84. 1aed777 Remove misleading and redundant guard around restartable ECC field by Hanno Becker · 6 years ago
  85. 7517312 Add field for peer's raw public key to TLS handshake param structure by Hanno Becker · 6 years ago
  86. 3dad311 Parse and verify peer CRT chain in local variable by Hanno Becker · 6 years ago
  87. 52055ae Give ssl_session_copy() external linkage by Hanno Becker · 6 years ago
  88. df51dbe Add fields for PSA-based ECDHE to handshake structure by Hanno Becker · 6 years ago
  89. 8a2e97c Merge development-psa commit 80b5662 into development-psa-merged branch by Andrzej Kurek · 6 years ago
  90. 80b5662 Merge remote-tracking branch 'origin/pr/2386' into development-psa by Jaeden Amero · 6 years ago archive/development-psa development-psa
  91. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 6 years ago
  92. 972fba5 ssl_tls: rename sha_512_psa to sha_384_psa by Andrzej Kurek · 6 years ago
  93. eb34224 ssl_tls: use PSA to compute running handshake hash for TLS 1.2 by Andrzej Kurek · 6 years ago
  94. 814feff Whitespace, logging and documentation fixes by Andrzej Kurek · 7 years ago
  95. d6db9be Adapt mbedtls_ssl_get_key_exchange_md_tls1_2 to PSA hashing by Andrzej Kurek · 7 years ago
  96. 2349c4d Adapt to the new key allocation mechanism by Andrzej Kurek · 7 years ago
  97. d9f7d43 Add opaque PSK identifier to mbedtls_ssl_handshake_params by Hanno Becker · 7 years ago
  98. c37423f Fix misleading sub-state name and comments by Manuel Pégourié-Gonnard · 7 years ago
  99. 125af94 Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  100. 98081a0 Don't use uint8_t for bitfields by Hanno Becker · 7 years ago