summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/x509 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add regress test for invalidation of DER cache in select X509 setter functionsjob2023-04-252-2/+200
* Exercise d2i_IPAddrBlocks() and X509v3_addr_subset() a little bittb2023-04-201-9/+34
* Clean up the x509 regress make file a littletb2023-03-021-27/+10
* Switch regress to using x509_verify.h from libcrypto instead of thetb2023-01-284-8/+12
* Clean up makefiletb2022-12-031-8/+6
* Tweak x509_constraints_uri_host() regress to test for NULL deref intb2022-11-281-1/+3
* Fix sparc64 build/runkn2022-11-231-3/+2
* Start CBS-ifying the name constraints code.beck2022-11-112-34/+52
* The previous commit message out to say this:kn2022-10-301-1/+1
* /* $OpenBSD: $ */kn2022-10-301-2/+2
* Revise expire callback regress to use chains with expired certificates.jsing2022-10-171-25/+66
* Ensure that verification results in the expected error and error depth.jsing2022-10-171-16/+113
* Fix the legacy verifier callback behaviour for untrusted certs.beck2022-06-282-2/+303
* Fix URI name constraints, allow for URI's with no host part.beck2022-06-261-0/+26
* Move leaf certificate checks to the last thing after chain validation.beck2022-06-252-1/+285
* Use consistent spacing around assignmentstb2022-06-021-4/+4
* Only constraints and verify need static linking in here.tb2022-06-022-5/+9
* Enable X509v3_asid_subset() tests now that they no longer segfault.tb2022-05-121-7/+1
* Add a few more testcases for X509v3_asid_subset()tb2022-05-121-1/+144
* Add some workarounds to make build_addr_block_test_data const.tb2022-01-071-17/+26
* Revert previous accidental committb2022-01-071-2/+2
* Add a comment that explains why build_addr_block_tests isn't consttb2022-01-062-3/+8
* Fix a copy-paste error that led to an out-of-bounds access.tb2022-01-061-2/+2
* Remove bandaid to work around expected range_should_be_prefix() problem.tb2022-01-051-6/+2
* Plug memleaktb2021-12-291-2/+7
* The RFC 3779 test needs LIBRESSL_CRYPTO_INTERNAL as lon as the APItb2021-12-241-2/+2
* Style tweak in {d2i,i2d}_IPAddrBlocks()tb2021-12-241-5/+5
* Drop -g -O0 from CFLAGStb2021-12-241-2/+2
* link rfc3779 test to buildtb2021-12-241-2/+2
* Add initial test coverage for RFC 3779 code.tb2021-12-242-0/+1804
* Test adding extensions to certification requests.schwarze2021-11-032-2/+167
* Rework x509attribute regress test in such a way that it doesn't needtb2021-11-011-11/+7
* Prepare regress for opaque structs in x509*.htb2021-10-314-25/+18
* Mark another test as failing with the legacy verifier.jsing2021-09-302-2/+4
* Call the callback on success in new verifier in a compatible waybeck2021-09-031-3/+1
* Add a regression test to verify that we call the callback in the samebeck2021-09-013-4/+551
* Only remove the directories if there's an obj/ or obj@tb2021-08-281-2/+4
* Add a pass using the modern vfy with by_dir roots, code by me, script tobeck2021-08-283-15/+106
* Add regress test testing having the root cert in the intermediate bundlebeck2021-08-271-1/+5
* Relax SAN DNSname validation and constraints to permit non leading *beck2021-04-271-8/+4
* Don't leak verify and store contexts.tb2020-11-181-1/+3
* catch unset error when validation fails.beck2020-10-262-2/+16
* Don't leak bundle_file and cert_file paths at the end.tb2020-10-101-1/+3
* Read cert.pem once and reuse it instead of reading it twice per test certtb2020-10-081-18/+10
* KNFtb2020-10-031-12/+11
* typotb2020-10-031-1/+1
* spelling, punctuation, whitespacetb2020-10-022-6/+6
* Add possibility to link and run this test against the OpenSSL 1.1.1 packagetb2020-10-021-1/+7
* Use += and ?= and tidy up whitespacetb2020-10-021-8/+8
* Tidy up: no need to link statically against libcrypto and no needtb2020-10-021-4/+4