aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/x509info.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add LibraryInitializers to the examples, instead of relying on lazy init.lloyd2009-03-171-0/+2
| | | | Patch from David X Callaway.
* Print the IPv4 address, DNS name, or URL included in the subject orlloyd2007-10-201-0/+6
| | | | issuer alternative names.
* If the LibraryInitializer is created with just default arguments, don'tlloyd2007-10-071-2/+0
| | | | | | | bother creating it, just let it be initialized lazily when needed. Reindents in encypt.cpp and hash_fd.cpp (indenting the brace after a try statement).
* Change X509_Certificate::subject_info and issuer_info to returnlloyd2006-06-031-6/+4
| | | | | | | | | a vector of strings instead of a single string that combines the relevent fields. Change how X509_Certificate stores information. Renamed self_signed() to is_self_signed()
* Update some of the examples to reflect the new APIs.lloyd2006-05-191-7/+15
|
* Initial checkin1.5.6lloyd2006-05-181-0/+142