- f13925c Add a changelog entry for ECJPAKE to PMS KDF by Andrzej Kurek · 2 years, 10 months ago
- e09aff8 Add information about ECJPAKE_TO_PMS output size expectations by Andrzej Kurek · 2 years, 10 months ago
- 3539f2c Improve readability in ecjpake tests by Andrzej Kurek · 2 years, 10 months ago
- b510cd2 Fix a copy-paste error - wrong macro used by Andrzej Kurek · 2 years, 10 months ago
- 5603efd Improve readability and formatting by Andrzej Kurek · 2 years, 10 months ago
- 96b9f23 Adjust ECJPAKE_TO_PMS macro value by Andrzej Kurek · 2 years, 10 months ago
- 7763829 Add missing ifdef when calculating operation capacity by Andrzej Kurek · 2 years, 11 months ago
- 3c4c514 Remove `PSA_ALG_IS_TLS12_ECJPAKE_TO_PMS` by Andrzej Kurek · 2 years, 11 months ago
- 1fafb1f Documentation clarifications for ECJPAKE-to-PMS by Andrzej Kurek · 2 years, 11 months ago
- 2be1689 Add capacity testing to EC J-PAKE to PMS tests by Andrzej Kurek · 2 years, 11 months ago
- b093650 Add proper capacity calculation for EC J-PAKE to PMS KDF by Andrzej Kurek · 2 years, 11 months ago
- d378504 Add derivation step testing to EC J-PAKE to PMS tests by Andrzej Kurek · 2 years, 11 months ago
- 702776f Restrict the EC J-PAKE to PMS input type to secret by Andrzej Kurek · 2 years, 11 months ago
- 4ba0e45 all.sh: don't build with ECJPAKE_TO_PMS if SHA256 is not available by Andrzej Kurek · 2 years, 11 months ago
- d60907b Define ECJPAKE_TO_PMS in config_psa only if SHA_256 is available by Andrzej Kurek · 2 years, 11 months ago
- 18f8e8d Document the input size restriction for EC J-PAKE to PMS by Andrzej Kurek · 2 years, 11 months ago
- d8705bc Add tests for the newly created ad-hoc EC J-PAKE KDF by Andrzej Kurek · 3 years ago
- 08d34b8 Add an EC J-PAKE KDF to transform K -> SHA256(K.X) for TLS 1.2 by Andrzej Kurek · 3 years ago
- f6a6a2d Merge pull request #6216 from AndrzejKurek/tls-tests-no-md-compat by Manuel Pégourié-Gonnard · 2 years, 11 months ago
- 52f83dc Merge pull request #6244 from AndrzejKurek/pkcs5-no-md by Manuel Pégourié-Gonnard · 3 years ago
- 5e0654a Add a compat.sh run to psa_crypto_config_accel_hash_use_psa by Andrzej Kurek · 3 years ago
- c502210 Adjust pkparse test dependencies by Andrzej Kurek · 3 years ago
- 216baca pkcs5: improve error handling by Andrzej Kurek · 3 years ago
- e3d544c Minor PKCS5 improvements by Andrzej Kurek · 3 years ago
- 7a32072 Setup / deinitialize PSA in pk tests only if no MD is used by Andrzej Kurek · 3 years ago
- 3d0dfb9 Change the pkcs5_pbkdf2_hmac deprecation approach by Andrzej Kurek · 3 years ago
- f000471 Add missing MD dependency for pkcs5_pbkdf2_hmac by Andrzej Kurek · 3 years ago
- 11265d7 Remove PKCS5 from the ref config in the migration script by Andrzej Kurek · 3 years ago
- 26909f3 Add PSA initialization and teardown to tests using pkcs5 by Andrzej Kurek · 3 years ago
- a57267c Add a possibility to call PSA_INIT without MBEDTLS_PSA_CRYPTO_C by Andrzej Kurek · 3 years ago
- 37a17e8 Enable PKCS5 in no-md builds in all.sh by Andrzej Kurek · 3 years ago
- 345a92b Adjust PKCS5 dependencies in check_config by Andrzej Kurek · 3 years ago
- 65bf73e Enable HMAC in config_psa.h regardless of MD availability by Andrzej Kurek · 3 years ago
- ed98e95 Adjust pkcs5 test dependencies by Andrzej Kurek · 3 years ago
- 890e78a Deprecate mbedtls_pkcs5_pbkdf2_hmac by Andrzej Kurek · 3 years ago
- dd36c76 Provide a version of pkcs5_pbkdf2_hmac without MD usage by Andrzej Kurek · 3 years ago
- 97fc247 Merge pull request #6232 from AndrzejKurek/pkcs12-no-md by Manuel Pégourié-Gonnard · 3 years ago
- e16e6ed Remove the dependency on MD_MAX_SIZE from PKCS12 by Andrzej Kurek · 3 years ago
- 7bd12c5 Remove MD dependency from pkcs12 module by Andrzej Kurek · 3 years ago
- 0777ec1 Merge pull request #6109 from superna9999/6100-crash-in-test-suite-x509write by Manuel Pégourié-Gonnard · 3 years ago
- e00d6d6 Merge pull request #6135 from yuhaoth/pr/tls13-finalize-external-psk-negotiation by Ronald Cron · 3 years ago
- 6688669 replace psk&dhe with psk_or_ephemeral by Jerry Yu · 3 years ago
- 6d1fc45 Merge pull request #6249 from AndrzejKurek/fix-ssl-programs-no-md by Gilles Peskine · 3 years ago
- 7101b87 fix wrong description by Jerry Yu · 3 years ago
- 1e05b6d fix coding style and unnecessary assignment by Jerry Yu · 3 years ago
- dcce505 Add a missing guard in an example program by Andrzej Kurek · 3 years ago
- bf22a25 Merge pull request #6208 from AndrzejKurek/tls-tests-no-md-structured by Manuel Pégourié-Gonnard · 3 years ago
- a84ce3f Merge pull request #6111 from superna9999/6101-programs-dont-build-with-libtestdriver-and-use-psa by Manuel Pégourié-Gonnard · 3 years ago
- 0edfa9d Merge pull request #6207 from daverodgman/ticket_time by Dave Rodgman · 3 years ago
- 63d40e6 shorten the description by Jerry Yu · 3 years ago
- e5834fd remove unnecessary test by Jerry Yu · 3 years ago
- e7b4b58 Add psk kex mode tests by Jerry Yu · 3 years ago
- 3e06fce Remove old tests. by Jerry Yu · 3 years ago
- 3c01d47 Update test cases by Jerry Yu · 3 years ago
- 0baf907 remove `select_ciphersuite` by Jerry Yu · 3 years ago
- c5a23a0 fix various issues by Jerry Yu · 3 years ago
- fac3ea5 Merge pull request #6184 from leorosen/ssl_tls_curve_group_id_null_protect by Dave Rodgman · 3 years ago
- bcc13c9 Add further missing whitespaces inside parentheses by Tom Cosgrove · 3 years ago
- 20c1137 Fix coding style by Tom Cosgrove · 3 years ago
- 5a28142 Merge pull request #6189 from Kxuan/fix-ctr_drbg-uninit by Dave Rodgman · 3 years ago
- 2185c0f add force ciphersuite tls-aes-256-gcm-sha384 test by Jerry Yu · 3 years ago
- f35ba38 Add select ciphersuite entry function by Jerry Yu · 3 years ago
- dd1bef7 Add ciphersuite_info check by Jerry Yu · 3 years ago
- 29d9faa fix various issues. by Jerry Yu · 3 years ago
- 32bd063 test_suite_ssl: Add minimal handshake requirements by Andrzej Kurek · 3 years ago
- 299b1d6 Remove unnecessary `psa/crypto.h` include by Andrzej Kurek · 3 years ago
- cccb044 Style & formatting fixes by Andrzej Kurek · 3 years ago
- 645ff5b Merge pull request #6095 from gabor-mezei-arm/6016_add_new_modulus_and_residue_structures by Janos Follath · 3 years ago
- 66f35f2 fix wrong requires setting by Jerry Yu · 3 years ago
- e02da81 Update TLS1.2 dependencies description in mbedtls_config.h by Andrzej Kurek · 3 years ago
- 21b6870 test_suite_ssl: remove unnecessary usage of mbedtls_md_get_size by Andrzej Kurek · 3 years ago
- 180b6b9 Enable TLS 1.2 tests without MD and with USE_PSA in all.sh by Andrzej Kurek · 3 years ago
- 7e16ce3 Clarify TLS 1.2 dependencies with and without PSA crypto by Andrzej Kurek · 3 years ago
- 8c95ac4 Add missing dependencies / alternatives by Andrzej Kurek · 3 years ago
- 7bb8bab Update SHA and MD5 dependencies in the SSL tests by Andrzej Kurek · 3 years ago
- 25f2715 Update SHA and MD5 dependencies in the SSL module by Andrzej Kurek · 3 years ago
- 635c2c2 test_suite_ssl: replace CTR_DRBG with a fake rng source by Andrzej Kurek · 3 years ago
- 0ce5921 Use hash_info_get_size in ssl_tls12_client by Andrzej Kurek · 3 years ago
- a242e83 Rename the sha384 checksum context to reflect its purpose by Andrzej Kurek · 3 years ago
- 0ce9393 Merge pull request #6219 from KloolK/development by Dave Rodgman · 3 years ago
- e5018c9 Merge pull request #6195 from superna9999/6149-driver-only-hashes-ec-j-pake by Gilles Peskine · 3 years ago
- 1945560 Merge pull request #6169 from tom-cosgrove-arm/fix-incorrect-use-of-mbedtls_ecp_group_id by Gilles Peskine · 3 years ago
- 20ebaac Merge pull request #6211 from tom-cosgrove-arm/explicit-warning-re-ct-conditions-not-0-or-1 by Gilles Peskine · 3 years ago
- 03f1c39 Merge pull request #6171 from mprse/md_x509_test by Gilles Peskine · 3 years ago
- 9ff6f8c Fix minor typos by Jan Bruckner · 3 years ago
- 2e328c8 Remove confusing const qualifier by Janos Follath · 3 years ago
- c459641 Bignum: add missing limb qualifiers by Janos Follath · 3 years ago
- 6b8e0c2 Bignum: make tests more readable by Janos Follath · 3 years ago
- 494a6d2 Bignum tests: use TEST_EQUAL by Janos Follath · 3 years ago
- af3f39c Fix typos by Janos Follath · 3 years ago
- 5725f1c Align ciphersuite with overwrite. by Jerry Yu · 3 years ago
- 01e42d2 fix issues in export handshake psk by Jerry Yu · 3 years ago
- 9f7f646 Revert "remove psk key when ephemeral selected" by Jerry Yu · 3 years ago
- e9d4fc0 fix binder value security issue by Jerry Yu · 3 years ago
- 24b8c81 fix comments and wrong initial value issues by Jerry Yu · 3 years ago
- 5d01c05 fix various issues by Jerry Yu · 3 years ago
- 6cf6b47 fix format and comment issues by Jerry Yu · 3 years ago
- b25d10f Add mismatch key tests by Jerry Yu · 3 years ago
- 2b7a51b Add psk_or_ephemeral mode and tests by Jerry Yu · 3 years ago
- 63c78b8 add `all` mode tests by Jerry Yu · 3 years ago