aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/rsa.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-16[crypto] Allow algorithms to be included without being OID-identifiableMichael Brown1-11/+0
2019-08-17[crypto] Drag in configured digestInfo prefixes for any use of RSAMichael Brown1-0/+6
2017-06-20[crypto] Expose RSA_CTX_SIZE constantMichael Brown1-1/+1
2015-08-02[crypto] Support SHA-{224,384,512} in X.509 certificatesMichael Brown1-72/+0
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2014-03-27[crypto] Add pubkey_match() to check for matching public/private key pairsMichael Brown1-26/+89
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2012-05-14[crypto] Generalise x509_parse_bit_string() to asn1_bit_string()Michael Brown1-11/+4
2012-03-27[crypto] Add an explicit "RSA signature incorrect" error messageMichael Brown1-1/+7
2012-03-22[crypto] Generalise X.509 OID-identified algorithm to asn1.cMichael Brown1-0/+47
2012-03-20[crypto] Use linker tables for RSA digestInfo prefixesMichael Brown1-37/+26
2012-03-18[rsa] Actually check the unused-bits byte in the public key bit stringMichael Brown1-3/+4
2012-03-18[crypto] Force caller to provide temporary storage for modular calculationsMichael Brown1-1/+6
2012-03-18[crypto] Add native RSA algorithmMichael Brown1-0/+600