Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid creating a map from a DN when not required | Jack Lloyd | 2018-03-21 | 1 | -4/+3 |
| | |||||
* | Store elements of a DN as a vector | Jack Lloyd | 2018-03-21 | 1 | -7/+24 |
| | | | | | | | This allows retreiving the original ordering which is required for DN string encoding as defined in RFC 4514 Fixes #336 | ||||
* | Support custom DN entries | Jack Lloyd | 2018-03-14 | 1 | -12/+18 |
| | | | | GH #1490 | ||||
* | Move DN upper bound function to X509_DN static function | Jack Lloyd | 2017-12-23 | 1 | -0/+10 |
| | | | | | Avoids another public header, and it just makes sense that it be declared there. | ||||
* | Move X509_DN and AlternativeName from asn1 to x509 | Jack Lloyd | 2017-11-14 | 1 | -0/+65 |