- fbc4b4a Fix psa_pake_abort() order to correctly free memory when alg is PSA_ALG_JPAKE by Neil Armstrong · 3 years, 2 months ago
- a24278a Add invalid hash ecjpake_setup() test case by Neil Armstrong · 3 years, 2 months ago
- 9c8b492 Add advanced psa_pake_input/psa_pake_output test in ecjpake_setup() test by Neil Armstrong · 3 years, 2 months ago
- 50de0ae Add check calling psa_pake_setup() on an already initialized operation in ecjpake_setup() test by Neil Armstrong · 3 years, 2 months ago
- 98506ab Add checks for INVALID_ARGUMENT for psa_pake_output/psa_pake_input in ecjpake_setup() test by Neil Armstrong · 3 years, 2 months ago
- 0d001ef Check more parameters of psa_pake_output/psa_pake_input by Neil Armstrong · 3 years, 2 months ago
- 645cccd Add checks for BAD_STATE before calling psa_pake_setup() in ecjpake_setup() test by Neil Armstrong · 3 years, 2 months ago
- 707d957 Add checks for psa_pake_set_user/psa_pake_set_peer in test_suite_psa_crypto by Neil Armstrong · 3 years, 2 months ago
- ebd9a03 Cleanup PSA pake test dependency by Neil Armstrong · 3 years, 2 months ago
- 4efd7a4 Check for PSA_ALG_ECJPAKE alg for the ECJPAKE builtin implementation by Neil Armstrong · 3 years, 2 months ago
- df598ab Fix key usage test in psa_pake_set_password_key() by Neil Armstrong · 3 years, 2 months ago
- 7616ad2 Fix guard of ecjpake.h include in crypto_extra.h by Neil Armstrong · 3 years, 2 months ago
- 63212dd Fix formatting of PSA_PAKE_OPERATION_INIT macro by Neil Armstrong · 3 years, 2 months ago
- 7aaa34a Fix formatting of PSA_PAKE_OUTPUT_SIZE & PSA_PAKE_INPUT_SIZE macros by Neil Armstrong · 3 years, 2 months ago
- 6b1f99f Use proper buffer size macro for allocation in psa_pake_ecjpake_setup() by Neil Armstrong · 3 years, 2 months ago
- 5282393 Remove useless braces in psa_crypto_pake.c by Neil Armstrong · 3 years, 2 months ago
- c29f847 Fix comments in psa_crypto_pake.c by Neil Armstrong · 3 years, 2 months ago
- d597bc7 Add PSA PAKE tests by Neil Armstrong · 3 years, 2 months ago
- 637d0a0 Enable buildin PSA PAKE implementation when ECJPAKE_C is selected by Neil Armstrong · 3 years, 2 months ago
- a4cc7d6 Add PSA PAKE buildin implementation by Neil Armstrong · 3 years, 2 months ago
- 4b5710f Allow KEY_TYPE_PASSWORD/KEY_TYPE_PASSWORD_HASH to be imported by Neil Armstrong · 3 years, 2 months ago
- 35269d9 Fill psa_pake_operation and INPUT/OUTPUT min/max sizes for PSA PAKE builtin implementation by Neil Armstrong · 3 years, 2 months ago
- 6d1fc45 Merge pull request #6249 from AndrzejKurek/fix-ssl-programs-no-md by Gilles Peskine · 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
- 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
- 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
- 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
- 07c0f12 test_suite_pem.data: change MBEDTLS_CMAC_C->MBEDTLS_CIPHER_MODE_CBC dependency by Przemek Stekiel · 3 years ago
- beb4fc0 Merge pull request #6185 from leorosen/tls12_server_null_on_missing_key by Dave Rodgman · 3 years ago
- 19e5973 mbedtls_ssl_check_curve prevent potential NULL pointer dereferencing by Leonid Rozenboim · 3 years ago
- deb8030 Improve mbedtls_mpi_core_lt_ct() unit tests by Janos Follath · 3 years ago
- a95f204 Improve documentation by Janos Follath · 3 years ago
- ca5688e Improve coding style by Janos Follath · 3 years ago
- b7a88ec Bignum: Apply naming conventions by Janos Follath · 3 years ago
- 6b8a4ad Bignum: update const qualifiers by Janos Follath · 3 years ago
- 01a7d31 Make ecjpake test suite depend on MBEDTLS_HAS_ALG_SHA_256_VIA_MD_OR_PSA by Neil Armstrong · 3 years ago
- a327b52 Fix incorrect use of mbedtls_ecp_group_id in test_suite_ssl.function by Tom Cosgrove · 3 years ago
- 7b044c1 Enable ECJPAKE in test_crypto_full_no_md () & test_psa_crypto_config_accel_hash_use_psa () components by Neil Armstrong · 3 years ago
- ecaba1c Make use of PSA crypto hash if MBEDTLS_MD_C isn't defined by Neil Armstrong · 3 years ago
- 0d76341 Remove md_info by md_type in ecjpake context, use mbedtls_hash_info_get_size() to get hash length by Neil Armstrong · 3 years ago
- bc3906c pem_pbkdf1(): optimize psa version by Przemek Stekiel · 3 years ago
- 10836a0 config: Fix requirements for MBEDTLS_X509_USE_C and MBEDTLS_X509_CREATE_C by Przemek Stekiel · 3 years ago
- bf01c64 oid.c: unify dependencies (VIA_MD_OR_PSA->VIA_LOWLEVEL_OR_PSA) by Przemek Stekiel · 3 years ago
- 4146525 Fix compilation guard (comment) by Przemek Stekiel · 3 years ago
- 0cd6f08 pem.c: fix style issues (redundant spaces) by Przemek Stekiel · 3 years ago
- d23a4ef pem.c: remove redundant compilation guard by Przemek Stekiel · 3 years ago
- c410ccc Include psa/crypto.h in legacy_or_psa.h by Przemek Stekiel · 3 years ago
- 4092ff9 pem.c: add internal macro to increase code readability by Przemek Stekiel · 3 years ago
- bc0509a test_suite_pem, test_suite_pkparse: Adjust dependecies by Przemek Stekiel · 3 years ago
- 12e69cb oid.h: remove MBEDTLS_MD_C guard by Przemek Stekiel · 3 years ago
- 829e97d Fix include order by Przemek Stekiel · 3 years ago
- 76b753b Change the dependencies in pem.c to xxx_BASED_ON_USE_PSA and related files by Przemek Stekiel · 3 years ago
- 81799fd pem.c, test_suite_pem: fix dependency MBEDTLS_HAS_ALG_MD5_VIA_MD_OR_PSA->MBEDTLS_HAS_ALG_MD5_VIA_LOWLEVEL_OR_PSA by Przemek Stekiel · 3 years ago
- 2c70a0d test_suite_oid: Replace MBEDTLS_MD5_C and MBEDTLS_SHAxxx_C with the corresponding MBEDTLS_HAS_ALG_xxx_VIA_LOWLEVEL_OR_PSA by Przemek Stekiel · 3 years ago
- 050819c test_suite_x509write: Move MBEDTLS_HAS_ALG_SHA_1_VIA_MD_OR_PSA dependency for x509_crt_check to .function file by Przemek Stekiel · 3 years ago
- 41b742f test_suite_pem: Adapt dependencies for MD by Przemek Stekiel · 3 years ago
- be92bee pem.c: Fix conditional compilation flags by Przemek Stekiel · 3 years ago
- f8087e5 x509_crt_check: remove MBEDTLS_SHA1_C dependency from .function file (already handed in .data file) by Przemek Stekiel · 3 years ago
- a68d08f pem.c: adjust for bulid without md by Przemek Stekiel · 3 years ago
- 55c1743 oid.h: remove redundant MBEDTLS_MD_C dependency by Przemek Stekiel · 3 years ago
- b792cfd component_test_psa_crypto_config_accel_hash_use_psa: stop removing all X.509 modules from the build by Przemek Stekiel · 3 years ago
- 278b667 check_config.h: Adjust x509 dependencies (MBEDTLS_MD_C or MBEDTLS_USE_PSA_CRYPTO) by Przemek Stekiel · 3 years ago
- de81028 Adjust dependencies in library/oid.c by Przemek Stekiel · 3 years ago
- fd18366 Adjust declared dependencies in library/x509* by Przemek Stekiel · 3 years ago
- d34f8c3 x509 tests: adjust dependencies by Przemek Stekiel · 3 years ago
- f3f6b0a Merge pull request #6123 from yuhaoth/pr/finialize-tls13-serialize_session_save_load by Ronald Cron · 3 years ago
- 70dfd4c ssl_tls12_server: fix potential NULL-dereferencing if local certificate was not set. by Leonid Rozenboim · 3 years ago
- 583816c Be explicit about constant time bignum functions that must take a 0 or 1 condition value by Tom Cosgrove · 3 years ago
- 92cd864 Merge pull request #6090 from hanno-arm/fix_bnmul_arm_v7a by Dave Rodgman · 3 years ago
- e28d974 fix coding style issues by Jerry Yu · 3 years ago
- 5b7c7ca fix wrong condition issues by Jerry Yu · 3 years ago