Revisions 0 to 10 in in which 'doc/examples/asn1.cpp' was changed are listed below. These revisions are ancestors of the revision [965528e6..]. The "diff" links listed with each revision will show changes in 'doc/examples/asn1.cpp' between that revision and [965528e6..].

424 days ago: If the LibraryInitializer is created with just default arguments, don't
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: If the LibraryInitializer is created with just default arguments, don't
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).
Date: Sun, 07 Oct 2007 23:55:19 GMT
635 days ago: Always print the exact value of the OID found in the ASN.1 example, even
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Always print the exact value of the OID found in the ASN.1 example, even
if we found a human readable name for it (in that case we print both).
Date: Sat, 10 Mar 2007 17:24:03 GMT
900 days ago: Remove the to_lower function; turns out that both uses of it
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Remove the to_lower function; turns out that both uses of it
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.
Date: Mon, 19 Jun 2006 09:20:23 GMT
931 days ago: Update some of the examples to reflect the new APIs.
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Update some of the examples to reflect the new APIs.
Date: Fri, 19 May 2006 00:09:21 GMT
931 days ago: Initial checkin
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Initial checkin
Date: Thu, 18 May 2006 18:33:19 GMT