Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [legal] Relicense files under GPL2_OR_LATER_OR_UBDL | Michael Brown | 2015-03-02 | 1 | -1/+5 |
* | [crypto] Add pubkey_match() to check for matching public/private key pairs | Michael Brown | 2014-03-27 | 1 | -26/+89 |
* | [legal] Update FSF mailing address in GPL licence texts | Michael Brown | 2012-07-20 | 1 | -1/+2 |
* | [crypto] Generalise x509_parse_bit_string() to asn1_bit_string() | Michael Brown | 2012-05-14 | 1 | -11/+4 |
* | [crypto] Add an explicit "RSA signature incorrect" error message | Michael Brown | 2012-03-27 | 1 | -1/+7 |
* | [crypto] Generalise X.509 OID-identified algorithm to asn1.c | Michael Brown | 2012-03-22 | 1 | -0/+47 |
* | [crypto] Use linker tables for RSA digestInfo prefixes | Michael Brown | 2012-03-20 | 1 | -37/+26 |
* | [rsa] Actually check the unused-bits byte in the public key bit string | Michael Brown | 2012-03-18 | 1 | -3/+4 |
* | [crypto] Force caller to provide temporary storage for modular calculations | Michael Brown | 2012-03-18 | 1 | -1/+6 |
* | [crypto] Add native RSA algorithm | Michael Brown | 2012-03-18 | 1 | -0/+600 |