summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto/x509
AgeCommit message (Expand)Author
2022-01-07Add some workarounds to make build_addr_block_test_data const.Theo Buehler
2022-01-07Revert previous accidental commitTheo Buehler
2022-01-06Add a comment that explains why build_addr_block_tests isn't constTheo Buehler
2022-01-06Fix a copy-paste error that led to an out-of-bounds access.Theo Buehler
2022-01-05Remove bandaid to work around expected range_should_be_prefix() problem.Theo Buehler
2021-12-29Plug memleakTheo Buehler
2021-12-24The RFC 3779 test needs LIBRESSL_CRYPTO_INTERNAL as lon as the APITheo Buehler
2021-12-24Style tweak in {d2i,i2d}_IPAddrBlocks()Theo Buehler
2021-12-24Drop -g -O0 from CFLAGSTheo Buehler
2021-12-24link rfc3779 test to buildTheo Buehler
2021-12-24Add initial test coverage for RFC 3779 code.Theo Buehler
2021-11-03Test adding extensions to certification requests.Ingo Schwarze
2021-11-01Rework x509attribute regress test in such a way that it doesn't needTheo Buehler
2021-10-31Prepare regress for opaque structs in x509*.hTheo Buehler
2021-09-30Mark another test as failing with the legacy verifier.Joel Sing
2021-09-03Call the callback on success in new verifier in a compatible wayBob Beck
2021-09-01Add a regression test to verify that we call the callback in the sameBob Beck
2021-08-28Only remove the directories if there's an obj/ or obj@Theo Buehler
2021-08-28Add a pass using the modern vfy with by_dir roots, code by me, script toBob Beck
2021-08-27Add regress test testing having the root cert in the intermediate bundleBob Beck
2021-04-27Relax SAN DNSname validation and constraints to permit non leading *Bob Beck
2020-11-18Don't leak verify and store contexts.Theo Buehler
2020-10-26catch unset error when validation fails.Bob Beck
2020-10-10Don't leak bundle_file and cert_file paths at the end.Theo Buehler
2020-10-08Read cert.pem once and reuse it instead of reading it twice per test certTheo Buehler
2020-10-03KNFTheo Buehler
2020-10-03typoTheo Buehler
2020-10-02spelling, punctuation, whitespaceTheo Buehler
2020-10-02Add possibility to link and run this test against the OpenSSL 1.1.1 packageTheo Buehler
2020-10-02Use += and ?= and tidy up whitespaceTheo Buehler
2020-10-02Tidy up: no need to link statically against libcrypto and no needTheo Buehler
2020-10-02Make this test compile against OpenSSL 1.1Theo Buehler
2020-09-21move a misplaced 'goto done;' so that all invalid uris are testedTheo Buehler
2020-09-21add a few short invalid URIs in test_constraints1() that cause earlyTheo Buehler
2020-09-20Correct a 1 byte read overflow in x509_contraints_uri and addBob Beck
2020-09-18Move variable declaration to beginning of scope in order to make thisTheo Buehler
2020-09-18make this test compile and pass on sparc64 by moving variable declarationsTheo Buehler
2020-09-18move variable declaration up to top to make this compile and passTheo Buehler
2020-09-18Use void function argument to appease gcc 4.2.1Theo Buehler
2020-09-14Change the known output to be the expected output, so that weBob Beck
2020-09-14Use a fixed validation time in these tests so we neverBob Beck
2020-09-13Add new x509 certificate chain validator in x509_verify.cBob Beck
2020-09-12remove unused include that breaks regressBob Beck
2020-09-11Add x509_constraints.c - a new implementation of x509 name constraints, withBob Beck
2020-07-16Fix perl bugs that had me printing the wrong cert number for errorsBob Beck
2020-07-15The exit code from the perl matters hereBob Beck
2020-07-15Don't leak the X509_STOREBob Beck
2020-07-15Add certificate validation tests generated using the tools fromBob Beck
2020-07-14Add regress for X509_verify() using the new bundles.Joel Sing
2020-06-04When X509_ATTRIBUTE_create() receives an invalid NID (e.g., -1), returnIngo Schwarze