summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_pmeth.c
AgeCommit message (Expand)Author
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-07rsa: add ossl_ prefix to internal rsa_ calls.Pauli
2020-09-26en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM managementjwalch
2020-05-07Add RSA SHA512 truncated digest supportShane Lontis
2020-04-23Update copyright yearMatt Caswell
2020-02-22PROV: add RSA signature implementationRichard Levitte
2020-02-20Deprecate the low level RSA functions.Pauli
2020-01-19libcrypto: Eliminate as much use of EVP_PKEY_size() as possibleRichard Levitte
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-25s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448Patrick Steuer
2019-05-21Change default RSA, DSA and DH size to 2048 bitKurt Roeckx
2019-04-26Copy RSA-PSS saltlen in EVP_PKEY_CTX_dup.David Benjamin
2019-03-07Do the error handling in pkey_rsa_decrypt in constant timeBernd Edlinger
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2018-12-06Following the license change, modify the boilerplates in crypto/rsa/Richard Levitte
2018-04-17Update copyright yearRichard Levitte
2018-04-03Set error code on alloc failuresRich Salz
2017-12-11rsa: Do not allow less than 512 bit RSA keysSebastian Andrzej Siewior
2017-11-21Support multi-prime RSA (RFC 8017)Paul Yang
2017-11-11Many spelling fixes/typo's corrected.Josh Soref
2017-09-11rsa/rsa_pmeth.c: recognize SHA3 as supported RSA digest.Andy Polyakov
2017-08-25This part fixes braces around if-else.Paul Yang
2017-07-19Typo: should check mgf1mdDr. Stephen Henson
2017-04-26Remove unnecessary loop in pkey_rsa_decrypt.Bernd Edlinger
2017-02-28Fix handling of EVP_PKEY_CTRL_PKCS7_ENCRYPT/DECRYPT with OPENSSL_NO_CMS.Bernd Edlinger
2017-01-18Defines and strings for special salt length values, add testsDr. Stephen Henson
2017-01-18Add support for -1, -2 salt lengths for PSS only keys.Dr. Stephen Henson
2017-01-08fix a few more style issuesDr. Stephen Henson
2017-01-08Remove unnecessary frees and style fixes.Dr. Stephen Henson
2017-01-08Use more desciptive macro name rsa_pss_restricted()Dr. Stephen Henson
2017-01-08fix various style issuesDr. Stephen Henson
2017-01-08Return errors PKCS#7/CMS enveloped data ctrls and PSSDr. Stephen Henson
2017-01-08Add PSS parameter restrictions.Dr. Stephen Henson
2017-01-08Initial parameter restrictions.Dr. Stephen Henson
2017-01-08Add macros to determine if key or ctx is PSS.Dr. Stephen Henson
2017-01-08Support pad mode get/set for PSS keys.Dr. Stephen Henson
2017-01-08Key gen param support.Dr. Stephen Henson
2017-01-08Set PSS padding mode for PSS keys.Dr. Stephen Henson
2017-01-08Digest string helper function.Dr. Stephen Henson
2017-01-08PSS EVP_PKEY methodDr. Stephen Henson
2017-01-08Use method key type instead of EVP_PKEY_RSADr. Stephen Henson
2016-12-09Check input length to pkey_rsa_verify()Dr. Stephen Henson
2016-08-22RT2676: Reject RSA eponent if even or 1Rich Salz
2016-05-17Copyright consolidation 08/10Rich Salz
2016-04-18Make string_to_hex/hex_to_string publicRich Salz
2016-03-20Remove #error from include files.Rich Salz
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz