Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make various member functions in the PK algorithms public, particularly | lloyd | 2006-09-07 | 1 | -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 in | lloyd | 2006-09-06 | 1 | -3/+3 |
| | | | | the interfaces previously included in X509_PublicKey and PKCS8_PrivateKey. | ||||
* | Implement codec objects for private keys as well. | lloyd | 2006-09-06 | 1 | -5/+2 |
| | |||||
* | First step in a major rewrite of the high level public key code. The | lloyd | 2006-09-06 | 1 | -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.6 | lloyd | 2006-05-18 | 1 | -0/+67 |