- f8362ca Readability improvements by Gilles Peskine · 3 years, 10 months ago
- 44fa40cd Fix PSA_ALG_RSA_PSS verification accepting an arbitrary salt length by Gilles Peskine · 3 years, 10 months ago
- d79af3a Test PSS verification with different salt lengths by Gilles Peskine · 3 years, 10 months ago
- 19ff9a6 Test that a PSS policy doesn't allow PSS_ANY_SALT and vice versa by Gilles Peskine · 3 years, 10 months ago
- 72215f6 Shorten some test descriptions by Gilles Peskine · 3 years, 10 months ago
- a253609 Support PSA_ALG_RSA_PSS_ANY_SALT iff PSA_ALG_RSA_PSS is supported by Gilles Peskine · 3 years, 10 months ago
- bb2d17c Add test cases for PSA_ALG_RSA_PSS_ANY_SALT by Gilles Peskine · 3 years, 10 months ago
- ac6181c Update metadata tests with the new IS_ALG_RSA_PSS_xxx_SALT predicates by Gilles Peskine · 3 years, 10 months ago
- 35115f9 New algorithm PSA_ALG_RSA_PSS_ANY_SALT by Gilles Peskine · 3 years, 10 months ago
- 3545103 Break out algorithm_tester() as a separate method by Gilles Peskine · 3 years, 10 months ago
- 460d779 Merge pull request #5097 from gilles-peskine-arm/ssl-opt-resend-retry-2.x by paul-elliott-arm · 3 years, 9 months ago
- 8e8251a Merge pull request #4835 from gilles-peskine-arm/base64-no-table-2.2x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- db77eaf Merge pull request #5113 from paul-elliott-arm/ssl_opt_fixes_2.x by Gilles Peskine · 3 years, 9 months ago
- ce77738 Remove bash specific code by Paul Elliott · 3 years, 10 months ago
- 6cd97ce Remove use of -p with lsof by Paul Elliott · 3 years, 10 months ago
- 05ee09e Merge pull request #5107 from mprse/issue_4056_b2x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- 1222fed Fix typo in documentation by Gilles Peskine · 3 years, 9 months ago
- 773f5b7 Fix copypasta in comment by Gilles Peskine · 3 years, 9 months ago
- d3e5dd3 Rename variable to avoid a name clash by Gilles Peskine · 4 years ago
- fd489f9 Move the list of Base64 digits out of the test data by Gilles Peskine · 4 years ago
- a138802 Move declarations of testing-only base64 functions to their own header by Gilles Peskine · 4 years ago
- 3f0722c Fix the build of sample programs without mbedtls_strerror by Gilles Peskine · 4 years ago
- 0f4e3fb Mark output as public before testing it by Gilles Peskine · 4 years ago
- 85f3165 Fix printf format signedness error by Gilles Peskine · 4 years ago
- 3b1f4c0 Add unit tests for base64 internal functions by Gilles Peskine · 4 years ago
- 2c78f98 Expose internal base64 functions for testing by Gilles Peskine · 4 years ago
- 38d41b9 load_roots: properly error out on an invalid option by Gilles Peskine · 4 years ago
- 373c54e load_roots: fix no-argument detection by Gilles Peskine · 4 years ago
- db92884 load_roots: arguments must be files by Gilles Peskine · 4 years ago
- a2dc0cc mask_of_range: simplify high comparison by Gilles Peskine · 4 years ago
- 831fd76 Base64 decode: simplify local variables (n) by Gilles Peskine · 4 years ago
- 327c33f Base64 range-based constant-flow code: changelog entry by Gilles Peskine · 4 years ago
- d6e3f46 Base64 encoding: use ranges instead of tables by Gilles Peskine · 4 years ago
- a97e911 Base64 decode: simplify local variables by Gilles Peskine · 4 years ago
- c48ab11 Base64 decoding: use ranges instead of tables by Gilles Peskine · 4 years ago
- 6b541a0 Base64 decoding: don't use the table for '=' by Gilles Peskine · 4 years ago
- 82c0432 New sample program to benchmark certificate loading by Gilles Peskine · 4 years ago
- 645703c Use PSA_HASH_LENGTH instead hardcoded integer values by Przemyslaw Stekiel · 3 years, 10 months ago
- 1893cd3 Merge pull request #5104 from gilles-peskine-arm/test_equal_verbose-2.x by Gilles Peskine · 3 years, 10 months ago
- b436649 Show values when TEST_EQUAL fails by Gilles Peskine · 4 years, 3 months ago
- aa1d6ad Move is-it-resend logic into a function by Gilles Peskine · 3 years, 10 months ago
- 2d3c9f8 Retry if a test case fails because of an unexpected resend by Gilles Peskine · 3 years, 10 months ago
- a28fd41 Move retry logic into check_test_failure by Gilles Peskine · 3 years, 10 months ago
- 5d8e702 Move the core loop of run_test into an auxiliary function by Gilles Peskine · 3 years, 10 months ago
- f9022b0 Move some code of run_test into auxiliary functions by Gilles Peskine · 3 years, 10 months ago
- a686bf4 Merge pull request #5083 from mprse/issue_5065_2x by Gilles Peskine · 3 years, 10 months ago
- 7ce979a all.sh: tests/scripts/all.sh full minus MBEDTLS_CHACHAPOLY_C without PSA_WANT_ALG_GCM and PSA_WANT_ALG_CHACHA20_POLY1305 by Przemyslaw Stekiel · 3 years, 10 months ago
- e4739ab Merge pull request #5038 from mprse/issue_4551_2x by Gilles Peskine · 3 years, 10 months ago
- 95f2324 Merge pull request #4845 from mstarzyk-mobica/ecb-alt-ret-2.2x by Gilles Peskine · 3 years, 10 months ago
- ecb8da0 Merge pull request #5073 from paul-elliott-arm/fix-resumption-openssl-client-tests-2.x by Gilles Peskine · 3 years, 10 months ago
- ccba129 Use 127.0.0.1 rather than localhost by Paul Elliott · 3 years, 10 months ago
- 405fccc Fix incorrect check for DTLS by Paul Elliott · 3 years, 10 months ago
- 7ca2f39 Spelling fix by Paul Elliott · 3 years, 10 months ago
- d76c47d Use newer OpenSSL for tests failing with the old by Manuel Pégourié-Gonnard · 3 years, 10 months ago
- 633a74e Backport OPENSSL_NEXT to ssl-opt.sh by Paul Elliott · 3 years, 10 months ago
- 96de45e Re-generate test_suite_psa_crypto_not_supported.generated.data by Przemyslaw Stekiel · 3 years, 10 months ago
- d6ead7c Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
- 81be6e2 enerate_psa_tests.py fix format by Przemyslaw Stekiel · 3 years, 10 months ago
- 330e460 Addapt psa_generate_key() tests by Przemyslaw Stekiel · 3 years, 10 months ago
- 479a13d Add change-log entry by Przemyslaw Stekiel · 3 years, 10 months ago
- 5b20a7e psa_generate_key(): return PSA_ERROR_INVALID_ARGUMENT for public key by Przemyslaw Stekiel · 3 years, 10 months ago
- e93b369 Merge pull request #5035 from gilles-peskine-arm/readme-add-contacts-2.x by Gilles Peskine · 3 years, 10 months ago
- 70c1260 Merge pull request #5033 from gilles-peskine-arm/all.sh-makeflags-nproc-2.x by Gilles Peskine · 3 years, 10 months ago
- 289c66c Add contact information directly on the home page by Gilles Peskine · 3 years, 10 months ago
- 85229ac Limit make parallelism to the number of CPUs by Gilles Peskine · 3 years, 10 months ago
- a4e060b Merge pull request #5000 from mprse/mbedtls_cipher_setup_psa_ECB_2x by Gilles Peskine · 3 years, 10 months ago
- c79e4ab Fix typo in comment by Gilles Peskine · 3 years, 10 months ago
- 8ad54fa Update files generated from config.h by Gilles Peskine · 3 years, 10 months ago
- c277932 Make MBEDTLS_IGNORE_RETURN configurable by Gilles Peskine · 3 years, 10 months ago
- 327cb72 Cleaner implementation of MBEDTLS_IGNORE_RETURN by Gilles Peskine · 3 years, 10 months ago
- 9110809 Fix mistake in the sample implementation of MBEDTLS_CHECK_RETURN by Gilles Peskine · 3 years, 10 months ago
- f315d6a Merge pull request #4957 from gilles-peskine-arm/make-tests-v-2.2x by Gilles Peskine · 3 years, 10 months ago
- 6c0ec0e Adapt return status to 2.x by Przemyslaw Stekiel · 3 years, 10 months ago
- 7ab374f Add change-log: fix-mbedtls_cipher_crypt-aes-ecb.txt by Przemyslaw Stekiel · 3 years, 10 months ago
- 39f4e75 Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
- f0fa86e Add PSA support for MBEDTLS_CIPHER_AES_128_ECB by Przemyslaw Stekiel · 3 years, 10 months ago
- 6c86668 test_suite_cipher: add tests for mbedtls_cipher_setup_psa() with ECB by Przemyslaw Stekiel · 3 years, 10 months ago
- 8489f64 Merge pull request #4991 from gilles-peskine-arm/psa-aead-invalid_nonce_length-2.x by Ronald Cron · 3 years, 10 months ago
- 15a7420 Silence warnings about unused return value by Mateusz Starzyk · 4 years ago
- 8472a10 New configuration option MBEDTLS_CHECK_RETURN_WARNING by Gilles Peskine · 3 years, 11 months ago
- e568eba Use reserved identifier for warn_unused_result by Gilles Peskine · 3 years, 11 months ago
- 6b5c0f0 Better default for MBEDTLS_CHECK_RETURN in config.h by Gilles Peskine · 3 years, 11 months ago
- ce555e4 Change DES and AES functions to MBEDTLS_CHECK_RETURN_TYPICAL by Gilles Peskine · 3 years, 11 months ago
- ee0a443 Define indirection macros MBEDTLS_CHECK_RETURN_xxx by Gilles Peskine · 3 years, 11 months ago
- 1ef29fc Add MBEDTLS_CHECK_RETURN description to config.h by Mateusz Starzyk · 4 years ago
- 377a310 Catch failures of AES or DES operations by Gilles Peskine · 4 years, 1 month ago
- 1b8a294 Test invalid nonce length for one-shot AEAD decryption by Gilles Peskine · 3 years, 10 months ago
- ffc2a80 Merge pull request #4983 from mstarzyk-mobica/backport_hash_message_psa_flags by Gilles Peskine · 3 years, 10 months ago
- 27bb62b Merge pull request #4985 from gilles-peskine-arm/check-names-rewrite-2.2x by Gilles Peskine · 3 years, 10 months ago
- 1c39975 Fix typo by Gilles Peskine · 3 years, 10 months ago
- ee20f36 Remove check-names.sh and now-unused helper scripts by Gilles Peskine · 3 years, 10 months ago
- 31da67b Switch to the new Python implementation of check-names by Gilles Peskine · 3 years, 10 months ago
- d47f636 Adapt source file names from Mbed TLS 3.0 to 2.27 by Gilles Peskine · 3 years, 10 months ago
- 5b4caf2 Fix typos pointed out by check_names by Yuto Takano · 4 years ago
- 7bf5205 More robust handling of excluded files by Gilles Peskine · 3 years, 10 months ago
- 8266b5b Copy check_names.py and friends from development by Gilles Peskine · 3 years, 10 months ago
- e6e02b6 Extend mac_key_policy test. by Mateusz Starzyk · 4 years ago
- 25e65db Use separate expected results for MAC sign and verify key policy. by Mateusz Starzyk · 4 years ago
- 18f662b Fix mac_key_policy test function by Mateusz Starzyk · 4 years ago
- dd55b25 Require MESSAGE flag in PSA MAC setup. by Mateusz Starzyk · 4 years ago