- 6924564 Move back timing.c to mbedtls by Ronald Cron · 9 months ago
- 18047f0 Move config_adjust_legacy_crypto.h to tf-psa-crypto by Ronald Cron · 9 months ago
- 8b592d2 Move psa_to_ssl_errors by Ronald Cron · 9 months ago
- 80963c6 Move hkdf.h to tf-psa-crypto by Ronald Cron · 8 months ago
- b6860cf Merge pull request #9781 from yanesca/remove_USE_PSA_from_API_doc_9632 by Janos Follath · 8 months ago
- 056cb14 Remove USE_PSA references from crypto documentation by Janos Follath · 9 months ago
- 62e79dc Merge pull request #9665 from waleed-elmelegy-arm/add-iop-key-gen-get-num-ops by Janos Follath · 8 months ago
- 19d418a Clarify why we set num_ops to 1 in iop key generation by Waleed Elmelegy · 8 months ago
- 208c01b Add PSA interruptible key generation get num ops API by Waleed Elmelegy · 9 months ago
- 14aef98 Add internal iop export public-key abort API by Waleed Elmelegy · 9 months ago
- e2a9b6a Add internal iop export public-key setup API by Waleed Elmelegy · 9 months ago
- 07d2bc0 Add headers for internal iop export public-key setup & abort APIs by Waleed Elmelegy · 9 months ago
- 49e6115 Merge pull request #9651 from waleed-elmelegy-arm/add-iop-key-gen-complete by Janos Follath · 8 months ago
- 1630603 Change internal iop generate key error variable to int by Waleed Elmelegy · 8 months ago
- 3aefa5b Merge pull request #7977 from ivq/update_gcm_doc by David Horstmann · 9 months ago
- 93ba625 Remove MBEDTLS_PSA_CRYPTO_CONFIG configuration option by Ronald Cron · 11 months ago
- f5a82fd Add ecp prefix to internal iop generate key function names by Waleed Elmelegy · 9 months ago
- 2266197 Move internal iop generate key function headers to psa_crypto_ecp.h by Waleed Elmelegy · 9 months ago
- 08e28e6 Check error codes on called functions in mbedtls_psa_generate_key_iop_complete by Waleed Elmelegy · 9 months ago
- db0c4a4 Remove MBEDTLS_ECP_MAX_MPI_BYTES macro by Waleed Elmelegy · 9 months ago
- 5b93d97 Update references to test helpers by David Horstmann · 9 months ago
- e0dac22 Change MBEDTLS_ECP_MAX_MPI to MBEDTLS_ECP_MAX_MPI_BYTES for better clarity by Waleed Elmelegy · 9 months ago
- a3ce631 Refactor mbedtls_psa_generate_key_iop_complete() by Waleed Elmelegy · 9 months ago
- ba850f3 Rename export MbedTLSTargets to TF-PSA-CryptoTargets by Ronald Cron · 10 months ago
- 564b1cb tf-psa-crypto: cmake: Fix target for compile options by Ronald Cron · 9 months ago
- 211bf6d cmake: Fix config files compile definitions by Ronald Cron · 10 months ago
- 4c59cee Remove documentation regarding MBEDTLS_GCM_ALT by Harry Ramsey · 9 months ago
- 8666b0f Add MBEDTLS_ECP_MAX_MPI define by Waleed Elmelegy · 9 months ago
- a47b82c Fix issue exporting generated key to raw intermediate buffer by Waleed Elmelegy · 9 months ago
- 6a91def Fix check_names error for MBEDTLS_GCM_ALT comment by Harry Ramsey · 9 months ago
- 241b901 Merge pull request #9490 from waleed-elmelegy-arm/add-iop-key-agrmnt-api by Janos Follath · 9 months ago
- 947afa0 Remove designated initializers from ECDH compile time initializers by Waleed Elmelegy · 9 months ago
- fc140d0 Merge pull request #9672 from gilles-peskine-arm/coverity-20241004 by Paul Elliott · 9 months ago
- 5d4de35 rename mbedtls_psa_generate_key_complete() to mbedtls_psa_generate_key_iop_complete() by Waleed Elmelegy · 10 months ago
- 7164dc5 Fix intermittent test failure by Paul Elliott · 10 months ago
- 30437e6 Add PSA interruptible key generation complete API by Waleed Elmelegy · 10 months ago
- 7817da0 Improve and fix compile initializers for ECDH/ECP by Waleed Elmelegy · 9 months ago
- a4d0fd1 Fix a typo and a mistake in ECDH conext compile time initalizer by Waleed Elmelegy · 9 months ago
- e980fbe Fix codestyle in ECDH compile time initilaizers by Waleed Elmelegy · 9 months ago
- f840b3a Add compile time initilaizers to ECDH and bignum structs by Waleed Elmelegy · 9 months ago
- 18df1c5 Refactor and improve interuptible key agreement builtin implementation by Waleed Elmelegy · 9 months ago
- 93be7a1 Refactor PSA key agreement API implementation by Waleed Elmelegy · 10 months ago
- 26136ec Improve interruptible key agreement implementation by Waleed Elmelegy · 11 months ago
- 4cef20d Fix everest build issue by Waleed Elmelegy · 12 months ago
- a2891a9 Add PSA interuptable key agreement APIs by Waleed Elmelegy · 12 months ago
- 502ff7b Merge pull request #9639 from waleed-elmelegy-arm/add-iop-key-gen-setup by Janos Follath · 9 months ago
- fce3f0d mbedtls_psa_ecp_generate_key: don't calculate the public key by Gilles Peskine · 9 months ago
- e2c7a09 Fix typo in gcm.h function comment by Harry Ramsey · 9 months ago
- af39624 Update GCM buffer overlap documentation by Harry Ramsey · 10 months ago
- ea2e5eb Revert "Remove outdated doc on mbedtls_gcm_update()" by Chien Wong · 1 year, 1 month ago
- c22de4a Revert "Clarify output_length in mbedtls_gcm_update()" by Chien Wong · 1 year, 1 month ago
- 57739ff Revert "Fix a grammar error" by Chien Wong · 1 year, 1 month ago
- e6d28c6 Fix a grammar error by Chien Wong · 1 year, 10 months ago
- 591f98e Clarify output_length in mbedtls_gcm_update() by Chien Wong · 1 year, 10 months ago
- 2328f9e Remove outdated doc on mbedtls_gcm_update() by Chien Wong · 1 year, 10 months ago
- 89bbc3a Fix doc on buffer requirements of GCM API by Chien Wong · 2 years ago
- bb06832 Remove useless define check for interuptible key agreement APIs by Waleed Elmelegy · 9 months ago
- 50bd4f8 cmake: libs: Set libraries specific compile options target by target by Ronald Cron · 10 months ago
- b247898 cmake: GNU GCC: Set base compile options target by target by Ronald Cron · 10 months ago
- 5f6e69d Merge pull request #9693 from Harry-Ramsey/split-revert-error-development by Ronald Cron · 9 months ago
- 202b69c Merge pull request #9302 from valeriosetti/psa-use-static-slots by Gilles Peskine · 10 months ago
- 678e0fb psa: allow to use static key buffers instead of dynamic ones by Valerio Setti · 1 year, 2 months ago
- ddc59dc Refactor error_common ifdef header by Harry Ramsey · 10 months ago
- cca4dbe Add PSA interruptible key generation setup & abort APIs by Waleed Elmelegy · 10 months ago
- 4935956 tf-psa-crypto: cmake: Fix p-256 installation by Ronald Cron · 10 months ago
- 8b4b152 Fix test scripts for split error files by Harry Ramsey · 10 months ago
- a05bfee Refactor tf-psa-crypto to use error_common.h instead of error.h by Harry Ramsey · 10 months ago
- 798d8b6 Update build scripts for error.c generation by Harry Ramsey · 10 months ago
- 90724f7 Move error.h from tf-psa-crypto to Mbed TLS by Harry Ramsey · 10 months ago
- 69b67c8 Split error.h into error_common.h and error.h by Harry Ramsey · 10 months ago
- 4e4647a Merge pull request #9690 from valeriosetti/fix-pk-write-buffer-overrun by Gilles Peskine · 10 months ago
- 6197cdf Fix comment by Ronald Cron · 10 months ago
- 360928a Pacify check_names.py by Ronald Cron · 10 months ago
- a0afbfb Fix/Add documentation by Ronald Cron · 10 months ago
- 67cc6a7 Use config_adjust_test_accelerators.h by Ronald Cron · 10 months ago
- 1520875 config_adjust_test_accelerators.h: Error out if wrong usage by Ronald Cron · 10 months ago
- e8a9258 config_adjust_test_accelerators.h: Do not define PSA_CRYPTO_DRIVER_TEST by Ronald Cron · 10 months ago
- 2b36f5f config_adjust_test_accelerators.h: Do not error if PSA_CRYPTO_CONFIG is ON by Ronald Cron · 10 months ago
- db11561 Introduce config_adjust_test_accelerators.h by Ronald Cron · 10 months ago
- 9157702 pkwrite: fix buffer overrun by Valerio Setti · 10 months ago
- 1ba7e24 mbedtls_ecdsa_raw_to_der and mbedtls_ecdsa_der_to_raw: reject bits==0 by Gilles Peskine · 10 months ago
- 995702d Document errors for mbedtls_ecdsa_raw_to_der and mbedtls_ecdsa_der_to_raw by Gilles Peskine · 10 months ago
- d457634 Remove version.c from .gitignore by Harry Ramsey · 10 months ago
- 468c0ae Revert move of version.h to tf-psa-crypto libray by Harry Ramsey · 10 months ago
- 8d887d1 cmake: tf-psa-crypto: Replace some Mbed TLS options/variables by TF-PSA-Crypto ones by Ronald Cron · 1 year ago
- 4c670fa cmake: Add TF_PSA_CRYPTO_DIR by Ronald Cron · 1 year ago
- 69c489c Move PSA drivers to drivers/builtin/src by Ronald Cron · 1 year ago
- ac01d6e CMake: Move build of legacy crypto modules to tf-psa-crypto by Ronald Cron · 1 year, 1 month 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
- c71abc3 Move mbedtls_oid_from_numeric_string to x509_create.c 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
- 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
- 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