aboutsummaryrefslogtreecommitdiffstats
path: root/src/dl_algo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright year to 2007lloyd2007-01-201-1/+1
|
* Implement codec objects for private keys as well.lloyd2006-09-061-42/+56
|
* First step in a major rewrite of the high level public key code. Thelloyd2006-09-061-14/+59
| | | | | | X509_PublicKey object now offers interfaces that return encoder and decoder objects. Eventually these changes will make it much easier to support alternate key formats like OpenPGP.
* Syntax changes to the BER and DER APIs to improve readability of codelloyd2006-05-191-6/+2
| | | | | that uses them. These changes are not backwards compatible, this commit updates all uses of the APIs within the library.
* Initial checkin1.5.6lloyd2006-05-181-0/+106