- 7b1b9de psa_crypto_helpers: enhance definitions for static key slot related test symbols by Valerio Setti · 10 months ago
- ba98d5b test: properly select MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE value by Valerio Setti · 12 months ago
- 9c4dd4e Update paths pointing to tests/data_files by David Horstmann · 1 year, 2 months ago
- 786dff6 Use large enough keys when testing parsing of non-word-aligned RSA sizes by Gilles Peskine · 1 year, 3 months ago
- 09569d1 Fix misspelled dependency: there is no MBEDTLS_PEM_C by Gilles Peskine · 1 year, 4 months ago
- 34a074a Add missing dependency on PEM by Gilles Peskine · 1 year, 6 months ago
- 92fb604 Fix mbedtls_pk_get_bitlen() for RSA with non-byte-aligned sizes by Gilles Peskine · 1 year, 6 months ago
- 791fc2e Merge remote-tracking branch 'upstream/development' into pkcs5_aes_new by Ryan Everett · 1 year, 6 months ago
- a8082c4 Add MBEDTLS_CIPHER_C dependencies to new pkparse tests by Ryan Everett · 1 year, 6 months ago
- 9ae3270 Add missing dependencies for pkparse tests by Ryan Everett · 1 year, 6 months ago
- 6def24c test_suite_[pkparse/rsa]: move RSA private key parsing tests by Valerio Setti · 1 year, 6 months ago
- d00a138 Change test data for pkparse aes by Ryan Everett · 1 year, 7 months ago
- 1f935f5 Add AES tests to test_suite_pkparse by Ryan Everett · 1 year, 7 months ago
- e581e14 oid/pkparse: add missing guards for PKCS[5/12] functions when !CIPHER_C by Valerio Setti · 1 year, 7 months ago
- 67fb0e2 Merge remote-tracking branch 'dev' into fix-MBEDTLS_HAS_MD5_VIA_LOWLEVEL_OR_PSA by Gilles Peskine · 1 year, 9 months ago
- 010f035 Renaming all MBEDTLS_HAVE for curves to MBEDTLS_ECP_HAVE by Gilles Peskine · 1 year, 10 months ago
- 1a3ad26 Merge branch 'development-restricted' into mbedtls-3.5.0rc0-pr by Minos Galanakis · 1 year, 10 months ago
- db6b4db Renaming all MBEDTLS_HAVE for curves to MBEDTLS_ECP_HAVE by Valerio Setti · 1 year, 11 months ago
- 6d809cc lib/test: use new internal helpers in library's code and tests by Valerio Setti · 2 years ago
- 9d4d8eb Add PKCS5/12 dependecies to pkparse tests by Waleed Elmelegy · 1 year, 11 months ago
- 15bcf38 Add test pkparse test dependencies by Waleed Elmelegy · 1 year, 11 months ago
- 1db5cda Add tests to test pkcs8 parsing of encrypted keys by Waleed Elmelegy · 1 year, 11 months ago
- 1bdd76e Update old dependency to MBEDTLS_MD_CAN by Gilles Peskine · 2 years ago
- 1e6063c test: set MBEDTLS_ECP_DP dependency also for Montgomery curves by Valerio Setti · 2 years, 1 month ago
- d476faa test: add more tests for Montgomery's invalid masks by Valerio Setti · 2 years, 1 month ago
- aed8799 test: verify that Montgomery keys can be fixed on parsing by Valerio Setti · 2 years, 1 month ago
- 4a09dcc test: replace ECP_DP_CURVE25519_ENABLED with PSA_WANT_ECC_MONTGOMERY_255 by Valerio Setti · 2 years, 1 month ago
- ef80d11 test: add proper key requirements in X25519 key parsing tests by Valerio Setti · 2 years, 1 month ago
- 0a92121 test: test of Montgomery keys with uncorrect bits whenever PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 1 month ago
- 4b3c02b test: remove duplicate PK_HAVE_ECC_KEYS dependency in pkparse suite by Valerio Setti · 2 years, 2 months ago
- 545a0d6 test: replace occurencies of ECP_LIGHT with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 2 months ago
- addeee4 mbedtls_config: add new MBEDTLS_PK_PARSE_EC_COMPRESSED symbol by Valerio Setti · 2 years, 2 months ago
- aecd32c pk: let PK_PARSE_EC_EXTENDED auto-enable ECP_LIGHT by Valerio Setti · 2 years, 2 months ago
- 6edf8b8 Merge pull request #7451 from yanrayw/7376_aes_128bit_only by Tom Cosgrove · 2 years, 2 months ago
- ed25edb test_suite_pkparse: fix failure by Valerio Setti · 2 years, 3 months ago
- 4823d5f Merge branch 'Mbed-TLS:development' into update-pkparse-tests-to-use-AES by Mukesh Bharsakle · 2 years, 3 months ago
- ecb6a02 Add AES 128-bit key dependency for tests data by Yanray Wang · 2 years, 4 months ago
- 0167244 Read and write X25519 and X448 private keys by Jethro Beekman · 2 years, 4 months ago
- 6c496a1 solve disparities for ECP_LIGHT between ref/accel by Valerio Setti · 2 years, 4 months ago
- 1a4cc5e updating test-ca.key to use AES instead of DES by Mukesh Bharsakle · 2 years, 4 months ago
- 0b8095d PK: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- de7bb5b test: add failing check for secp224r1 with compressed format by Valerio Setti · 2 years, 6 months ago
- c60611b test: check pkparse with compressed ec by Valerio Setti · 2 years, 7 months ago
- c502210 Adjust pkparse test dependencies by Andrzej Kurek · 3 years ago
- 7bd12c5 Remove MD dependency from pkcs12 module by Andrzej Kurek · 3 years ago
- bc0509a test_suite_pem, test_suite_pkparse: Adjust dependecies by Przemek Stekiel · 3 years ago
- 75628d5 Code review fixes by TRodziewicz · 4 years, 2 months ago
- 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
- b282769 Remove spurious dependencies on PEM by Gilles Peskine · 4 years, 2 months ago
- 6326a8d Fix SHA definitions and their dependencies in library and test suites. by Mateusz Starzyk · 4 years, 3 months ago
- 3352a53 Modify config option for SHA384. by Mateusz Starzyk · 4 years, 4 months ago
- 9bbe328 Test each failure mode of pk_parse_key_pkcs1_der() by Manuel Pégourié-Gonnard · 5 years ago
- b65370f Clean up test function pk_parse_key by Manuel Pégourié-Gonnard · 5 years ago
- 86a39bd Improve readability of test dependencies by Manuel Pégourié-Gonnard · 6 years ago
- 6ba5a3f Declare test dependencies on !SHA512_NO_SHA384 by Manuel Pégourié-Gonnard · 6 years ago
- 5f26b11 Change test dependencies to RC4 from DES by Simon Butcher · 7 years ago
- d2df936 Fix parsing of PKCS#8 encoded Elliptic Curve keys. by Jethro Beekman · 7 years ago
- 24b2d6f Merge remote-tracking branch 'upstream-restricted/pr/459' into development-restricted-proposed by Jaeden Amero · 7 years ago
- bb50113 Rename test and update dependencies by Sanne Wouda · 8 years ago
- 90da97d Add test case found through fuzzing to pkparse test suite by Sanne Wouda · 8 years ago
- e6844cc Merge branch 'pr_1135' into development-proposed by Gilles Peskine · 7 years ago
- 8d7d1ea tests_suite_pkparse: new PKCS8-v2 keys with PRF != SHA1 by Antonio Quartulli · 8 years ago
- 9566ff7 Fix minor issues raised in PR review by Ron Eldor · 7 years ago
- 32297e8 Merge branch 'development' into iotssl-1619 by Hanno Becker · 8 years ago
- 3f2da84 Resolve PR review comments by Ron Eldor · 8 years ago
- 5472d43 Fix issues when `MBEDTLS_PEM_PARSE_C` not defined by Ron Eldor · 8 years ago
- b006518 Resolve PR review comments by Ron Eldor · 8 years ago
- e167fe6 Correct pkparse test case to lead to failure for MBEDTLS_RSA_NO_CRT by Hanno Becker · 8 years ago
- d0c56de Add support for public keys encoded with PKCS#1 by Ron Eldor · 8 years ago
- 21acb66 Correct typo: PBDFK -> PBKDF by Hanno Becker · 8 years ago
- 08a36dd Unify naming schemes for RSA keys by Hanno Becker · 8 years ago
- 5a4f172 Add suffix for 1024-bit RSA key files by Hanno Becker · 8 years ago
- 55b1a0a Add further tests for DER-encoded PKCS8-v2-DES encrypted RSA keys by Hanno Becker · 8 years ago
- 7d10825 Add further tests for new RSA keys by Hanno Becker · 8 years ago
- 37c6b6b Add tests for encrypted 2048 and 4096-bit RSA keys by Hanno Becker · 8 years ago
- b5ba28c Fix failing pkparse test case by Andres AG · 8 years ago
- 00cb9c5 Added needed HASH dependencies to tests/suites/test_suite_pkparse.data by palaviv · 9 years ago
- e1e5871 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
- 924cd10 Fix bug in pk_parse_key() by Manuel Pégourié-Gonnard · 10 years ago
- 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
- a11a77f Add test for SpecifiedECDomain by Manuel Pégourié-Gonnard · 11 years ago
- 48ac3db Add OIDs for brainpool curves by Manuel Pégourié-Gonnard · 12 years ago
- 4fee79b Fix some more depend issues by Manuel Pégourié-Gonnard · 12 years ago
- cff6842 POLARSSL_PEM_C split into POLARSSL_PEM_PARSE_C and POLARSSL_PEM_WRITE_C by Paul Bakker · 12 years ago
- 428b9ba Moved POLARSSL_FS_IO check to .function from .data by Paul Bakker · 12 years ago
- 1a7550a Moved PK key parsing from X509 module to PK module by Paul Bakker · 12 years ago