Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid creating a map from a DN when not required | Jack Lloyd | 2018-03-21 | 1 | -7/+11 |
| | |||||
* | Store elements of a DN as a vector | Jack Lloyd | 2018-03-21 | 1 | -52/+35 |
| | | | | | | | This allows retreiving the original ordering which is required for DN string encoding as defined in RFC 4514 Fixes #336 | ||||
* | Address review comments | Jack Lloyd | 2018-03-14 | 1 | -2/+2 |
| | |||||
* | Support custom DN entries | Jack Lloyd | 2018-03-14 | 1 | -55/+38 |
| | | | | GH #1490 | ||||
* | Move DN upper bound function to X509_DN static function | Jack Lloyd | 2017-12-23 | 1 | -1/+0 |
| | | | | | Avoids another public header, and it just makes sense that it be declared there. | ||||
* | Fix various x509 path validation bugs + path building with ambiguous DNs | Fabian Weissberg | 2017-12-20 | 1 | -0/+1 |
| | | | | Signed-off-by: Fabian Weissberg <[email protected]> | ||||
* | Fix PKCS10 subject alt name usage | Jack Lloyd | 2017-11-14 | 1 | -4/+3 |
| | | | | GH #1010 | ||||
* | Add a test for GH #1252 | Jack Lloyd | 2017-11-14 | 1 | -1/+7 |
| | |||||
* | Move X509_DN and AlternativeName from asn1 to x509 | Jack Lloyd | 2017-11-14 | 1 | -0/+407 |