1. 2a38a6b Change psa_generate_key_internal() signature by Ronald Cron · 4 years, 10 months ago
  2. 9df74be psa: driver wrapper: Rename and export get_key_buffer_size by Ronald Cron · 4 years, 8 months ago
  3. 3121628 psa: driver wrapper: Clarify the scope of and rename get_expected_key_size by Ronald Cron · 4 years, 8 months ago
  4. 9cca316 psa: driver wrapper: Fix buffer allocation in case of key generation by Ronald Cron · 4 years, 8 months ago
  5. 2b56bc8 Move key buffer allocation out of psa_generate_key_internal() by Ronald Cron · 4 years, 10 months ago
  6. 01b2aba Move key buffer size computation out of psa_generate_key_internal() by Ronald Cron · 4 years, 10 months ago
  7. f3bb761 Improve psa_generate_key_internal() by Ronald Cron · 4 years, 10 months ago
  8. 59ad770 Merge pull request #4131 from paul-elliott-arm/fix_crypto_leak by Gilles Peskine · 4 years, 6 months ago
  9. 9d5abfe Merge pull request #4137 from stevew817/fix/unused_argument_warnings by Gilles Peskine · 4 years, 6 months ago
  10. 5cd00d2 Merge pull request #4092 from ronald-cron-arm/psa-crypto-client by Ronald Cron · 4 years, 6 months ago
  11. a63b20d Rename AEAD tag length macros by Bence Szépkúti · 4 years, 8 months ago
  12. 74afe47 Fix unused variables in PSA core when no KDF algorithm is present by Steven Cooreman · 4 years, 6 months ago
  13. 7196fef Fix unused variable in PSA core when no AEAD algorithm is present by Steven Cooreman · 4 years, 6 months ago
  14. 6dce4bb Fix unused argument when compiling with MBEDTLS_ECDSA_SIGN_ALT by Steven Cooreman · 4 years, 6 months ago
  15. 2222d68 Allow GCM selftest to skip non-12-byte IVs for ALT implementations by Steven Cooreman · 4 years, 7 months ago
  16. da3e7db Fix memory leak in error case in psa_crypto by Paul Elliott · 4 years, 6 months ago
  17. 395889f psa: Make sure MBEDTLS_PSA_CRYPTO_CLIENT is defined by Ronald Cron · 4 years, 6 months ago
  18. d88ccae Update the documentation of mbedtls_psa_ecp_load_representation by Gilles Peskine · 4 years, 6 months ago
  19. 2fa6b5f ECC import: more useful choice of INVALID_ARGUMENT vs NOT_SUPPORTED by Gilles Peskine · 4 years, 6 months ago
  20. a0832d4 Merge pull request #3958 from gilles-peskine-arm/fix-tls12-constant-namespace by Ronald Cron · 4 years, 6 months ago
  21. d945871 Merge pull request #3872 from gabor-mezei-arm/3275_use_PSA_ERROR_DATA_INVALID_where_warranted by Gilles Peskine · 4 years, 6 months ago
  22. 00c3e87 Merge pull request #3933 from ronald-cron-arm/psa-import-export by Ronald Cron · 4 years, 6 months ago
  23. 6a32ad8 Merge pull request #4094 from d-otte/development by Janos Follath · 4 years, 6 months ago
  24. 1bf4c55 psa: Improve psa_import_key_into_slot() documentation by Ronald Cron · 4 years, 6 months ago
  25. e907e55 psa: export: Check output buffer size earlier by Ronald Cron · 4 years, 7 months ago
  26. 9cfdf6e Fix coding style issues by Ronald Cron · 4 years, 7 months ago
  27. 784fb32 psa: Add ECP/RSA transparent test driver import_key entry point by Ronald Cron · 4 years, 8 months ago
  28. fb2ed5b psa: import: Move registered SE support to the driver wrapper by Ronald Cron · 4 years, 8 months ago
  29. bf33c93 psa: Call import software implementation as a driver by Ronald Cron · 4 years, 8 months ago
  30. a0fe59f psa: Export internally psa_import_key_into_slot() by Ronald Cron · 4 years, 8 months ago
  31. 2ebfdcc psa: Change psa_import_key_into_slot() signature by Ronald Cron · 4 years, 8 months ago
  32. dd04d42 psa: import: Move key buffer allocation by Ronald Cron · 4 years, 8 months ago
  33. d6ec303 psa: Move ECP key import to psa_crypto_ecp.c by Ronald Cron · 4 years, 8 months ago
  34. b14dbbe psa: Rename ECP key import function by Ronald Cron · 4 years, 9 months ago
  35. 79cc548 psa: Change psa_import_ecp_key() signature by Ronald Cron · 4 years, 9 months ago
  36. 13f8b09 psa: ecp: import: Move key buffer allocation by Ronald Cron · 4 years, 8 months ago
  37. abf2aef psa: Move RSA key import to psa_crypto_rsa.c by Ronald Cron · 4 years, 8 months ago
  38. b6420e3 psa: Rename psa_import_rsa_key to mbedtls_psa_rsa_import_key by Ronald Cron · 4 years, 9 months ago
  39. 4f2a7f0 psa: Change psa_import_rsa_key() signature by Ronald Cron · 4 years, 9 months ago
  40. 8f813ee psa: rsa: import: Move key buffer allocation by Ronald Cron · 4 years, 9 months ago
  41. f1057d3 psa: Add ECP/RSA transparent test driver export_public_key entry point by Ronald Cron · 4 years, 8 months ago
  42. e5ca3d8 psa: Move RSA/ECP export code to RSA/ECP specific C file by Ronald Cron · 4 years, 8 months ago
  43. 152e3f8 psa: export: Move registered SE support to the driver wrapper by Ronald Cron · 4 years, 8 months ago
  44. 6722798 psa: Call export software implementation as a driver by Ronald Cron · 4 years, 8 months ago
  45. 7285cda psa: Export internally psa_export_(public_)key_internal by Ronald Cron · 4 years, 8 months ago
  46. d18b5f8 psa: Change psa_export_(public_)key_internal signature by Ronald Cron · 4 years, 8 months ago
  47. 9486f9d psa: Disentangle public export and export code by Ronald Cron · 4 years, 8 months ago
  48. 200a52c psa: Align naming of export internal functions by Ronald Cron · 4 years, 8 months ago
  49. 00b7bfc psa: Move xxx_load_representation functions to RSA/ECP specific modules by Ronald Cron · 4 years, 8 months ago
  50. 3c8ca3a psa: Rename psa_export_rsa/ecp_key to mbedtls_psa_rsa/ecp_export_key by Ronald Cron · 4 years, 8 months ago
  51. 9085708 psa: Rename psa_load_rsa/ecp_representation by Ronald Cron · 4 years, 8 months ago
  52. 84cc994 psa: Change psa_driver_wrapper_export_public_key() signature by Ronald Cron · 4 years, 8 months ago
  53. 8328287 psa: Move from validate_key to import_key entry point by Ronald Cron · 4 years, 9 months ago
  54. ea0f8a6 psa: se: Create key context in SE key slots by Ronald Cron · 4 years, 8 months ago
  55. c8a9177 mbedtls_mpi_sub_abs: fix buffer overflow in error case by Gilles Peskine · 4 years, 6 months ago
  56. 79fb5da adding parentheses to macro definitions, to avoid confusion and possible mistakes in usage. by Daniel Otte · 4 years, 6 months ago
  57. 39f3614 avoid errorneous computation of RSA_PRV_DER_MAX_BYTES if MBEDTLS_MPI_MAX_SIZE is odd. by Daniel Otte · 4 years, 6 months ago
  58. 21b5616 psa: Move PSA client code by Ronald Cron · 4 years, 6 months ago
  59. d790632 psa: Add psa_crypto_client.c by Ronald Cron · 4 years, 6 months ago
  60. 3768ac1 Add MBEDTLS_PSA_CRYPTO_CLIENT configuration option by Ronald Cron · 4 years, 6 months ago
  61. 53943ca Merge pull request #3992 from stevew817/feature/ecp_no_fallback by Gilles Peskine · 4 years, 6 months ago
  62. a209f34 Merge pull request #3996 from stevew817/feature/allow_reading_external_keys by Janos Follath · 4 years, 6 months ago
  63. 594d7af Merge pull request #3994 from stevew817/feature/cmac_self_test_skip_unsupported by Janos Follath · 4 years, 6 months ago
  64. a14d164 Merge pull request #4008 from stevew817/bugfix/fix_dependencies by paul-elliott-arm · 4 years, 6 months ago
  65. c7da6a4 Update comment to only apply to AES-192 by Steven Cooreman · 4 years, 6 months ago
  66. 318515b Merge pull request #3984 from gabor-mezei-arm/3268_update_macros_for_ouput_buffer_size_renames by Ronald Cron · 4 years, 6 months ago
  67. 7dadf14 Minor language correction after review by Steven Cooreman · 4 years, 6 months ago
  68. d80e8a4 Check for existence of key material on store/load by Steven Cooreman · 4 years, 6 months ago
  69. 86326a9 Fix possible error codes in the documentation by gabor-mezei-arm · 4 years, 8 months ago
  70. 107409f Apply review feedback by Steven Cooreman · 4 years, 6 months ago
  71. b034683 Merge pull request #4007 from stevew817/feature/alt_implementation_is_not_deterministic by Janos Follath · 4 years, 6 months ago
  72. 64f2773 Skip tests requiring known entropy for ECJPAKE ALT implementations by Steven Cooreman · 4 years, 7 months ago
  73. 7eb2aa0 Reworked NO_FALLBACK logic according to review feedback by Steven Cooreman · 4 years, 6 months ago
  74. cbcec21 Rename output buffer size macros by gabor-mezei-arm · 4 years, 8 months ago
  75. 43f958b Rename unnamespaced identifiers by Gilles Peskine · 4 years, 8 months ago
  76. 03f4084 Apply suggestions from code review by Steven Cooreman · 4 years, 7 months ago
  77. 6fbff5b Merge pull request #3698 from darrenkrahn/development by Dave Rodgman · 4 years, 7 months ago
  78. ac3434f Apply review feedback by Steven Cooreman · 4 years, 7 months ago
  79. b2f3e6c Restrict test skipping to AES-192 specifically by Steven Cooreman · 4 years, 7 months ago
  80. 94ca187 Merge pull request #3809 from AndrzejKurek/refactor-variable-buffers by paul-elliott-arm · 4 years, 7 months ago
  81. fa6641b Avoid unreferenced item warnings in ECDSA when ALT is in use by Steven Cooreman · 4 years, 7 months ago
  82. 069fa96 Use size_t instead of uint32_t for ssl I/O buffer lengths by Andrzej Kurek · 4 years, 7 months ago
  83. 4a06379 Refactor the variable I/O buffer size feature by Andrzej Kurek · 4 years, 10 months ago
  84. 655b012 Unconditionally include platform.h in CMAC by Steven Cooreman · 4 years, 7 months ago
  85. 98435dd Allow loading wrapped keys even when SE support is compiled in by Steven Cooreman · 4 years, 7 months ago
  86. 830d5af Allow CMAC self test to skip tests for unsupported primitives by Steven Cooreman · 4 years, 7 months ago
  87. 97b4984 Add a flag for disabling fallback in ecp.c by Steven Cooreman · 4 years, 7 months ago
  88. dbf6896 mbedtls_to_psa_error: prefer dispatching on the low-level error by Gilles Peskine · 4 years, 7 months ago
  89. ae3741e Fix an incorrect error code if RSA private operation glitched by Gilles Peskine · 4 years, 8 months ago
  90. 40d8160 mbedtls_to_psa_error: fix a copypasta and a missing translation by Gilles Peskine · 4 years, 8 months ago
  91. a51e1db Merge pull request #3895 from gilles-peskine-arm/psa-external-random by Gilles Peskine · 4 years, 7 months ago
  92. 75fdd06 Merge pull request #3973 from stroebeljc/development by Manuel Pégourié-Gonnard · 4 years, 7 months ago
  93. 73d7832 Merge pull request #3969 from frestr/bugfix/psa_close_key_leak by Gilles Peskine · 4 years, 7 months ago
  94. 9c3e060 Explain the design of mbedtls_psa_get_random better by Gilles Peskine · 4 years, 7 months ago
  95. 0c59ba8 Fix the error detection in psa_generate_random by Gilles Peskine · 4 years, 7 months ago
  96. d4de1b5 Updated per comments from @gilles-peskine-arm. by stroebeljc · 4 years, 7 months ago
  97. 71ddab9 Simplify the chunk loop in psa_generate_random by Gilles Peskine · 4 years, 7 months ago
  98. 88fa5c4 Minor documentation improvements by Gilles Peskine · 4 years, 7 months ago
  99. 70f63d0 Added references to the NIST test data used in the self-test function. by ENT\stroej1 · 4 years, 7 months ago
  100. df30700 Updated self test to use NIST test vectors and produce proper result. by ENT\stroej1 · 4 years, 7 months ago