aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/asn1.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Print the class tag type(s) on constructed formslloyd2008-05-081-0/+9
|
* 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).
* Always print the exact value of the OID found in the ASN.1 example, evenlloyd2007-03-101-1/+6
| | | | if we found a human readable name for it (in that case we print both).
* Remove the to_lower function; turns out that both uses of itlloyd2006-06-191-1/+3
| | | | | | | | | | | | | | | within the library were to perform case-insensitive matching, so simply implement that instead. Place all of the character set handling functions into a Charset namespace (and update all callers). Remove the iso2local/local2iso/iso2utf/utf2iso functions, replaced by the new charset transcoder stuff. Initialize the transcoder stored in the global library state upon initialization.
* Update some of the examples to reflect the new APIs.lloyd2006-05-191-7/+9
|
* Initial checkin1.5.6lloyd2006-05-181-0/+294