1. 7921cce Fix typo in config_psa.h by Bence Szépkúti · 4 years, 6 months ago
  2. db01e02 Remove an unnecessary #else and commented line by David Brown · 4 years, 6 months ago
  3. be380c1 Remove incorrect PSA ECB definition by David Brown · 4 years, 6 months ago
  4. 8de6437 Cleanup PSA CBC padding defines by David Brown · 4 years, 6 months ago
  5. 86730a8 Add missing MBEDTLS_PSA_BUILTIN for ChaCha20-Poly1305 by David Brown · 4 years, 6 months ago
  6. fc46818 Cleanup PSA ifdefs for CBC block mode by David Brown · 4 years, 6 months ago
  7. 10cb81c Add some missing MBEDTLS_PSA_BUILTIN_ definitions by David Brown · 4 years, 6 months ago
  8. f84a0f6 Simplify block cipher PSA definitions by David Brown · 4 years, 6 months ago
  9. e1f91f0 Consolidate PSA ifdefs for block ciphers by David Brown · 4 years, 6 months ago
  10. 18658a7 Disable error on CHACHAPOLY misconfiguration by David Brown · 4 years, 6 months ago
  11. ac4fa07 Add PSA config support for ChaCha20+Poly1305 by David Brown · 4 years, 6 months ago
  12. b16727a Add PSA config for ChaCha20 by David Brown · 4 years, 6 months ago
  13. b781f75 Define SW crypto algorithms if block modes need it by David Brown · 4 years, 6 months ago
  14. 5256e69 Fix typo in psa config comment by David Brown · 4 years, 6 months ago
  15. 4b9ec7a Add checks for HW acceleration of ciphers and padding by David Brown · 4 years, 6 months ago
  16. 12f45f9 Add definitions for builtins for cipher modes by David Brown · 4 years, 6 months ago
  17. da7dbb7 Add building definitions for non-crypto-config case by David Brown · 4 years, 6 months ago
  18. bc1731b Fix small error in a comment by David Brown · 4 years, 6 months ago
  19. 78a429b Add _BUILTIN defines for new features by David Brown · 4 years, 7 months ago
  20. 9984427 Add feature support for block modes to PSA crypto config by David Brown · 4 years, 7 months ago
  21. b65a7f7 Add feature support for DES for PSA crypto config by David Brown · 4 years, 7 months ago
  22. 686e6e8 Add feature support for Camelia for PSA crypto config by David Brown · 4 years, 7 months ago
  23. ec258cf Add feature support for ARC4 for PSA crypto config by David Brown · 4 years, 7 months ago
  24. 9493308 Add feature support for AES for PSA crypto config by David Brown · 4 years, 7 months ago
  25. bb86d0c Merge pull request #3995 from stevew817/feature/psa_configurable_static_ram_usage by Gilles Peskine · 4 years, 6 months ago
  26. 863470a Rename PSA_KEY_SLOT_COUNT to MBEDTLS_PSA_KEY_SLOT_COUNT by Steven Cooreman · 4 years, 6 months ago
  27. 1f968fd Define the user-configurable PSA config flag in config.h by Steven Cooreman · 4 years, 6 months ago
  28. 5cd00d2 Merge pull request #4092 from ronald-cron-arm/psa-crypto-client by Ronald Cron · 4 years, 6 months ago
  29. a63b20d Rename AEAD tag length macros by Bence Szépkúti · 4 years, 8 months ago
  30. b65db07 Add missing declaration of SHA-224 from MBEDTLS_SHA256_C by Gilles Peskine · 4 years, 7 months ago
  31. 47a8933 Declare PSA_KEY_TYPE_HMAC as well by Gilles Peskine · 4 years, 7 months ago
  32. 3768ac1 Add MBEDTLS_PSA_CRYPTO_CLIENT configuration option by Ronald Cron · 4 years, 6 months ago
  33. 53943ca Merge pull request #3992 from stevew817/feature/ecp_no_fallback by Gilles Peskine · 4 years, 6 months ago
  34. b587313 Doesn't make sense to have ECP_NO_FALLBACK when there's no ECP_INTERNAL_ALT. by Steven Cooreman · 4 years, 7 months ago
  35. 6226a12 Documentation update for MBEDTLS_ECP_NO_FALLBACK by Steven Cooreman · 4 years, 7 months ago
  36. 2a54a6f Refactor the variable buffer length config description by Andrzej Kurek · 4 years, 7 months ago
  37. 557289b Add a missing dependency to config.h by Andrzej Kurek · 4 years, 10 months ago
  38. 069fa96 Use size_t instead of uint32_t for ssl I/O buffer lengths by Andrzej Kurek · 4 years, 7 months ago
  39. 97b4984 Add a flag for disabling fallback in ecp.c by Steven Cooreman · 4 years, 7 months ago
  40. a51e1db Merge pull request #3895 from gilles-peskine-arm/psa-external-random by Gilles Peskine · 4 years, 7 months ago
  41. 0cbdc61 Bump version to Mbed TLS 2.25.0 by Janos Follath · 4 years, 8 months ago
  42. a946dcf Merge branch 'development-restricted' into mbedtls-2.25.0r0-pr by Janos Follath · 4 years, 8 months ago
  43. 7710906 Merge pull request #3393 from geecrypt/development by Ronald Cron · 4 years, 8 months ago
  44. 3a0535b Merge pull request #3916 from jdurkop/psa-crypto-config-hashes-3672 by Gilles Peskine · 4 years, 8 months ago
  45. b23e31d Minor documentation/comment fixes by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  46. 513c243 Deprecate mbedtls_cipher_auth_xxcrypt() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  47. f2ffbc4 Stop supporting NIST_KW in cipher_auth_xxcrypt() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  48. 9cc079d Declare cipher_auth_{en,de}crypt_ext() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  49. 3ba84d5 Improve documentation of cipher_auth_xxcrypt() by Manuel Pégourié-Gonnard · 4 years, 9 months ago
  50. d62b678 Minor updates to address review comments by John Durkop · 4 years, 8 months ago
  51. b0a748e Copyediting by Gilles Peskine · 4 years, 8 months ago
  52. 2cecfba Support PSA_WANT_xxx and MBEDTLS_PSA_BUILTIN_xxx for hashes by Gilles Peskine · 4 years, 8 months ago
  53. cd1495c In old-style PSA configuration, define PSA_WANT_xxx by Gilles Peskine · 4 years, 8 months ago
  54. 6aceb51 Support set *_drbg reseed interval before seed by Gavin Acquroff · 5 years ago
  55. b663a60 Note the expectations on mbedtls_psa_external_get_random() by Gilles Peskine · 4 years, 9 months ago
  56. 89ffb28 Fix option compatibility check by Gilles Peskine · 4 years, 9 months ago
  57. 14c332b Fix a Doxygen warning by Gilles Peskine · 4 years, 9 months ago
  58. ed03890 PSA: allow the configuration to favor HMAC_DRBG by Gilles Peskine · 4 years, 9 months ago
  59. 82e57d1 PSA: support HMAC_DRBG by Gilles Peskine · 4 years, 9 months ago
  60. 4fc21fd Implement MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG by Gilles Peskine · 4 years, 9 months ago
  61. b8af228 Autonomous random driver: declare the type and function by Gilles Peskine · 4 years, 9 months ago
  62. f08b3f8 Autonomous random driver: create configuration option by Gilles Peskine · 4 years, 9 months ago
  63. 383c245 Move "internal use" sentence attached to the wrong function by Gilles Peskine · 4 years, 9 months ago
  64. 662deb3 Merge pull request #3547 from ronald-cron-arm/psa-openless by Gilles Peskine · 4 years, 9 months ago
  65. 9a68810 Merge pull request #3830 from jdurkop/psa-crypto-config-phase2 by Gilles Peskine · 4 years, 9 months ago
  66. 07cc04a Updates to PSA crypto library based on review comments by John Durkop · 4 years, 9 months ago
  67. b6f7afc Move check config feature for PSA_WANT by John Durkop · 4 years, 9 months ago
  68. 6ba40d1 Corrected guards in PSA library based on review comments by John Durkop · 4 years, 9 months ago
  69. 77c89f5 Fix several typos by Ronald Cron · 4 years, 9 months ago
  70. c3623db State PSA_CRYPTO_KEY_ID_ENCODES_OWNER and USE_PSA_CRYPTO incompatibility by Ronald Cron · 4 years, 9 months ago
  71. cf56a0a psa: Move from key handle to key identifier by Ronald Cron · 5 years ago
  72. c26f8d4 Introduce psa_key_handle_is_null inline function by Ronald Cron · 5 years ago
  73. 91e9515 Introduce PSA_KEY_HANDLE_INIT macro by Ronald Cron · 5 years ago
  74. 9814fa2 Minor updates from review comments by John Durkop · 4 years, 9 months ago
  75. 0e00519 Add feature support for RSA for PSA crypto config by John Durkop · 4 years, 9 months ago
  76. f4c4cb0 Added additional support for ECP for PSA_CRYPTO_CONFIG by John Durkop · 4 years, 9 months ago
  77. d032195 Phase 2 support for MBEDTLS_PSA_CRYPTO_CONFIG by John Durkop · 4 years, 9 months ago
  78. 58858b7 Document that MBEDTLS_PSA_CRYPTO_CONFIG requires config_psa.h by Gilles Peskine · 4 years, 9 months ago
  79. a26b3e5 Only include config_psa.h from config.h with new-style PSA configuration by Gilles Peskine · 4 years, 9 months ago
  80. 2258a4f Do not return a structure, use a return parameter by Johan Pascal · 4 years, 9 months ago
  81. 0dbcd1d Make API safer by Johan Pascal · 4 years, 9 months ago
  82. 20c7db3 API modified so server side can get mki value by Johan Pascal · 4 years, 9 months ago
  83. 76fdf1d Minor fix and improvements by Johan Pascal · 4 years, 10 months ago
  84. d387aa0 style + missing cast by Johan Pascal · 4 years, 11 months ago
  85. 842d671 Update include/mbedtls/config.h by Johan Pascal · 4 years, 11 months ago
  86. aae4d22 Improve code readability +micro optimization +style by Johan Pascal · 4 years, 11 months ago
  87. e79c1e8 style by Johan Pascal · 4 years, 11 months ago
  88. a455cd9 mbedtls_ssl_get_srtp_profile_as_string declared and defined in ssl.h by Johan Pascal · 4 years, 11 months ago
  89. f6417ec mki length feats in a uint16_t by Johan Pascal · 4 years, 11 months ago
  90. 253d026 set protection profile API gets a MBEDTLS_TLS_SRTP_UNSET terminated list by Johan Pascal · 4 years, 11 months ago
  91. 43f9490 SRTP profiles definition use macros only by Johan Pascal · 4 years, 11 months ago
  92. 9bc97ca SRTP-DTLS protection profile configuration list not copied into ssl_config by Johan Pascal · 4 years, 11 months ago
  93. 8526957 Minor style modifications by Johan Pascal · 5 years ago
  94. 65b56ef Change key derivation for srtp by Ron Eldor · 6 years ago
  95. 9cfb5eb Disable SRTP by default by Ron Eldor · 7 years ago
  96. f0f7c19 Add comment describing the feature 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. 311b95a Fix compilation errors by Ron Eldor · 7 years ago