- 2c64e90 Use RSA keys in generated certificates by Przemek Stekiel · 2 years, 3 months ago
- b1f0b53 Add test for invalid KeyIdentifier tag length + adapt error code by Przemek Stekiel · 2 years, 3 months ago
- 1969f6a Test optional fields in authorityKeyId by Przemek Stekiel · 2 years, 4 months ago
- 0ad1006 Check values in tests by Przemek Stekiel · 2 years, 4 months ago
- 2568d47 Use generated certs in DER format in tests by Przemek Stekiel · 2 years, 4 months ago
- 5c3d6e2 Merge pull request #7575 from AndrzejKurek/URI-SAN-verification by Gilles Peskine · 2 years, 2 months ago
- bffe31c change path of mbedtls_x509_crl_parse input data by Jerry Yu · 2 years, 2 months ago
- 87f6477 change path of mbedtls_x509_csr_parse_file input data by Jerry Yu · 2 years, 2 months ago
- a3e249c change path of mbedtls_x509_csr_info input data by Jerry Yu · 2 years, 2 months ago
- e8e7bbb change path of x509_parse_san input data by Jerry Yu · 2 years, 2 months ago
- 1c3cfb3 change path of x509parse_crt_file input data by Jerry Yu · 2 years, 2 months ago
- 85b0758 change path of x509_cert_info input data by Jerry Yu · 2 years, 2 months ago
- 2d412c6 change path of mbedtls_x509_crl_info input data by Jerry Yu · 2 years, 2 months ago
- aa266f2 Merge pull request #7602 from mprse/AuthorityKeyId_leak_fix by Paul Elliott · 2 years, 3 months ago
- da97ad9 Use valid MD5 dependency for test by Przemek Stekiel · 2 years, 3 months ago
- 69482f9 Add test to cover memory leak in authorityCertIssuer case by Przemek Stekiel · 2 years, 3 months ago
- 926bcb0 Merge pull request #7532 from AndrzejKurek/remove-leading-zeroes-ip-parsing by Paul Elliott · 2 years, 3 months ago
- 199eab9 Add partial support for URI SubjectAltNames by Andrzej Kurek · 2 years, 3 months ago
- 97edeb4 Merge pull request #6866 from mprse/extract-key-ids by Gilles Peskine · 2 years, 3 months ago
- ed9fb78 Fix parsing of KeyIdentifier (tag length error case) + test by Przemek Stekiel · 2 years, 3 months ago
- 6f400a3 Disallow leading zeroes when parsing IPv4 addresses by Andrzej Kurek · 2 years, 3 months ago
- 1a24895 Simplify string escapes by Gilles Peskine · 2 years, 8 months ago
- 935a987 Merge pull request #7436 from AndrzejKurek/x509-verify-san-ip by Gilles Peskine · 2 years, 4 months ago
- af04f63 Add an IPv4 mapped IPv6 test by Andrzej Kurek · 2 years, 4 months ago
- fe05081 Introduce an additional test for IPV4 parsing by Andrzej Kurek · 2 years, 4 months ago
- e404612 Replace old macro in test_suite_x509parse by Andrzej Kurek · 2 years, 4 months ago
- 7bd00e0 use MBEDTLS_PK_CAN_ECDSA_SOME by Glenn Strauss · 2 years, 5 months ago
- 700ffa0 use MBEDTLS_HAS_ALG_SHA_256_VIA_MD_OR_PSA_BASED_ON_USE_PSA by Glenn Strauss · 2 years, 5 months ago
- 6f545ac Add mbedtls_x509_crt_parse_cn_inet_pton() tests by Glenn Strauss · 2 years, 9 months ago
- 3208b0b add IP SAN tests changes per mbedTLS standards by Eugene K · 5 years ago
- 6c496a1 solve disparities for ECP_LIGHT between ref/accel by Valerio Setti · 2 years, 4 months ago
- 79354c3 Use MBEDTLS_MD_CAN_SHA1 macro as test dependency by Przemek Stekiel · 2 years, 4 months ago
- 09720e2 Remove redundant test cases by Przemek Stekiel · 2 years, 6 months ago
- 75653b1 Add indication of extension error while parsing authority/subject key id by Przemek Stekiel · 2 years, 6 months ago
- 6ec839a x509_get_authority_key_id: add length check + test by Przemek Stekiel · 2 years, 6 months ago
- 8661fed Fix tests dependencies by Przemek Stekiel · 2 years, 6 months ago
- 8d435a0 Renaming x509_get_subject_alt_name to x509_get_general_names and mbedtls_x509_parse_subject_alt_name to mbedtls_x509_parse_general_name so they can be used not only to collect subject alt name, but the V3 authority cert issuer that is also GeneralName type. by toth92g · 4 years, 3 months ago
- 5042b10 - Removing obsolete test files (DER strings are used instead of them to minimize resource usage) by toth92g · 4 years, 3 months ago
- 357b297 Correcting tests: by toth92g · 4 years, 3 months ago
- 2d2fb3a Correting findings: Using DER format instead of PEM while testing to minimize the resource usage. Comparation of byte arrays in test are now done via the dedicated ASSERT_COMPARE test macro for better understanding by toth92g · 4 years, 3 months ago
- 0e2e2d6 x509parse tests used only last 16 bits of the return values. They are updated to check the whole 32 bit value by toth92g · 4 years, 5 months ago
- 3c2243c Replacing hard-coded literals with macros of the library in the new x509parse tests by toth92g · 4 years, 5 months ago
- a41954d Extracting SubjectKeyId and AuthorityKeyId in case of x509 V3 extensions. Updating mbedtls_x509_crt_free function to also free the new dynamic elements (issuer field of AuthorityKeyId). by toth92g · 4 years, 6 months ago
- 43d7131 Fix rfc822name test arguments by Andrzej Kurek · 2 years, 5 months ago
- 532b8d4 Move an x509 malformation test by Andrzej Kurek · 2 years, 6 months ago
- d90376e Add a test for a malformed directoryname sequence by Andrzej Kurek · 2 years, 7 months ago
- d348632 Switch from PEM to DER format for new x509 directoryname test by Andrzej Kurek · 2 years, 7 months ago
- 151d85d Introduce a test for a malformed directoryname SAN by Andrzej Kurek · 2 years, 7 months ago
- e12b01d Add support for directoryName subjectAltName by Andrzej Kurek · 2 years, 7 months ago
- a946489 X.509: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- ac2251d Merge pull request #7076 from mprse/parse_RFC822_name by Paul Elliott · 2 years, 5 months ago
- ffb92b0 Merge pull request #7105 from davidhorstmann-arm/fix-oid-printing-bug by Gilles Peskine · 2 years, 6 months ago
- a006f8c Adapt dependencies for parsing rfc822Name test by Przemek Stekiel · 2 years, 6 months ago
- a4fad2b Correct error code in test_suite_x509parse.data by David Horstmann · 2 years, 6 months ago
- 5b9e416 Add rfc822Name support in mbedtls_x509_info_subject_alt_name + adapt test by Przemek Stekiel · 2 years, 6 months ago
- 608e3ef Add test for parsing SAN: rfc822Name by Przemek Stekiel · 2 years, 6 months ago
- 718eb4f Merge pull request #7025 from AndrzejKurek/uri_san by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- 570a0f8 Move to DER certificates for new x509 tests by Andrzej Kurek · 2 years, 6 months ago
- 4077372 Fix SHA requirement for SAN URI tests by Andrzej Kurek · 2 years, 7 months ago
- 7a05fab Added the uniformResourceIdentifier subtype for the subjectAltName. by Andrzej Kurek · 2 years, 6 months ago
- d3d8c85 Merge pull request #6997 from valeriosetti/issue6858 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- a119cb6 test: remove redundant ECDSA_C dependencies from test_suite_x509parse.data by Valerio Setti · 2 years, 6 months ago
- 00a6c6f test: fix for using proper sign/verify macros by Valerio Setti · 2 years, 6 months ago
- fcc6933 test: fix disparities in x509parse and x509write suites by Valerio Setti · 2 years, 6 months ago
- 7dcdc13 Change SHA256_C to HAS_ALG_SHA256_VIA[..] in x509 tests by Andrzej Kurek · 2 years, 7 months ago
- 5d82c3b X.509: Improve negative testing for SubjectAltName parsing by Hanno Becker · 6 years ago
- db305ff X.509: Improve negative testing for SubjectAltName parsing by Hanno Becker · 6 years ago
- 59f4a18 Fix test dependency SHA1 -> SHA256 by Przemek Stekiel · 2 years, 6 months ago
- d7992df Use input files to parse CSR instead of bytes by Przemek Stekiel · 2 years, 6 months ago
- 94e21e1 Skip unsupported extensions by Przemek Stekiel · 2 years, 6 months ago
- 92cce3f Use extension .csr.der to indicate format by Przemek Stekiel · 2 years, 6 months ago
- f0e25c72 Add missing dependencies for negative tests, remove PEM dependency by Przemek Stekiel · 2 years, 6 months ago
- 1609685 Add negative test cases and use DER format for CSRs by Przemek Stekiel · 2 years, 6 months ago
- 3f948c9 Fix typo in test dependencies by Przemek Stekiel · 2 years, 6 months ago
- 685d472 Adapt expected output of existing tests by Przemek Stekiel · 2 years, 7 months ago
- 46a4a49 Add tests to very parsing of CSR v3 extensions by Przemek Stekiel · 2 years, 7 months ago
- 7a389dd Merge pull request #6784 from valeriosetti/issue6702 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- 4511ca0 Use PSS-signed CRL for PSS tests by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- b6bf7dc test: fix depends.py for hash tests by Valerio Setti · 2 years, 8 months ago
- 3b1a706 Disable 'wrong salt len' test with USE_PSA by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- e7221a2 test: adjust depends.py to new SHA224/SHA384 changes by Valerio Setti · 2 years, 8 months ago
- 4a480ac Merge pull request #6265 from Kabbah/x509-info-hwmodulename-hex by Gilles Peskine · 2 years, 9 months ago
- d0e3d45 Add explanatory comments to raw DER test data by David Horstmann · 2 years, 10 months ago
- db73d3b Add mbedtls_x509_get_name memory leak unit test by David Horstmann · 2 years, 10 months ago
- d0225af Add a new test with a binary hwSerialNum by Victor Barpp Gomes · 2 years, 10 months ago
- 47c7a73 Print RFC 4108 hwSerialNum in hex format by Victor Barpp Gomes · 2 years, 10 months ago
- 76b753b Change the dependencies in pem.c to xxx_BASED_ON_USE_PSA and related files by Przemek Stekiel · 3 years ago
- d34f8c3 x509 tests: adjust dependencies by Przemek Stekiel · 3 years ago
- 9b0e940 Fix case where final special char exceeds buffer by Werner Lewis · 3 years, 1 month ago
- 31ecb96 Add tests for exceeded buffer size by Werner Lewis · 3 years, 2 months ago
- b33dacd Fix parsing of special chars in X509 DN values by Werner Lewis · 3 years, 3 months ago
- 12657cd Remove binary int use by Werner Lewis · 3 years, 2 months ago
- 90c46c3 Use consistent test case names by Werner Lewis · 3 years, 2 months ago
- b3acb05 Add mbedtls_x509_dn_get_next function by Werner Lewis · 3 years, 2 months ago
- 5c9c2ce Add correct test dependencies by Thomas Daubney · 3 years, 2 months ago
- a5f39e0 Move accessor definition by Thomas Daubney · 3 years, 2 months ago
- 3ff4fc6 Add test data by Thomas Daubney · 3 years, 2 months 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
- 02b76b7 Merge pull request #4619 from TRodziewicz/remove_MBEDTLS_X509_CHECK_x_KEY_USAGE_options by Gilles Peskine · 4 years, 2 months ago