aboutsummaryrefslogtreecommitdiffstats
path: root/src/x509_ext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Inline a number of small objects that are only used in a local contextlloyd2006-06-231-0/+4
* Add missing <memory> includes for files that use auto_ptrlloyd2006-06-231-0/+1
* Use accessor functions for CRL_Entry, instead of having public datalloyd2006-06-231-2/+0
* The decode_from taking a bool wasn't actually usable, don'tlloyd2006-06-231-9/+1
* Respect the throw_on_unknown flaglloyd2006-06-231-2/+2
* Add a new variant of Extensions::decode_from that doesn't thrown anlloyd2006-06-231-0/+8
* Make Alternative_Name an abstract base, from which the subjectlloyd2006-06-231-14/+49
* Add operator= and a copy constructor to Extensionslloyd2006-06-221-31/+40
* Add accessor and cloning functions to the Certificate_Extension objectslloyd2006-06-221-0/+38
* Use preincrement instead of postincrement inside of some loops (mostlylloyd2006-06-191-3/+3
* Syntax changes to the BER and DER APIs to improve readability of codelloyd2006-05-191-109/+226
* Initial checkin1.5.6lloyd2006-05-181-0/+357