- 96c6f5e Merge pull request #9492 from eleuzi01/remove-legacy-symbol-definitions by Ronald Cron · 10 months ago gh-readonly-queue/development/pr-9492-46771295f2f49d8f9b91532c84d45fde4e35a5b9
- 404311a Remove MBEDTLS_ECP_HAVE_SECP256R1 leftovers by Elena Uziunaite · 12 months ago
- b268d27 Merge pull request #9413 from sezrab/split_numeric_string_conversions_oid-development by David Horstmann · 10 months ago
- bae154d Merge pull request #9385 from eleuzi01/replace-ecdsa-some by David Horstmann · 11 months ago
- 3da783b Move static OID functions to x509.c by Sam Berry · 11 months ago
- 2bb3f4d Move mbedtls_oid_from_numeric_string unit tests to test_suite_x509write by Sam Berry · 1 year, 1 month ago
- c71abc3 Move mbedtls_oid_from_numeric_string to x509_create.c by Sam Berry · 1 year, 1 month ago
- 4aee6a2 Move mbedtls_oid_get_numeric_string unit tests to test_suite_x509parse by Sam Berry · 1 year, 1 month ago
- 4f76194 Move function mbedtls_oid_get_numeric_string to x509.c by Sam Berry · 1 year, 1 month ago
- f8db5b6 Move the function declarations to x509.h by Sam Berry · 1 year, 1 month ago
- b805168 Merge pull request #9536 from mpg/rsapub-perf-dev by Tom Cosgrove · 11 months ago
- de4d5b7 Merge pull request #9497 from minosgalanakis/bugfix/return_early_in_ccm_star by Gilles Peskine · 11 months ago
- 7ba04a2 Bump version to 4.0.0 by David Horstmann · 11 months ago
- 9328781 Use scripts/project_name.txt in Python scripts by Ronald Cron · 11 months ago
- 8d8620b Address review comments: add PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_IMPORT by Elena Uziunaite · 11 months ago
- bed21b5 Replace MBEDTLS_PK_CAN_ECDSA_VERIFY with PSA_HAVE_ALG_ECDSA_VERIFY by Elena Uziunaite · 11 months ago
- 39c7d5d Replace MBEDTLS_PK_CAN_ECDSA_SIGN with PSA_HAVE_ALG_ECDSA_SIGN by Elena Uziunaite · 11 months ago
- 4fd105c Introduce PSA_HAVE_ALG_ECDSA_SIGN and PSA_HAVE_ALG_ECDSA_VERIFY by Elena Uziunaite · 11 months ago
- a6950b8 Replace MBEDTLS_PK_CAN_ECDSA_SOME with PSA_HAVE_ALG_SOME_ECDSA by Elena Uziunaite · 1 year ago
- 8c95999 Merge pull request #9544 from eleuzi01/replace-224k1 by Ronald Cron · 11 months ago
- 63cb13e Replace MBEDTLS_ECP_HAVE_SECP224K1 with PSA_WANT_ECC_SECP_K1_224 by Elena Uziunaite · 11 months ago
- b70ef86 Move new files to their correct location by Manuel Pégourié-Gonnard · 11 months ago
- 0c4a115 Remove codepath testing where it's redundant by Manuel Pégourié-Gonnard · 11 months ago
- 49645f6 Misc improvements to comments by Manuel Pégourié-Gonnard · 11 months ago
- 464bf78 Fix guards on #include by Manuel Pégourié-Gonnard · 11 months ago
- e91d924 Fix code style by Manuel Pégourié-Gonnard · 11 months ago
- 21445c5 Prepare codepath tests for early termination by Janos Follath · 12 months ago
- 44eca95 Fix incorrect test result by Janos Follath · 12 months ago
- 514e62c Move bignum code path testing out of the library by Janos Follath · 12 months ago
- 7e909c8 Explain the choice of the value of MBEDTLS_MPI_IS_PUBLIC by Janos Follath · 12 months ago
- 47847ca Initial local variables to secure default by Janos Follath · 12 months ago
- 816a71f Introduce MBEDTLS_MPI_IS_TEST by Janos Follath · 12 months ago
- e0825bb Add tests for optionally safe code paths in RSA by Janos Follath · 12 months ago
- 64467ff Add tests for optionally safe code paths in bignum by Janos Follath · 12 months ago
- c870e05 Add header for mbedtls_mpi_exp_mod_unsafe() by Janos Follath · 12 months ago
- 6872c5f Make mbedtls_mpi_exp_mod_unsafe internal by Janos Follath · 12 months ago
- a7eb812 Fix memory corruption in exp_mod tests by Janos Follath · 12 months ago
- 76c0e6f Clean up initialization in _core_exp_mod() by Janos Follath · 12 months ago
- d6aaee1 Disable optionally safe test hook in threading builds by Janos Follath · 12 months ago
- 08091d7 Fix optionally safe hooks declarations by Janos Follath · 12 months ago
- 87253af Optimise public RSA operations by Janos Follath · 12 months ago
- b64f1b5 Fix mpi_core_exp_mod documentation by Janos Follath · 12 months ago
- 1fa5f3a Add tests for optionally unsafe code paths by Janos Follath · 12 months ago
- df5e55b Add tests for optionally safe codepaths by Janos Follath · 12 months ago
- a099ac9 Use actual exponent size for window calculation by Janos Follath · 12 months ago
- 8fc736d Move _public parameters next to their target by Janos Follath · 12 months ago
- 24fb8c9 Make MBEDTLS_MPI_IS_PUBLIC thumb friendly by Janos Follath · 12 months ago
- 5b69fad Move MBEDTLS_MPI_IS_* macros to bignum_core.h by Janos Follath · 12 months ago
- 4726cb8 Move mixed security code to small local functions by Janos Follath · 12 months ago
- 9a8b1f4 Make _optionally_safe functions internal by Janos Follath · 12 months ago
- 91537eb Improve documentation of MBEDTLS_MPI_IS_PUBLIC by Janos Follath · 12 months ago
- 7305002 Add optionally unsafe variant of exp_mod for perf by Manuel Pégourié-Gonnard · 1 year, 2 months ago
- 9fc5be0 Replace MBEDTLS_MD_CAN_SHA1 with PSA_WANT_ALG_SHA_1 by Elena Uziunaite · 11 months ago
- 36fe918 Merge pull request #9252 from gabor-mezei-arm/9114_replace_MBEDTLS_MD_CAN_SHA512_with_PSA_WANT by David Horstmann · 11 months ago
- f3cd97d Merge pull request #9327 from eleuzi01/issue-9319 by Manuel Pégourié-Gonnard · 11 months ago
- 0b0f090 Merge remote-tracking branch 'restricted/development-restricted' into dev-mergeback by Manuel Pégourié-Gonnard · 11 months ago
- c15ef93 Replace `MBEDTLS_MD_CAN_SHA512` with `PSA_WANT_ALG_SHA_512` by Gabor Mezei · 1 year, 2 months ago
- ab0af45 Merge pull request #9464 from gilles-peskine-arm/psa-keystore-dynamic-development by Gilles Peskine · 11 months ago gh-readonly-queue/development/pr-9464-805ac15e2d77c00d41edea336c8fb33e28322ff5
- 0a2b6e2 Merge remote-tracking branch 'development' into development-restricted by Gilles Peskine · 12 months ago
- 83dbac7 ccm.c: Return early when ccm* is used without tag. by Minos Galanakis · 12 months ago
- 4c9fccf Simplify and explain the overflow check for maximum slice length by Gilles Peskine · 12 months ago
- d65f4b8 Merge pull request #9485 from sergio-nsk/sergio-nsk/lean_and_mean/1 by minosgalanakis · 12 months ago
- 0b2bd07 Add overflow check for maximum key slot length by David Horstmann · 12 months ago
- 68a4b74 Tweak macro check to allow 3 extra key slices by David Horstmann · 12 months ago
- fdcc47c Fix incorrect comments on slice numbering by David Horstmann · 12 months ago
- 2547cd3 Free allocated memory where methods were returning without freeing by Sam Berry · 12 months ago
- e25cb1b Fix formatting issue in psa_key_agreement() documentation by Waleed Elmelegy · 12 months ago
- d156240 Fix possible issues in testing and implementation of psa_key_agreement() by Waleed Elmelegy · 12 months ago
- 8faeee2 Improve documentation of psa_key_agreement() by Waleed Elmelegy · 12 months ago
- bdf2c98 Add psa_key_agreement() API by Waleed Elmelegy · 12 months ago
- 9e08884 Clarify IOP key generation restriction by Janos Follath · 12 months ago
- 9f48917 Improve IOP documentation by Janos Follath · 12 months ago
- 7311600 Constrain interruptible key generation to key-pairs by Janos Follath · 12 months ago
- 211ebb5 Don't return success on a stub by Janos Follath · 12 months ago
- 0c1aa4a Add psa_generate_key_iop_abort() documentation by Paul Elliott · 1 year, 1 month ago
- 08afb00 Add psa_generate_key_iop_complete() documentation by Paul Elliott · 1 year, 1 month ago
- 6044f3e Add psa_generate_key_iop_setup() documentation by Paul Elliott · 1 year, 1 month ago
- f712452 Add psa_generate_key_iop_get_num_ops() docs by Paul Elliott · 1 year, 1 month ago
- 9e143a7 Add psa_generate_key_iop_t structs and docs by Paul Elliott · 1 year, 1 month ago
- 4ed0fde Fix Mbed-TLS build when WIN32_LEAN_AND_MEAN macro is defined globally by Sergey Markelov · 12 months ago
- 1176e6f Merge pull request #9410 from paul-elliott-arm/add_docs_iop_key_agreement by Janos Follath · 12 months ago
- b8457ff Merge pull request #9353 from eleuzi01/replace-ecp-have-secp384r1 by Gilles Peskine · 12 months ago
- 0858fdc Merge pull request #9189 from misch7/fix-v3.6-issues-9186-and-9188 by Gilles Peskine · 12 months ago
- 88f3dd9 Merge pull request #9402 from tom-daubney-arm/remove_function_level_alt_interface by Bence Szépkúti · 12 months ago
- d339aef Clarify some internal documentation by Gilles Peskine · 12 months ago
- 5abeb8c Make integer downsizing explicit by Gilles Peskine · 1 year, 2 months ago
- 7507106 Dynamic key store: make full-key-store tests work effectively by Gilles Peskine · 1 year, 2 months ago
- aadeeb3 Microoptimizations when MBEDTLS_PSA_KEY_STORE_DYNAMIC is disabled by Gilles Peskine · 1 year, 2 months ago
- eab36d1 Dynamic key store: implementation by Gilles Peskine · 1 year, 2 months ago
- dc41fff psa_key_slot_t: different fields in free vs occupied slots by Gilles Peskine · 1 year, 2 months ago
- 5c81b94 Dynamic key store: disable full-key-store tests by Gilles Peskine · 1 year, 1 month ago
- 54ee98c Dynamic key store: preparatory refactoring by Gilles Peskine · 1 year, 2 months ago
- 9e9e1f6 Dynamic key store: new compilation option by Gilles Peskine · 1 year, 2 months ago
- f828f04 Fix Uncrustify errors in modified tests/suites to satisfy check_code_style test by Michael Schuster · 1 year, 2 months ago
- a3cc463 Use correct test case conditionals for helper functions in tests/suites by Michael Schuster · 1 year, 2 months ago
- bd89b79 Adjust spacing in tests/suites function sources by Michael Schuster · 1 year, 2 months ago
- 54300d4 Fix missing-prototype errors in tests/suites by Michael Schuster · 1 year, 2 months ago
- 87825ab Fix unused-function error for ecjpake_operation_setup in test_suite_psa_crypto.function by Michael Schuster · 1 year, 2 months ago
- 6b4cd48 Replace MBEDTLS_ECP_HAVE_SECP384R1 with PSA_WANT_ECC_SECP_R1_384 by Elena Uziunaite · 1 year, 1 month ago
- aacbc62 Merge pull request #9453 from gilles-peskine-arm/psa-keystore-dynamic-prep-4.0 by Gilles Peskine · 12 months ago