aboutsummaryrefslogtreecommitdiffstats
path: root/src/keypair.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright year to 2007lloyd2007-01-201-1/+1
|
* Catch Encoding_Error in the keypair consistency check when we generate thelloyd2006-09-301-1/+9
| | | | signature; if we catch it, skip the rest of the tests.
* In the keypair consistency check for encryption/decryption keys, a keylloyd2006-09-301-0/+3
| | | | | that was very small (with max_input_size() == 0) would underflow and cause an attempted allocation of a 4 gigabyte input string.
* Initial checkin1.5.6lloyd2006-05-181-0/+58