en-us Changes to file doc/examples/asn1.cpp (from [965528e6..]) http://viewmtn.angrygoats.net/all/revision/filechanges/965528e6f8c3ece30a0e2921d521d961ab16fe55/doc/examples/asn1.cpp Changes to file doc/examples/asn1.cpp (from [965528e6..]) http://viewmtn.angrygoats.net/all/revision/info/a33aed9627ee7b583c351700e45f1275002afe63 If the LibraryInitializer is created with just default arguments, don't 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).
lloyd@randombit.net Sun, 07 Oct 2007 23:55:19 GMT
http://viewmtn.angrygoats.net/all/revision/info/ba4f0b4abd98b90320ee73bf4ce97593c19b87b6 Always print the exact value of the OID found in the ASN.1 example, even 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).
lloyd@randombit.net Sat, 10 Mar 2007 17:24:03 GMT
http://viewmtn.angrygoats.net/all/revision/info/cd15133f37d2bb70075398618ddc5a46b21ce70f Remove the to_lower function; turns out that both uses of it 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.
lloyd@randombit.net Mon, 19 Jun 2006 09:20:23 GMT
http://viewmtn.angrygoats.net/all/revision/info/39f2337c468d8deaa6eb48ee7ab13eec0bf2b4bd Update some of the examples to reflect the new APIs. Update some of the examples to reflect the new APIs. lloyd@randombit.net Fri, 19 May 2006 00:09:21 GMT http://viewmtn.angrygoats.net/all/revision/info/558bac314d551ffafef605f2d0af9c54690fb13b Initial checkin Initial checkin lloyd@randombit.net Thu, 18 May 2006 18:33:19 GMT