- 780cf9d Create a function for gather all the keys. by gabor-mezei-arm · 4 years, 1 month ago
- 6ee7253 Extend description generation by gabor-mezei-arm · 4 years, 1 month ago
- 68c030a Use builder method pattern to generate a key by gabor-mezei-arm · 4 years, 1 month ago
- b5db2c4 Convert iterators to lists to remove late binding by gabor-mezei-arm · 4 years, 1 month ago
- 7b5c4e2 Add type annotations by gabor-mezei-arm · 4 years, 1 month ago
- edf2df8 Add test for extended key usage policies by gabor-mezei-arm · 4 years, 3 months ago
- 4ff7303 Update tests for extended key usage policies by gabor-mezei-arm · 4 years, 3 months ago
- 8682fae Merge pull request #4694 from gilles-peskine-arm/out_size-3.0 by Ronald Cron · 4 years, 1 month ago
- 414d6bd Fix pre-existing typo in comment by Bence Szépkúti · 4 years, 1 month ago
- fc04aa2 Remove MBEDTLS_USER_CONFIG_VERSION handling by Bence Szépkúti · 4 years, 2 months ago
- ba7248a Introduce versioning in the config files by Bence Szépkúti · 4 years, 2 months ago
- bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
- c5c9eb4 Move preprocessor logic to build_info.h by Bence Szépkúti · 4 years, 2 months ago
- c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
- 10bda58 Merge pull request #4259 from CJKay/cmake-config by Dave Rodgman · 4 years, 1 month ago
- 63ad854 Merge pull request #4712 from daverodgman/psa_cipher_and_mac_abort_on_error by Dave Rodgman · 4 years, 1 month ago
- e57dd2d Fix potential free of uninitialised pointer by Paul Elliott · 4 years, 1 month ago
- 3698fa1 Merge pull request #4673 from gilles-peskine-arm/psa_crypto_spm-from_platform_h by Ronald Cron · 4 years, 1 month ago
- f00f152 Add output size parameter to signature functions by Gilles Peskine · 4 years, 2 months ago
- 1fed4b8 Merge pull request #4720 from gilles-peskine-arm/gcm-finish-outlen by Gilles Peskine · 4 years, 1 month ago
- 6f71058 Improve psa_hash_update negative test by Dave Rodgman · 4 years, 1 month ago
- 5ae6f75 Add negative tests for psa_abort in hash functions by Dave Rodgman · 4 years, 1 month ago
- fedd52c Merge pull request #4707 from gilles-peskine-arm/require-matching-hashlen-rsa-implementation by Gilles Peskine · 4 years, 1 month ago
- 5a7be10 Add output_length parameter to mbedtls_gcm_finish by Gilles Peskine · 4 years, 1 month ago
- 647791d Add negative tests for psa_abort in cipher and mac functions by Dave Rodgman · 4 years, 1 month ago
- f06b92d Merge pull request #4567 from mstarzyk-mobica/gcm_ad by Gilles Peskine · 4 years, 1 month ago
- 4f7cc1b Merge pull request #4713 from gilles-peskine-arm/psa-storage-format-test-lifetimes-3.0 by Ronald Cron · 4 years, 1 month ago
- aa5938e Merge pull request #4703 from gilles-peskine-arm/mpi_montmul-null-3.0 by Janos Follath · 4 years, 1 month ago
- 939a54c Fix typos and style issues. by Mateusz Starzyk · 4 years, 2 months ago
- 469c9f3 Add GCM tests for empty ciphertext/plaintext and empty AD. by Mateusz Starzyk · 4 years, 2 months ago
- 58d3a7e Add GCM tests with vectors lengths non-dividable by 16. by Mateusz Starzyk · 4 years, 2 months ago
- 032a1ce Remove init_result check from custom gcm test functions. by Mateusz Starzyk · 4 years, 2 months ago
- f8a0d4d Fix nested loops set_step in gcm test suite. by Mateusz Starzyk · 4 years, 2 months ago
- fc60622 Add customized test functions for GCM update and update_ad. by Mateusz Starzyk · 4 years, 2 months ago
- 095dadc Fix error in psa_crypto test suite by Dave Rodgman · 4 years, 1 month ago
- 56949f6 Make immediate constants unsigned by Gilles Peskine · 4 years, 2 months ago
- 5764648 Check that attempting to destroy a read-only key fails by Gilles Peskine · 4 years, 4 months ago
- eb7bdaa Add storage tests for lifetimes by Gilles Peskine · 4 years, 4 months ago
- fbb914f Add negative tests for psa_destroy_key by Gilles Peskine · 4 years, 4 months ago
- ad2ddfe Add negative tests for key creation with an invalid lifetime by Gilles Peskine · 4 years, 4 months ago
- 1e1eca3 Add persistent key tests with a non-default persistence by Gilles Peskine · 4 years, 4 months ago
- d133bb2 New macro PSA_KEY_LIFETIME_IS_READ_ONLY by Gilles Peskine · 4 years, 4 months ago
- 90dfc35 More informative message on invalid classification flags by Gilles Peskine · 4 years, 4 months ago
- 607eb7e Add lifetime metadata tests by Gilles Peskine · 4 years, 4 months ago
- c9d86a0 Merge pull request #4665 from yanesca/issue-3990-fix_psa_verify_with_alt by Gilles Peskine · 4 years, 1 month ago
- e9bc857 Merge pull request #4552 from hanno-arm/mbedtls_3_0_key_export by Gilles Peskine · 4 years, 2 months ago
- 6e3187b RSA: Use hashlen as the hash input size as documented by Gilles Peskine · 4 years, 2 months ago
- 2a3041f Fix copypasta in test data by Gilles Peskine · 4 years, 2 months ago
- bd5d6ef Fix copypasta in test cases by Gilles Peskine · 4 years, 2 months ago
- 8998770 Annotate the choice of representation of 0 in more places by Gilles Peskine · 4 years, 2 months ago
- 8f70d3f Improve coverage of mbedtls_mpi_cmp_mpi by Gilles Peskine · 4 years, 2 months ago
- 722c62c Fix copypasta in test function argument name by Gilles Peskine · 4 years, 2 months ago
- 5afc5e4 Unify G=1 and G=-1 test cases by Gilles Peskine · 4 years, 2 months ago
- d96b365 In test cases where the result is 0, express it as "0", not "" by Gilles Peskine · 4 years, 2 months ago
- 997be0a Fix multiplication with negative result and a low-order 0 limb by Gilles Peskine · 4 years, 2 months ago
- e109175 mpi_shrink test: just set the top bit by Gilles Peskine · 4 years, 2 months ago
- 3f1c3c9 Tweak grouping of GCD test cases by Gilles Peskine · 4 years, 2 months ago
- 9466d81 Make GCD test descriptions more uniform by Gilles Peskine · 4 years, 2 months ago
- 7cba859 mbedtls_mpi_read_string: make an empty bignum for an empty string by Gilles Peskine · 4 years, 2 months ago
- 45adf6f DHM: test some edge cases for the generator by Gilles Peskine · 4 years, 2 months ago
- 058d009 Add RSA tests with message=0 by Gilles Peskine · 4 years, 2 months ago
- f4998b0 Fix multiplication producing a negative zero by Gilles Peskine · 4 years, 2 months ago
- 3da1a8f Fix null pointer dereference in mbedtls_mpi_exp_mod by Gilles Peskine · 4 years, 2 months ago
- 3637488 Add many test cases involving 0 by Gilles Peskine · 4 years, 2 months ago
- 342f71b Test mbedtls_mpi_exp_mod both with and without _RR by Gilles Peskine · 4 years, 2 months ago
- 424390c mbedtls_mpi_exp_mod test: don't read RR from test data by Gilles Peskine · 4 years, 2 months ago
- 9e9314f Add some GCD tests by Gilles Peskine · 4 years, 2 months ago
- d0722f8 Test mbedtls_mpi_safe_cond_{assign,swap} with the basic functions by Gilles Peskine · 4 years, 2 months ago
- fc1eeef Overhaul testing of mbedtls_mpi_swap by Gilles Peskine · 4 years, 2 months ago
- 90ec8e8 Overhaul testing of mbedtls_mpi_copy by Gilles Peskine · 4 years, 2 months ago
- dffc710 Test the validity of the sign bit after constructing an MPI object by Gilles Peskine · 4 years, 2 months ago
- 20edee7 Use mbedtls_test_read_mpi in test suites by Gilles Peskine · 4 years, 2 months ago
- ebc49e5 New test helper mbedtls_test_read_mpi by Gilles Peskine · 4 years, 2 months ago
- 5fb6f70 Clarify a few test descriptions (mostly involving 0) by Gilles Peskine · 4 years, 2 months ago
- 36ff66c Merge pull request #4316 from gabor-mezei-arm/3258_implement_one-shot_MAC by Gilles Peskine · 4 years, 2 months ago
- 3e7ddb2 Merge pull request #4604 from gilles-peskine-arm/default-hashes-curves-3.0 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 508d3a5 Merge pull request #4664 from tom-daubney-arm/rm_truncated_HMAC_ext by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 32750ef Merge pull request #4685 from mpg/improve-all-sh-robustness by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 8f2b66a Merge pull request #4676 from JoeSubbiani/MissingContextFree-test_suite_aes.function by Dave Rodgman · 4 years, 2 months ago
- a805d57 Merge pull request #4588 from TRodziewicz/remove_MD2_MD4_RC4_Blowfish_and_XTEA by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 4a28ade Changing the key length to 32 bytes in one of the PSA cipher setup tests by TRodziewicz · 4 years, 2 months ago
- f41dc7c Removal of RC4 certs and fixes to docs and tests by TRodziewicz · 4 years, 2 months ago
- 4c0b60e Fix exercise key test by Janos Follath · 4 years, 2 months ago
- ae50d28 Fix verify_hash tests for PSA RSA PSS by Janos Follath · 4 years, 2 months ago
- 3f9e64c Fix improper spacing by Joe Subbiani · 4 years, 2 months ago
- fb01081 psa: mac: Add driver dispatch tests for psa_mac_verify by Ronald Cron · 4 years, 2 months ago
- 094b06a psa: mac: Add driver dispatch tests for psa_mac_compute by Ronald Cron · 4 years, 2 months ago
- a7991f2 Remove all occurrences of TLS < 1.2 PRF identifier by Hanno Becker · 4 years, 2 months ago
- 11a4c1a Adapt key export test in ssl-opt.sh to reduced output by Hanno Becker · 4 years, 2 months ago
- ae35830 Merge pull request #4661 from mpg/make-blinding-mandatory by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 8c8166a Merge pull request #4640 from TRodziewicz/move_part_of_timing_module_out_of_the_library_and_to_test by Dave Rodgman · 4 years, 2 months ago
- 534bb99 Add test for one-shot MAC functions by gabor-mezei-arm · 4 years, 5 months ago
- 87db8a2 Clean up old files before generating them by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 75628d5 Code review fixes by TRodziewicz · 4 years, 2 months ago
- 4a02cef Test restartable ECC with a curve that supports it by Gilles Peskine · 4 years, 2 months ago
- 799eee6 Update the expected default curve in ssl-opt.sh by Gilles Peskine · 4 years, 2 months ago
- 3beb72e Add mbedtls_debug_print_mpi test case for 0 by Gilles Peskine · 4 years, 2 months ago
- c5b9510 Clarify test case descriptions by Gilles Peskine · 4 years, 2 months ago
- 12b5b38 Fix "PSA - ECDH with [non-default curve]" by Gilles Peskine · 4 years, 2 months ago
- 57face2 Free context in at the end of aes_crypt_xts_size() by JoeSubbiani · 4 years, 2 months ago