1. 9c3e060 Explain the design of mbedtls_psa_get_random better by Gilles Peskine · 4 years, 7 months ago
  2. 0c59ba8 Fix the error detection in psa_generate_random by Gilles Peskine · 4 years, 7 months ago
  3. 71ddab9 Simplify the chunk loop in psa_generate_random by Gilles Peskine · 4 years, 7 months ago
  4. 88fa5c4 Minor documentation improvements by Gilles Peskine · 4 years, 7 months ago
  5. b3cd963 Pacify check-names.sh by Gilles Peskine · 4 years, 8 months ago
  6. b2b64d3 Rename psa_crypto_random.h to psa_crypto_random_impl.h by Gilles Peskine · 4 years, 8 months ago
  7. 8814fc4 Make mbedtls_psa_get_random more usable outside psa_crypto.c by Gilles Peskine · 4 years, 8 months ago
  8. 5894e8e Replace mbedtls_psa_random_state( ... ) by MBEDTLS_PSA_RANDOM_STATE by Gilles Peskine · 4 years, 8 months ago
  9. bee96c8 Explain the conditions for checking DRBG error codes by Gilles Peskine · 4 years, 9 months ago
  10. 82e57d1 PSA: support HMAC_DRBG by Gilles Peskine · 4 years, 9 months ago
  11. 4fc21fd Implement MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG by Gilles Peskine · 4 years, 9 months ago
  12. 1c49f1a Include headers in psa_crypto.h for mbedtls_to_psa_error by Gilles Peskine · 4 years, 9 months ago
  13. f08b3f8 Autonomous random driver: create configuration option by Gilles Peskine · 4 years, 9 months ago
  14. 30524eb psa_crypto: create random and drbg abstraction by Gilles Peskine · 4 years, 9 months ago
  15. 90edc99 Create a header file for PSA crypto random generator abstraction by Gilles Peskine · 4 years, 9 months ago
  16. 9aaa3e1 Merge pull request #3786 from stevew817/feature/generate_pubkey_in_driver by Gilles Peskine · 4 years, 9 months ago
  17. 662deb3 Merge pull request #3547 from ronald-cron-arm/psa-openless by Gilles Peskine · 4 years, 9 months ago
  18. b9b8442 Plug in the entry point for public key export through driver by Steven Cooreman · 4 years, 10 months ago
  19. 1d12d87 Improve/fix documentation by Ronald Cron · 4 years, 9 months ago
  20. 1ad1eee psa stats: Count locked slots instead of unlocked ones by Ronald Cron · 4 years, 9 months ago
  21. 5c52292 psa: Rename functions to get a key slot by Ronald Cron · 4 years, 9 months ago
  22. 81709fc psa: Move key identifier return to psa_finish_key_creation() by Ronald Cron · 4 years, 9 months ago
  23. 5097294 psa: Decrement slot access count when finalizing key creation by Ronald Cron · 4 years, 9 months ago
  24. cbf6a1d psa: slot mgmt: Add access counter overflow check by Ronald Cron · 4 years, 9 months ago
  25. 4640c15 psa: Remove error message output by Ronald Cron · 4 years, 9 months ago
  26. cbd7bea psa: slot mgmt: Simplify psa_validate_key_id by Ronald Cron · 4 years, 9 months ago
  27. f473d8b psa: slot mgmt: Improve psa_search_key_in_slots implementation by Ronald Cron · 4 years, 9 months ago
  28. 9a68810 Merge pull request #3830 from jdurkop/psa-crypto-config-phase2 by Gilles Peskine · 4 years, 9 months ago
  29. 07cc04a Updates to PSA crypto library based on review comments by John Durkop · 4 years, 9 months ago
  30. 7953329 Fix another use of uinitialized memory in ssl_parse_encrypted_pms by André Maroneze · 4 years, 9 months ago
  31. c704314 Merge pull request #3867 from gilles-peskine-arm/error-include-string by Gilles Peskine · 4 years, 9 months ago
  32. 67aed9a Simplify conditional guards in error.c by Gilles Peskine · 4 years, 9 months ago
  33. 5cc8dfb Removed final MBEDLTS_MD_C guard in PSA crypto library by John Durkop · 4 years, 9 months ago
  34. 7587ae4 Miscellaneous documentation improvements by Ronald Cron · 4 years, 9 months ago
  35. 6ba40d1 Corrected guards in PSA library based on review comments by John Durkop · 4 years, 9 months ago
  36. 19daca9 Prefer persistent over permanent by Ronald Cron · 4 years, 9 months ago
  37. a5b894f psa: mgmt: Add key slot reuse by Ronald Cron · 4 years, 10 months ago
  38. f291111 psa: Do not reset a key slot under access by Ronald Cron · 4 years, 9 months ago
  39. ddd3d05 psa: Add access counter check in slot wipe by Ronald Cron · 4 years, 9 months ago
  40. 0c3752a psa: slot mgmt: Add unaccessed slots counter in stats by Ronald Cron · 4 years, 9 months ago
  41. f95a2b1 psa: mgmt: Add key slot access counter by Ronald Cron · 4 years, 10 months ago
  42. 54b9008 psa: Forbid creation/registration of keys in vendor range by Ronald Cron · 4 years, 9 months ago
  43. 65f38a3 Add key id check when creating a volatile key by Ronald Cron · 4 years, 10 months ago
  44. d98059d psa: Fix tests/handling of lifetime incompatible with location by Ronald Cron · 4 years, 10 months ago
  45. 9678355 psa: Fix references to macros in comments by Ronald Cron · 4 years, 10 months ago
  46. 3c76a42 Improve psa_key_start_creation description by Ronald Cron · 4 years, 10 months ago
  47. 5134519 Fix close/purge of a key by Ronald Cron · 4 years, 10 months ago
  48. 97c8ad5 Merge search of loaded volatile and persistent keys by Ronald Cron · 4 years, 10 months ago
  49. fc9c556 Forbid volatile key identifiers for non volatile keys by Ronald Cron · 4 years, 10 months ago
  50. 277a85f Add psa_purge_key API by Ronald Cron · 5 years ago
  51. cf56a0a psa: Move from key handle to key identifier by Ronald Cron · 5 years ago
  52. c4d1b51 Define handles as key identifiers by Ronald Cron · 5 years ago
  53. c26f8d4 Introduce psa_key_handle_is_null inline function by Ronald Cron · 5 years ago
  54. 91e9515 Introduce PSA_KEY_HANDLE_INIT macro by Ronald Cron · 5 years ago
  55. 98a54dd psa: slot mgmt: Don't use handles to loop through slot array by Ronald Cron · 5 years ago
  56. 2a99315 Add volatile key identifiers by Ronald Cron · 5 years ago
  57. 9814fa2 Minor updates from review comments by John Durkop · 4 years, 9 months ago
  58. 0e00519 Add feature support for RSA for PSA crypto config by John Durkop · 4 years, 9 months ago
  59. f4c4cb0 Added additional support for ECP for PSA_CRYPTO_CONFIG by John Durkop · 4 years, 9 months ago
  60. d032195 Phase 2 support for MBEDTLS_PSA_CRYPTO_CONFIG by John Durkop · 4 years, 9 months ago
  61. cac5536 Merge pull request #3823 from gabor-mezei-arm/3818_MBEDTLS_AES_SETKEY_DEC_ALT_excludes_MBEDTLS_CIPHER_MODE_XTS by Gilles Peskine · 4 years, 9 months ago
  62. b64e0fe Fix conditions for including string.h in error.c by Gilles Peskine · 4 years, 9 months ago
  63. d2ed481 Split persistence and key id validation by Ronald Cron · 5 years ago
  64. e3994d7 Merge pull request #3836 from bensze01/ecb_iv_fix by Gilles Peskine · 4 years, 9 months ago
  65. a8e40dd Do not set IV size for ECB mode ciphers by Bence Szépkúti · 4 years, 9 months ago
  66. 6b87993 Merge pull request #3609 from gilles-peskine-arm/aes-zeroize-less by Gilles Peskine · 4 years, 9 months ago
  67. a455e71 Merge pull request #3780 from stevew817/feature/validate_key_in_driver by Gilles Peskine · 4 years, 9 months ago
  68. 40120f6 Address review comments by Steven Cooreman · 4 years, 9 months ago
  69. 162ec87 Detecting bit size is no longer required by Steven Cooreman · 4 years, 10 months ago
  70. c3ccd98 Check transport in the extension parser/writer by Johan Pascal · 4 years, 9 months ago
  71. 5ef72d2 Style and typos by Johan Pascal · 4 years, 9 months ago
  72. 2258a4f Do not return a structure, use a return parameter by Johan Pascal · 4 years, 9 months ago
  73. 0dbcd1d Make API safer by Johan Pascal · 4 years, 9 months ago
  74. 275874b Fix previous commit by Johan Pascal · 4 years, 9 months ago
  75. 20c7db3 API modified so server side can get mki value by Johan Pascal · 4 years, 9 months ago
  76. adbd944 More minor fix by Johan Pascal · 4 years, 9 months ago
  77. 76fdf1d Minor fix and improvements by Johan Pascal · 4 years, 10 months ago
  78. d387aa0 style + missing cast by Johan Pascal · 4 years, 11 months ago
  79. 77696ee Add bound check in the client ssl_write_use_srtp_ext by Johan Pascal · 4 years, 11 months ago
  80. aae4d22 Improve code readability +micro optimization +style by Johan Pascal · 4 years, 11 months ago
  81. e79c1e8 style by Johan Pascal · 4 years, 11 months ago
  82. a455cd9 mbedtls_ssl_get_srtp_profile_as_string declared and defined in ssl.h by Johan Pascal · 4 years, 11 months ago
  83. f6417ec mki length feats in a uint16_t by Johan Pascal · 4 years, 11 months ago
  84. 253d026 set protection profile API gets a MBEDTLS_TLS_SRTP_UNSET terminated list by Johan Pascal · 4 years, 11 months ago
  85. 43f9490 SRTP profiles definition use macros only by Johan Pascal · 4 years, 11 months ago
  86. 4f09926 use_srtp extension shall not interfere in the handshake settings by Johan Pascal · 4 years, 11 months ago
  87. d576fdb Style + fix bound check in write_use_srt_ext by Johan Pascal · 4 years, 11 months ago
  88. 9bc97ca SRTP-DTLS protection profile configuration list not copied into ssl_config by Johan Pascal · 4 years, 11 months ago
  89. 8f70fba Check the server hello output buffer size when writing the use_srtp ext by Johan Pascal · 5 years ago
  90. 042d456 Improve client Hello use_srtp parsing by Johan Pascal · 5 years ago
  91. a89ca86 The client shall not enforce the use of client certificate with use_srtp extension by Johan Pascal · 5 years ago
  92. 8526957 Minor style modifications by Johan Pascal · 5 years ago
  93. b64eab7 fix style by Johan Pascal · 5 years ago
  94. 65b56ef Change key derivation for srtp by Ron Eldor · 6 years ago
  95. 313d7b5 Add variable validation by Ron Eldor · 7 years ago
  96. 75870ec Change byte copy to memcpy by Ron Eldor · 7 years ago
  97. 089c9fe Improve readability by Ron Eldor · 7 years ago
  98. a978804 Style fixes by Ron Eldor · 7 years ago
  99. ef72faf Style fixes by Ron Eldor · 7 years ago
  100. b465539 Add tests and code to support by Ron Eldor · 7 years ago