aboutsummaryrefslogtreecommitdiffstats
path: root/src/if_algo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Avoid C-style casts (as detected by GCC's -Wold-style-cast) and instead use lloyd2007-07-231-1/+1
| | | | static_cast or reinterpret_cast, as needed.
* Bump copyright year to 2007lloyd2007-01-201-1/+1
|
* Hack around some Visual Studio bugs that I can't seem to find good solutionslloyd2006-09-101-2/+1
| | | | for.
* Split PK_Key into Public_Key and Private_Key; these new classes merge inlloyd2006-09-061-2/+7
| | | | the interfaces previously included in X509_PublicKey and PKCS8_PrivateKey.
* Implement codec objects for private keys as well.lloyd2006-09-061-69/+79
|
* First step in a major rewrite of the high level public key code. Thelloyd2006-09-061-22/+62
| | | | | | 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-23/+22
| | | | | 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/+157