- 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
- 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
- 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
- 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
- 3419107 Add checks for ticket and resumption_key fields by Jerry Yu · 3 years ago
- e36fdd6 Change signature of tls13_session_save by Jerry Yu · 3 years ago
- 03f7a6e Add armcc plain armv7-m target; tidy up arg order by Dave Rodgman · 3 years ago
- 8c9a0ae Merge pull request #5985 from zhangsenWang/development by Dave Rodgman · 3 years ago
- 96a4be9 Merge pull request #6177 from AndrzejKurek/ecdsa-no-md by Dave Rodgman · 3 years ago
- a7448bf Merge pull request #6141 from mpg/driver-hashes-rsa-v21 by Dave Rodgman · 3 years ago
- 3f95d30 rebase with lastest development branch by Zhangsen Wang · 3 years ago
- 7b1be55 Merge pull request #5993 from eliteraspberries/android-soname by Dave Rodgman · 3 years ago
- 273efeb Add Changelog entry by Dave Rodgman · 3 years ago
- fca2bcc Update bump_version.sh to recognise Makefile changes by Dave Rodgman · 3 years ago
- 6a86730 Allow non-versioned library soname. by Mansour Moufid · 3 years, 1 month ago
- 8b0799d Merge pull request #6181 from wernerlewis/ecp_set_zero by Dave Rodgman · 3 years ago
- 1af61cb Introduce a new macro for hash size in ecdsa tests by Andrzej Kurek · 3 years ago
- 71bf28b Fix include file path by Przemek Stekiel · 3 years ago
- f98b57f Initialize status/ret to error value by Przemek Stekiel · 3 years ago
- 2aae040 make ret_from_status() global function and move it to has_info.[ch] by Przemek Stekiel · 3 years ago
- 712bb9c Use more suitable function for checking if hash is supported by Przemek Stekiel · 3 years ago
- 79b99f4 Fix definition of MD_OR_PSA macros by Manuel Pégourié-Gonnard · 3 years ago
- 7d52716 Fix undeclared dependencies on SHA-1 by Manuel Pégourié-Gonnard · 3 years ago
- e741c61 Adjust dependencies in test_suite_pkcs1_v21 by Manuel Pégourié-Gonnard · 3 years ago
- 7a27e85 Fix failure of RSA accel test by Manuel Pégourié-Gonnard · 3 years ago
- 077ba84 PKCS#1 v2.1 now builds with PSA if no MD_C by Manuel Pégourié-Gonnard · 3 years ago
- faa3b4e Get rid of md_info outside helper functions by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 35c09e4 Introduce compute_hash() function by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- f701acc Extract common code into hash_mprime() by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- f3a6755 Simplify callers of mgf_mask() by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 259c213 Tune API of internal function mgf_mask in RSA by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 8a9f888 Merge pull request #6186 from leorosen/ssl_tls_null_on_invalid_code by Dave Rodgman · 3 years ago
- 322a7a1 Merge pull request #6155 from yuhaoth/pr/add-any-all-configs-enabled by Dave Rodgman · 3 years ago
- 62c8763 Improve macro expansion help message by Jerry Yu · 3 years ago
- 08dccc1 Improve help message by Jerry Yu · 3 years ago
- e9d8dcd ssl_tls: avoid the appearance of a potential NULL dereferencing by Leonid Rozenboim · 3 years ago
- f421d45 Merge pull request #6139 from AdityaHPatwardhan/fix/build_error_due_to_missing_prototype by Dave Rodgman · 3 years ago
- 384f1e6 Merge pull request #5950 from savent404/development by Dave Rodgman · 3 years ago
- 953ce39 Merge pull request #5971 from yuhaoth/pr/add-rsa-pss-rsae-for-tls12 by Dave Rodgman · 3 years ago
- 3b09739 Add test case for mbedtls_ecp_set_zero by Werner Lewis · 3 years ago
- 9f42c06 Adjust hash dependencies in `test_suite_ecdsa` by Andrzej Kurek · 3 years ago
- 5740ff5 Merge pull request #5949 from Summer-ARM/mbedtls-psa-crypto-config by Gilles Peskine · 3 years ago
- b4983d4 Merge pull request #6164 from mprse/md_ssl_test by Gilles Peskine · 3 years ago
- f860f37 Merge pull request #6070 from wernerlewis/bignum_test_radix by Gilles Peskine · 3 years ago
- 57d4c11 Merge pull request #6165 from mprse/md_x509_test by Gilles Peskine · 3 years ago
- b3edc15 Merge pull request #2602 from edsiper/crt-symlink by Gilles Peskine · 3 years ago
- 07e7fe5 Merge pull request #6088 from tuvshinzayaArm/validation_remove_change_curve by Gilles Peskine · 3 years ago
- 7e1ee0f Merge pull request #6114 from mman/development by Gilles Peskine · 3 years ago
- 27d8092 fix wrong typo by Jerry Yu · 3 years ago
- 4741e0b Use double quotes to include private header file psa_crypto_cipher.h by Martin Man · 3 years ago
- 3096f33 Fix missing prototype warning when `MBEDTLS_DEPRECATED_REMOVED` is enabled by Aditya Patwardhan · 3 years ago
- 5d8adab cmake: IAR support option( MBEDTLS_FATAL_WARNINGS) by savent · 3 years, 2 months ago
- dc47fe7 Use upper case for bignum string comparison by Werner Lewis · 3 years ago
- 3ccc116 Apply test data changes for conflicting cases by Werner Lewis · 3 years ago
- a453c14 Remove radix arguments from tests added in 3.2 by Werner Lewis · 3 years, 1 month ago
- efda01f Fix formatting in bignum test functions by Werner Lewis · 3 years, 1 month ago