2009-06-03 Jens Alfke Added MYParsedCertificate, for working with the innards of X.509 certs. Currently it can parse cert data, extract the public key, and verify the signature. More to come.
2009-06-02 Jens Alfke * Added ASN.1 / BER / DER utilities, to be used in generating and parsing X.509 certs.
2009-04-19 Jens Alfke Added tag v0.3 for changeset 3af1d1c0ceb5
2009-04-19 snej * Some cleanup. Got the test cases to pass again. v0.3
2009-04-19 snej Implemented wrap/unwrap of session key using a key-pair.
2009-04-18 snej Working on export/import of symmetric keys, and passphrase entry. Not ready for release quite yet.
2009-04-14 snej * The build process runs Doxygen only if it's installed (i.e. on the shell search path).