aboutsummaryrefslogtreecommitdiffstats
path: root/include/dl_algo.h
Commit message (Collapse)AuthorAgeFilesLines
* Make various member functions in the PK algorithms public, particularlylloyd2006-09-071-9/+5
| | | | ones which were visible via base classes, and the empty constructors.
* Split PK_Key into Public_Key and Private_Key; these new classes merge inlloyd2006-09-061-3/+3
| | | | the interfaces previously included in X509_PublicKey and PKCS8_PrivateKey.
* Implement codec objects for private keys as well.lloyd2006-09-061-5/+2
|
* First step in a major rewrite of the high level public key code. Thelloyd2006-09-061-5/+5
| | | | | | 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.
* Initial checkin1.5.6lloyd2006-05-181-0/+67