1. fb764a6 Add hashes as crypto config by default by John Durkop · 4 years, 8 months ago
  2. 2cecfba Support PSA_WANT_xxx and MBEDTLS_PSA_BUILTIN_xxx for hashes by Gilles Peskine · 4 years, 9 months ago
  3. cd1495c In old-style PSA configuration, define PSA_WANT_xxx by Gilles Peskine · 4 years, 9 months ago
  4. 662deb3 Merge pull request #3547 from ronald-cron-arm/psa-openless by Gilles Peskine · 4 years, 9 months ago
  5. 1d12d87 Improve/fix documentation by Ronald Cron · 4 years, 9 months ago
  6. 1ad1eee psa stats: Count locked slots instead of unlocked ones by Ronald Cron · 4 years, 9 months ago
  7. 5c52292 psa: Rename functions to get a key slot by Ronald Cron · 4 years, 9 months ago
  8. 9a68810 Merge pull request #3830 from jdurkop/psa-crypto-config-phase2 by Gilles Peskine · 4 years, 9 months ago
  9. 07cc04a Updates to PSA crypto library based on review comments by John Durkop · 4 years, 9 months ago
  10. b6f7afc Move check config feature for PSA_WANT by John Durkop · 4 years, 9 months ago
  11. 6ba40d1 Corrected guards in PSA library based on review comments by John Durkop · 4 years, 9 months ago
  12. 77c89f5 Fix several typos by Ronald Cron · 4 years, 9 months ago
  13. 0c3752a psa: slot mgmt: Add unaccessed slots counter in stats by Ronald Cron · 4 years, 9 months ago
  14. d98059d psa: Fix tests/handling of lifetime incompatible with location by Ronald Cron · 4 years, 10 months ago
  15. 4067d1c psa: Improve key creation documentation by Ronald Cron · 4 years, 10 months ago
  16. 9678355 psa: Fix references to macros in comments by Ronald Cron · 4 years, 10 months ago
  17. 6b5ff53 Add mbedtls_set_key_owner_id API by Ronald Cron · 4 years, 10 months ago
  18. 5425a21 tests: Adapt PSA tests to openless APIs by Ronald Cron · 5 years ago
  19. c3623db State PSA_CRYPTO_KEY_ID_ENCODES_OWNER and USE_PSA_CRYPTO incompatibility by Ronald Cron · 4 years, 9 months ago
  20. 277a85f Add psa_purge_key API by Ronald Cron · 5 years ago
  21. cf56a0a psa: Move from key handle to key identifier by Ronald Cron · 5 years ago
  22. c4d1b51 Define handles as key identifiers by Ronald Cron · 5 years ago
  23. 47a8561 Introduce psa_key_handle_equal inline function by Ronald Cron · 5 years ago
  24. c26f8d4 Introduce psa_key_handle_is_null inline function by Ronald Cron · 5 years ago
  25. 91e9515 Introduce PSA_KEY_HANDLE_INIT macro by Ronald Cron · 5 years ago
  26. 9814fa2 Minor updates from review comments by John Durkop · 4 years, 9 months ago
  27. 7fc75ea Enable all features in crypto_config.h by John Durkop · 4 years, 9 months ago
  28. 0e00519 Add feature support for RSA for PSA crypto config by John Durkop · 4 years, 9 months ago
  29. f4c4cb0 Added additional support for ECP for PSA_CRYPTO_CONFIG by John Durkop · 4 years, 9 months ago
  30. d032195 Phase 2 support for MBEDTLS_PSA_CRYPTO_CONFIG by John Durkop · 4 years, 9 months ago
  31. 58858b7 Document that MBEDTLS_PSA_CRYPTO_CONFIG requires config_psa.h by Gilles Peskine · 4 years, 9 months ago
  32. a26b3e5 Only include config_psa.h from config.h with new-style PSA configuration by Gilles Peskine · 4 years, 9 months ago
  33. bce4dc0 Include config_psa.h from psa/crypto.h by Gilles Peskine · 4 years, 9 months ago
  34. 52f32c9 Merge pull request #3787 from bensze01/iv_nonce_size by Gilles Peskine · 4 years, 9 months ago
  35. 423d3e7 Update support macros for IV/nonce sizes by Bence Szépkúti · 4 years, 9 months ago
  36. 2258a4f Do not return a structure, use a return parameter by Johan Pascal · 4 years, 9 months ago
  37. 0dbcd1d Make API safer by Johan Pascal · 4 years, 9 months ago
  38. 20c7db3 API modified so server side can get mki value by Johan Pascal · 4 years, 9 months ago
  39. 76fdf1d Minor fix and improvements by Johan Pascal · 4 years, 10 months ago
  40. d387aa0 style + missing cast by Johan Pascal · 4 years, 11 months ago
  41. 842d671 Update include/mbedtls/config.h by Johan Pascal · 4 years, 11 months ago
  42. aae4d22 Improve code readability +micro optimization +style by Johan Pascal · 4 years, 11 months ago
  43. e79c1e8 style by Johan Pascal · 4 years, 11 months ago
  44. a455cd9 mbedtls_ssl_get_srtp_profile_as_string declared and defined in ssl.h by Johan Pascal · 4 years, 11 months ago
  45. f6417ec mki length feats in a uint16_t by Johan Pascal · 4 years, 11 months ago
  46. 253d026 set protection profile API gets a MBEDTLS_TLS_SRTP_UNSET terminated list by Johan Pascal · 4 years, 11 months ago
  47. 43f9490 SRTP profiles definition use macros only by Johan Pascal · 4 years, 11 months ago
  48. 9bc97ca SRTP-DTLS protection profile configuration list not copied into ssl_config by Johan Pascal · 4 years, 11 months ago
  49. 8526957 Minor style modifications by Johan Pascal · 5 years ago
  50. 65b56ef Change key derivation for srtp by Ron Eldor · 6 years ago
  51. 9cfb5eb Disable SRTP by default by Ron Eldor · 7 years ago
  52. f0f7c19 Add comment describing the feature by Ron Eldor · 7 years ago
  53. 089c9fe Improve readability by Ron Eldor · 7 years ago
  54. a978804 Style fixes by Ron Eldor · 7 years ago
  55. ef72faf Style fixes by Ron Eldor · 7 years ago
  56. 311b95a Fix compilation errors by Ron Eldor · 7 years ago
  57. 9e90964 Fix doxygen script errors by Ron Eldor · 7 years ago
  58. 349877e Fix idetifier check script error by Ron Eldor · 7 years ago
  59. a37326a Make keyu material length in \ out by Ron Eldor · 7 years ago
  60. 591f162 support mki value by Ron Eldor · 8 years ago
  61. 3adb992 Add mki value and some review comments by Ron Eldor · 8 years ago
  62. 701984d Comply with mbedtls naming rules by Johan Pascal · 8 years ago
  63. c28f1f6 Fix typos in documentation by Johan Pascal · 8 years ago
  64. 2d9470b Improve DTLS SRTP API with a dedicated function to get generated keys by Johan Pascal · 9 years ago
  65. bbc057a Move available dtls srtp profile list to ssl_config by Johan Pascal · 10 years ago
  66. b62bb51 Add RFC5764 - SRTP key generation during DTLS handshake by Johan Pascal · 10 years ago
  67. f87e3ae Update guards in PSA crypto library for ECDSA and DETERMINISTIC support by John Durkop · 4 years, 9 months ago
  68. 36a82e5 Ensure MBEDTLS_ECDSA_C is set when DETERMINISTIC_ECDSA is used by John Durkop · 4 years, 9 months ago
  69. 6dff93f Ensure dependent features also included by config_psa.h by John Durkop · 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. 7b45313 Updates to fix check-names and all.sh tests after review by John Durkop · 4 years, 10 months ago
  72. c7c03b7 Enhanced documentation for crypto_config.h by John Durkop · 4 years, 10 months ago
  73. 3481882 Correct inclusion of MBEDTLS_XXX based on PSA_WANT_XXX by John Durkop · 4 years, 10 months ago
  74. 185764f Enhance description for MBEDTLS_PSA_CRYPTO_CONFIG by John Durkop · 4 years, 10 months ago
  75. 76228ac Fix typo in define in comment by John Durkop · 4 years, 10 months ago
  76. 714e3a1 Minor cleanup to fix errors with some unit tests by John Durkop · 4 years, 10 months ago
  77. 2dfaf9c Update how MBEDTLS_PSA_CRYPTO_CONFIG is handled by John Durkop · 4 years, 11 months ago
  78. d895939 Add ECDSA support to PSA crypto configuration by John Durkop · 4 years, 11 months ago
  79. 7758c85 Update requires for MBEDTLS_PSA_CRYPTO_DRIVERS by John Durkop · 4 years, 11 months ago
  80. 6e33dbe Created infrastructure for MBEDTLS_PSA_CRYPTO_CONFIG by John Durkop · 4 years, 11 months ago
  81. 1d9c110 Merge pull request #3667 from Jongy/fix-docs by Gilles Peskine · 4 years, 11 months ago
  82. 2a25904 Merge pull request #3568 from hanno-arm/tls13_experimental_key_schedule_1 by Janos Follath · 4 years, 11 months ago
  83. 61baae7 Minor fixes and improvements in TLS 1.3 key schedule documentation by Hanno Becker · 4 years, 11 months ago
  84. dc57c25 Merge pull request #3527 from ronald-cron-arm/key-extended-id by Gilles Peskine · 5 years ago
  85. 7424f0d psa: Move key identifier related macros and functions by Ronald Cron · 5 years ago
  86. 9a2511e Fix key owner identifier documentation by Ronald Cron · 5 years ago
  87. 5eba579 Remove unnecessary inline definition by Ronald Cron · 5 years ago
  88. ef8575e Apply review feedback by Steven Cooreman · 5 years ago
  89. a07b997 Update semantics around driver context use in psa_cipher_setup by Steven Cooreman · 5 years ago
  90. fb81aa5 Only pass the driver-relevant portion of the context struct by Steven Cooreman · 5 years ago
  91. 5240e8b Style and language fixes from review by Steven Cooreman · 5 years ago
  92. d3feccd Restructure cipher context object to contain driver switch by Steven Cooreman · 5 years ago
  93. 37941cb Add initial pass on a multi-part test driver by Steven Cooreman · 5 years ago
  94. b1d3f27 Merge pull request #3480 from stevew817/feature/aes-ecb by Gilles Peskine · 5 years ago
  95. 6e2af09 Fix docs to desribe written-into buffer parameter as writable by Yonatan Goldschmidt · 5 years ago
  96. 2a739c4 Merge pull request #3569 from cm6n/fix_mbedtlssslsetbio_description by Gilles Peskine · 5 years ago
  97. 2fe043a Remove guard for TLS 1.3 specific declarations by Hanno Becker · 5 years ago
  98. 9a7a2ac Fix typo in ssl_internal.h by Hanno Becker · 5 years ago
  99. 628ed4e Merge pull request #3592 from d-otte/development by Manuel Pégourié-Gonnard · 5 years ago
  100. 1588983 Introduce macros for max-{IV,block,key}-size for ciphers used in TLS by Hanno Becker · 5 years ago