summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/x509/constraints.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* constraints: \178 isn't a valid octal escape sequencetb2023-12-131-2/+2
* Add an empty linetb2023-10-011-1/+2
* Allow IP addresses to be specified in a URI.beck2023-09-291-4/+50
* 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-111-33/+50
* The previous commit message out to say this:kn2022-10-301-1/+1
* /* $OpenBSD: $ */kn2022-10-301-2/+2
* Fix URI name constraints, allow for URI's with no host part.beck2022-06-261-0/+26
* Plug memleaktb2021-12-291-2/+7
* Relax SAN DNSname validation and constraints to permit non leading *beck2021-04-271-8/+4
* move a misplaced 'goto done;' so that all invalid uris are testedtb2020-09-211-1/+1
* add a few short invalid URIs in test_constraints1() that cause earlytb2020-09-211-0/+4
* Correct a 1 byte read overflow in x509_contraints_uri and addbeck2020-09-201-0/+4
* move variable declaration up to top to make this compile and passtb2020-09-181-1/+1
* Use void function argument to appease gcc 4.2.1tb2020-09-181-1/+1
* remove unused include that breaks regressbeck2020-09-121-1/+0
* Add x509_constraints.c - a new implementation of x509 name constraints, withbeck2020-09-111-0/+485