aboutsummaryrefslogtreecommitdiffstats
path: root/src/if_algo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid C-style casts (as detected by GCC's -Wold-style-cast) and instead use lloyd2007-07-231-1/+1
* 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
* Split PK_Key into Public_Key and Private_Key; these new classes merge inlloyd2006-09-061-2/+7
* 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
* Syntax changes to the BER and DER APIs to improve readability of codelloyd2006-05-191-23/+22
* Initial checkin1.5.6lloyd2006-05-181-0/+157