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