1. a455e71 Merge pull request #3780 from stevew817/feature/validate_key_in_driver by Gilles Peskine · 4 years, 9 months ago
  2. 40120f6 Address review comments by Steven Cooreman · 4 years, 9 months ago
  3. 162ec87 Detecting bit size is no longer required by Steven Cooreman · 4 years, 10 months ago
  4. c3ccd98 Check transport in the extension parser/writer by Johan Pascal · 4 years, 9 months ago
  5. 5ef72d2 Style and typos by Johan Pascal · 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. 275874b Fix previous commit by Johan Pascal · 4 years, 9 months ago
  9. 20c7db3 API modified so server side can get mki value by Johan Pascal · 4 years, 9 months ago
  10. adbd944 More minor fix by Johan Pascal · 4 years, 9 months ago
  11. 76fdf1d Minor fix and improvements by Johan Pascal · 4 years, 10 months ago
  12. d387aa0 style + missing cast by Johan Pascal · 4 years, 11 months ago
  13. 77696ee Add bound check in the client ssl_write_use_srtp_ext by Johan Pascal · 4 years, 11 months ago
  14. aae4d22 Improve code readability +micro optimization +style by Johan Pascal · 4 years, 11 months ago
  15. e79c1e8 style by Johan Pascal · 4 years, 11 months ago
  16. a455cd9 mbedtls_ssl_get_srtp_profile_as_string declared and defined in ssl.h by Johan Pascal · 4 years, 11 months ago
  17. f6417ec mki length feats in a uint16_t by Johan Pascal · 4 years, 11 months ago
  18. 253d026 set protection profile API gets a MBEDTLS_TLS_SRTP_UNSET terminated list by Johan Pascal · 4 years, 11 months ago
  19. 43f9490 SRTP profiles definition use macros only by Johan Pascal · 4 years, 11 months ago
  20. 4f09926 use_srtp extension shall not interfere in the handshake settings by Johan Pascal · 4 years, 11 months ago
  21. d576fdb Style + fix bound check in write_use_srt_ext by Johan Pascal · 4 years, 11 months ago
  22. 9bc97ca SRTP-DTLS protection profile configuration list not copied into ssl_config by Johan Pascal · 4 years, 11 months ago
  23. 8f70fba Check the server hello output buffer size when writing the use_srtp ext by Johan Pascal · 5 years ago
  24. 042d456 Improve client Hello use_srtp parsing by Johan Pascal · 5 years ago
  25. a89ca86 The client shall not enforce the use of client certificate with use_srtp extension by Johan Pascal · 5 years ago
  26. 8526957 Minor style modifications by Johan Pascal · 5 years ago
  27. b64eab7 fix style by Johan Pascal · 5 years ago
  28. 65b56ef Change key derivation for srtp by Ron Eldor · 6 years ago
  29. 313d7b5 Add variable validation by Ron Eldor · 7 years ago
  30. 75870ec Change byte copy to memcpy by Ron Eldor · 7 years ago
  31. 089c9fe Improve readability by Ron Eldor · 7 years ago
  32. a978804 Style fixes by Ron Eldor · 7 years ago
  33. ef72faf Style fixes by Ron Eldor · 7 years ago
  34. b465539 Add tests and code to support by Ron Eldor · 7 years ago
  35. 1c399bd Set authmode to optional, if not set by Ron Eldor · 7 years ago
  36. 12c6ead Fix mki issues by Ron Eldor · 7 years ago
  37. 9d36d31 Fix failure in ssl-opts.sh by Ron Eldor · 7 years ago
  38. 57cc70e Enforce SRTP mandatory HS messages by Ron Eldor · 7 years ago
  39. a37326a Make keyu material length in \ out by Ron Eldor · 7 years ago
  40. 591f162 support mki value by Ron Eldor · 8 years ago
  41. 3adb992 Add mki value and some review comments by Ron Eldor · 8 years ago
  42. 3479078 Remove compilation warning by Johan Pascal · 8 years ago
  43. 701984d Comply with mbedtls naming rules by Johan Pascal · 8 years ago
  44. 2d9470b Improve DTLS SRTP API with a dedicated function to get generated keys by Johan Pascal · 9 years ago
  45. bbc057a Move available dtls srtp profile list to ssl_config by Johan Pascal · 10 years ago
  46. b62bb51 Add RFC5764 - SRTP key generation during DTLS handshake by Johan Pascal · 10 years ago
  47. 935b4f9 Merge pull request #3407 from RcColes/development by Gilles Peskine · 4 years, 9 months ago
  48. 2d0b723 Merge pull request #3712 from jdurkop/psa-crypto-config-ecdsa-3670 by Gilles Peskine · 4 years, 9 months ago
  49. f87e3ae Update guards in PSA crypto library for ECDSA and DETERMINISTIC support by John Durkop · 4 years, 9 months ago
  50. 3ea0ce4 Separate 'import' from 'load into slot' by Steven Cooreman · 4 years, 10 months ago
  51. f7cebd4 Add internal helper function to load prevalidated key material by Steven Cooreman · 4 years, 10 months ago
  52. 0452476 Implement, plug in and test validate_key driver entry point by Steven Cooreman · 4 years, 10 months ago
  53. 398aee5 Rework psa_copy_key_material by Steven Cooreman · 4 years, 10 months ago
  54. 01fc209 Merge pull request #3748 from torstenes/3740_PSA_key_storage_systematically_store_bits by Gilles Peskine · 4 years, 9 months ago
  55. eca1855 Merge pull request #3814 from stevew817/bugfix/cpp_guard by Gilles Peskine · 4 years, 9 months ago
  56. da9f92c Merge pull request #3805 from hanno-arm/check_dtls_timers_only_once by Janos Follath · 4 years, 10 months ago
  57. 8c31025 Add missing bracket for CPP guard by Steven Cooreman · 4 years, 10 months ago
  58. 1b275cc Merge pull request #3772 from frestr/bugfix/ccm_add_length by Gilles Peskine · 4 years, 10 months ago
  59. b7eaa77 Merge pull request #3743 from stevew817/bugfix/use_ecdh_key_in_streamlined_derivation by Gilles Peskine · 4 years, 10 months ago
  60. 8bf9097 Merge pull request #3696 from jdurkop/psa-support-data-storage-3289 by Ronald Cron · 4 years, 10 months ago
  61. 60ca77c Merge pull request #3730 from gilles-peskine-arm/psa_generate_key-curve25519 by Ronald Cron · 4 years, 10 months ago
  62. a817ea4 Check presence of DTLS timers only once by Hanno Becker · 4 years, 10 months ago
  63. 4762edd Build: Use new-style syntax in link-libraries by Raef Coles · 4 years, 10 months ago
  64. 995c66f Build: Add MBEDTLS_TARGET_PREFIX by Raef Coles · 4 years, 10 months ago
  65. 135ce69 Updated value of expected key size when not using test_size_function by John Durkop · 4 years, 10 months ago
  66. ac93e3b Fix guard for test_size_function() by John Durkop · 4 years, 10 months ago
  67. 750d0e4 Remove obsolete comment by John Durkop · 4 years, 10 months ago
  68. 2c61835 Add support for PSA crypto driver size_function by John Durkop · 4 years, 11 months ago
  69. fa5e631 Apply review feedback by Steven Cooreman · 4 years, 10 months ago
  70. 0ea39e0 Correct use of MBEDTLS_PSA_BUILTIN_ALG_xxx in crypto library by John Durkop · 4 years, 10 months ago
  71. 5e940c6 Fix additional data length field check for CCM by Fredrik Strupe · 4 years, 10 months ago
  72. 162a110 Changes PSA key storage format to include key bits by Torstein Nesse · 4 years, 10 months ago
  73. 72ca397 Merge pull request #3723 from frestr/bugfix/invalid_argument_on_invalid_input by Janos Follath · 4 years, 10 months ago
  74. 3c9bc7e Merge pull request #3638 from ARMmbed/better-cf-padding-checks by Gilles Peskine · 4 years, 10 months ago
  75. 0dfcefb Merge pull request #3734 from gilles-peskine-arm/entropy_poll-_gnu_source-development by Gilles Peskine · 4 years, 10 months ago
  76. 0ee0d52 Fix PSA crypto inconsistencies in agreement+derivation by Steven Cooreman · 4 years, 10 months ago
  77. ce48e85 Fix PSA crypto inconsistencies in agreement+derivation by Steven Cooreman · 4 years, 10 months ago
  78. 814dca7 Fix unit tests when MBEDTLS_PSA_CRYPTO_CONFIG is enabled by John Durkop · 4 years, 10 months ago
  79. 7f007f7 Merge pull request #3639 from okhowang/android by Janos Follath · 4 years, 10 months ago
  80. a1f9ef0 Fix the build when _GNU_SOURCE is defined to a non-empty value by Gilles Peskine · 4 years, 10 months ago
  81. c6468ee Revert "Use glibc's getrandom() instead of syscall when glibc > 2.25." by Gilles Peskine · 4 years, 10 months ago
  82. 2acbed3 psa_generate_key: remove the bit-size sanity check by Gilles Peskine · 4 years, 10 months ago
  83. e85c0c4 Merge pull request #3717 from pkolbus/issue-3647 by Janos Follath · 4 years, 10 months ago
  84. 360e2c4 List Montgomery curves in mbedtls_ecp_curve_list() by Gilles Peskine · 5 years ago
  85. f90e301 Use PSA_ERROR_INVALID_ARGUMENT for invalid cipher input sizes by Fredrik Strupe · 4 years, 10 months ago
  86. 76158ce Use socklen_t on Android and other POSIX-compliant system by okhowang(王沛文) · 5 years ago
  87. 9c46a60 Use glibc's getrandom() instead of syscall when glibc > 2.25. by okhowang(王沛文) · 5 years ago
  88. 714e3a1 Minor cleanup to fix errors with some unit tests by John Durkop · 4 years, 10 months ago
  89. 6d6f8a4 Clarify descriptions of constant-flow helpers by Manuel Pégourié-Gonnard · 4 years, 10 months ago archive/better-cf-padding-checks better-cf-padding-checks
  90. ca8b8e7 Restore retry in rsa_prepare_blinding() by Peter Kolbus · 4 years, 11 months ago
  91. 39e0967 Update version_features for new PSA crypto config by John Durkop · 4 years, 11 months ago
  92. d895939 Add ECDSA support to PSA crypto configuration by John Durkop · 4 years, 11 months ago
  93. 9ad4a33 fix return code by Jens Reimann · 4 years, 11 months ago
  94. 822b372 Remove last use of non-bit operations by Manuel Pégourié-Gonnard · 4 years, 11 months ago
  95. 2a59fb4 Add explicit cast when truncating values by Manuel Pégourié-Gonnard · 5 years ago
  96. 6e2a9a7 Factor repeated code in ssl_cf functions by Manuel Pégourié-Gonnard · 5 years ago
  97. 2ddec43 Use bit operations for constant-flow padding check by Manuel Pégourié-Gonnard · 5 years ago
  98. 2a25904 Merge pull request #3568 from hanno-arm/tls13_experimental_key_schedule_1 by Janos Follath · 4 years, 11 months ago
  99. 531fe30 Comment on hardcoding of maximum HKDF key expansion of 255 Bytes by Hanno Becker · 4 years, 11 months ago
  100. 61baae7 Minor fixes and improvements in TLS 1.3 key schedule documentation by Hanno Becker · 4 years, 11 months ago