1. 02b6fba Fix typos in C header files by Tobias Nießen · 4 years, 2 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. 0e00519 Add feature support for RSA for PSA crypto config by John Durkop · 4 years, 9 months ago
  6. 2258a4f Do not return a structure, use a return parameter by Johan Pascal · 4 years, 9 months ago
  7. 0dbcd1d Make API safer by Johan Pascal · 4 years, 9 months ago
  8. 20c7db3 API modified so server side can get mki value by Johan Pascal · 4 years, 9 months ago
  9. 76fdf1d Minor fix and improvements by Johan Pascal · 4 years, 9 months ago
  10. d387aa0 style + missing cast by Johan Pascal · 4 years, 10 months ago
  11. aae4d22 Improve code readability +micro optimization +style by Johan Pascal · 4 years, 10 months ago
  12. e79c1e8 style by Johan Pascal · 4 years, 10 months ago
  13. a455cd9 mbedtls_ssl_get_srtp_profile_as_string declared and defined in ssl.h by Johan Pascal · 4 years, 10 months ago
  14. f6417ec mki length feats in a uint16_t by Johan Pascal · 4 years, 10 months ago
  15. 253d026 set protection profile API gets a MBEDTLS_TLS_SRTP_UNSET terminated list by Johan Pascal · 4 years, 10 months ago
  16. 43f9490 SRTP profiles definition use macros only by Johan Pascal · 4 years, 10 months ago
  17. 9bc97ca SRTP-DTLS protection profile configuration list not copied into ssl_config by Johan Pascal · 4 years, 10 months ago
  18. 8526957 Minor style modifications by Johan Pascal · 5 years ago
  19. 65b56ef Change key derivation for srtp by Ron Eldor · 6 years ago
  20. 089c9fe Improve readability by Ron Eldor · 7 years ago
  21. a978804 Style fixes by Ron Eldor · 7 years ago
  22. ef72faf Style fixes by Ron Eldor · 7 years ago
  23. 311b95a Fix compilation errors by Ron Eldor · 7 years ago
  24. 9e90964 Fix doxygen script errors by Ron Eldor · 7 years ago
  25. 349877e Fix idetifier check script error by Ron Eldor · 7 years ago
  26. a37326a Make keyu material length in \ out by Ron Eldor · 7 years ago
  27. 591f162 support mki value by Ron Eldor · 7 years ago
  28. 3adb992 Add mki value and some review comments by Ron Eldor · 8 years ago
  29. 701984d Comply with mbedtls naming rules by Johan Pascal · 8 years ago
  30. c28f1f6 Fix typos in documentation by Johan Pascal · 8 years ago
  31. 2d9470b Improve DTLS SRTP API with a dedicated function to get generated keys by Johan Pascal · 9 years ago
  32. bbc057a Move available dtls srtp profile list to ssl_config by Johan Pascal · 9 years ago
  33. b62bb51 Add RFC5764 - SRTP key generation during DTLS handshake by Johan Pascal · 10 years ago
  34. 2a739c4 Merge pull request #3569 from cm6n/fix_mbedtlssslsetbio_description by Gilles Peskine · 4 years, 10 months ago
  35. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  36. 74e2534 Fix typo in mbedtls_ssl_set_bio description. by Christopher Moynihan · 5 years ago
  37. a92e3de Merge pull request #873 from hanno-arm/ssl_write_client_hello by Manuel Pégourié-Gonnard · 5 years ago
  38. ceef848 Rename TLS 1.3 padding granularity macro by Hanno Becker · 5 years ago
  39. 29e9895 Change TLS 1.3 default padding to no padding by Hanno Becker · 5 years ago
  40. 1399692 Introduce configuration option for TLS 1.3 padding granularity by Hanno Becker · 5 years ago
  41. 8216dd3 Use defines to check alpn ext list validity by Ronald Cron · 5 years ago
  42. b4c0b75 Add error condition for bad user configurations by Hanno Becker · 8 years ago
  43. 2ab47dc Add internal version identifier for TLS 1.3 by Hanno Becker · 5 years ago
  44. 5d318cc Merge pull request #3130 from gbryant-arm/generic-psk by Manuel Pégourié-Gonnard · 5 years ago
  45. 90c6e84 Split the maximum fragment length into two - an input and output MFL by Andrzej Kurek · 5 years ago
  46. e40a2f7 Improve documentation about PSK configuration by Guilhem Bryant · 5 years ago
  47. 5e7d6fd Merge 'mbedtls/development' into merge-crypto-unremoved-20200304 by Gilles Peskine · 5 years ago
  48. eccd888 Rename identifiers containing double-underscore by Gilles Peskine · 5 years ago
  49. 03da084 ssl - improve documentation on mbedtls_ssl_read and PEER_CLOSE_NOTIFY by Andrzej Kurek · 5 years ago
  50. b33cc76 Add I/O buffer length fields to mbedtls_ssl_context by Darryl Green · 6 years ago
  51. a4522e8 Uniformize wording for removal of deprecated things by Manuel Pégourié-Gonnard · 5 years ago
  52. 10edb3e Add comment to matching #endif by Andres Amaya Garcia · 7 years ago
  53. 4156ac1 Wrap deprecations for HW_RECORD_ACCEL with DEPRECATED_REMOVED by Andres Amaya Garcia · 7 years ago
  54. 3f6cc5f Deprecate global func ptrs for MBEDTLS_SSL_HW_RECORD_ACCEL by Andres Amaya Garcia · 7 years ago
  55. 63d813d ssl: Disallow modification of hello.random by export by Jaeden Amero · 6 years ago
  56. b9ca1b0 Fix parameter name in doxygen by Jarno Lamsa · 6 years ago
  57. 5c0e377 Provide serialisation API only if it's enabled by Manuel Pégourié-Gonnard · 6 years ago
  58. 9df5a82 Actually reset the context on save as advertised by Manuel Pégourié-Gonnard · 6 years ago
  59. 13c8e68 Change requirements for setting timer callback by Manuel Pégourié-Gonnard · 6 years ago
  60. 4b7e6b9 Add session saving/loading by Manuel Pégourié-Gonnard · 6 years ago
  61. 4c90e85 Add (stub) header writing and checking by Manuel Pégourié-Gonnard · 6 years ago
  62. 1aaf669 Implement usage checks in context_save() by Manuel Pégourié-Gonnard · 6 years ago
  63. d0a86f9 Clarify documentation of mbedtls_ssl_context_load() by Manuel Pégourié-Gonnard · 6 years ago
  64. 6d8f128 Fix typos, grammar and wording in documentation by Manuel Pégourié-Gonnard · 6 years ago
  65. ac87e28 Declare and document ssl_context_save()/load() by Manuel Pégourié-Gonnard · 6 years ago
  66. f9b3303 Introduce specific error for ver/cfg mismatch on deserialization by Hanno Becker · 6 years ago
  67. 686adb4 Normalize spelling to serialiZation by Manuel Pégourié-Gonnard · 6 years ago
  68. df9bc21 Improve documentation by Manuel Pégourié-Gonnard · 6 years ago
  69. 7b3a887 Add list of coupled functions to struct definition by Manuel Pégourié-Gonnard · 6 years ago
  70. 26f982f Improve save API by always updating olen by Manuel Pégourié-Gonnard · 6 years ago
  71. b5e4e0a Add mbedtls_ssl_get_session_pointer() by Manuel Pégourié-Gonnard · 6 years ago
  72. 5a6d6ec Declare and document session save/load functions by Manuel Pégourié-Gonnard · 6 years ago
  73. 9a09f51 Merge remote-tracking branch 'origin/pr/2781' into development by Jaeden Amero · 6 years ago
  74. 6609aef Use mbedtls-based path for includes by Jaeden Amero · 6 years ago
  75. 31c3b14 Documentation fixes according to review by Jarno Lamsa · 6 years ago
  76. 9548f11 Add missing word in documentation of mbedtls_ssl_check_record() by Hanno Becker · 6 years ago
  77. b7d1dff Fix minor issues in documentation of mbedtls_ssl_check_record() by Hanno Becker · 6 years ago
  78. 19f1ef7 State that record checking is DTLS only and doesn't check content type by Hanno Becker · 6 years ago
  79. cfe4579 Introduce configuration option and API for SSL record checking by Hanno Becker · 6 years ago
  80. 1125952 Expand CID to Connection ID in documentation of mbedtls_ssl_conf_cid by Hanno Becker · 6 years ago
  81. 615ef17 Allow passing NULL pointers to mbedtls_ssl_get_peer_cid() by Hanno Becker · 6 years ago
  82. 62e5afa Fix typo in Doxygen documentation of mbedtls_ssl_conf_cid() by Hanno Becker · 6 years ago
  83. a0e20d0 Rename MBEDTLS_SSL_CID to MBEDTLS_SSL_DTLS_CONNECTION_ID by Hanno Becker · 6 years ago
  84. ebcc913 Consistently reference CID draft through name + URL by Hanno Becker · 6 years ago
  85. fb034e8 Improve wording of documentation of mbedtls_ssl_get_peer_cid() by Hanno Becker · 6 years ago
  86. 5cc145d Slightly reword documentation of mbedtls_ssl_set_cid() by Hanno Becker · 6 years ago
  87. 08cd9db Use full sentences in Doxygen documentation of mbedtls_ssl_set_cid() by Hanno Becker · 6 years ago
  88. 08cbc0c Use uniform spacing in def's of MBEDTLS_SSL_CID_{IN|OUT}_LEN_MAX by Hanno Becker · 6 years ago
  89. d9d4adb Improve wording in documentation of mbedtls_ssl_set_cid() by Hanno Becker · 6 years ago
  90. 7fefd83 Modify MBEDTLS_SSL_UNEXPECTED_CID_{FAIL|IGNORE} to ignore by default by Hanno Becker · 6 years ago
  91. 8367ccc Allow to configure the stack's behaviour on unexpected CIDs by Hanno Becker · 6 years ago
  92. c37c96a Add specific SSL error code for unexpected CIDs by Hanno Becker · 6 years ago
  93. ddf775a Reword CID documentation by Hanno Becker · 6 years ago
  94. b1aa1b3 Allow the configuration of padding when using CID extension by Hanno Becker · 6 years ago
  95. 22a59fd Remove indicators and warnings about unfinished CID implementation by Hanno Becker · 6 years ago
  96. f9c6a4b Add pointers to in/out CID fields to mbedtls_ssl_context by Hanno Becker · 6 years ago
  97. ad4a137 Add CID configuration API by Hanno Becker · 6 years ago
  98. 8b3eb5a Implement inner plaintext parsing/writing for CID-based connections by Hanno Becker · 6 years ago
  99. 1c1f046 Replace 'ingoing' -> 'incoming' in CID debug messages by Hanno Becker · 6 years ago
  100. c5f2422 Document behaviour of mbedtls_ssl_get_peer_cid() for empty CIDs by Hanno Becker · 6 years ago