Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The previous commit message out to say this: | kn | 2022-10-30 | 1 | -1/+1 |
* | /* $OpenBSD: $ */ | kn | 2022-10-30 | 1 | -2/+2 |
* | Fix URI name constraints, allow for URI's with no host part. | beck | 2022-06-26 | 1 | -0/+26 |
* | Plug memleak | tb | 2021-12-29 | 1 | -2/+7 |
* | Relax SAN DNSname validation and constraints to permit non leading * | beck | 2021-04-27 | 1 | -8/+4 |
* | move a misplaced 'goto done;' so that all invalid uris are tested | tb | 2020-09-21 | 1 | -1/+1 |
* | add a few short invalid URIs in test_constraints1() that cause early | tb | 2020-09-21 | 1 | -0/+4 |
* | Correct a 1 byte read overflow in x509_contraints_uri and add | beck | 2020-09-20 | 1 | -0/+4 |
* | move variable declaration up to top to make this compile and pass | tb | 2020-09-18 | 1 | -1/+1 |
* | Use void function argument to appease gcc 4.2.1 | tb | 2020-09-18 | 1 | -1/+1 |
* | remove unused include that breaks regress | beck | 2020-09-12 | 1 | -1/+0 |
* | Add x509_constraints.c - a new implementation of x509 name constraints, with | beck | 2020-09-11 | 1 | -0/+485 |