summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Moved key load/save to PrivateKey classSybren A. St?vel2011-07-211-4/+4
* Added support for saving private keys in DER and PEM formatSybren A. St?vel2011-07-201-0/+21
* Added loading of DER and PEM encoded private keysSybren A. St?vel2011-07-191-0/+47
* Added PKCS#1 signatures and verification of signaturesSybren A. St?vel2011-07-101-13/+45
* Added test for randomnessSybren A. St?vel2011-07-101-0/+11
* Added unittest for PKCS#1 decoding failuresSybren A. St?vel2011-07-101-1/+11
* Replaced the binary test with a test of the PKCS1 module.Sybren A. St?vel2011-07-102-37/+38
* Added block padding to be able to work with leading zeroes, breaks all kind o...Sybren A. St?vel2011-06-202-4/+40
* Added unittestsSybren A. St?vel2011-06-202-0/+74