aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/x509info.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix minor errors and warnings in the examples. Remove boost dependency fromlloyd2010-03-031-0/+4
| | | | rng_test example.
* Add copyright and license notes to pretty much every file that didn't have them,lloyd2009-12-311-7/+5
| | | | | | | | including the examples and self-test code. Most of these files had not copyright/license information at all; since a major point of the examples is to allow users to copy and paste code that already does something they want, an ambigious license is not good.
* 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