summaryrefslogtreecommitdiff
path: root/crypto/rsa/rsa_chk.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the LCM computation in the RSA multiprime key checkTomas Mraz2023-04-131-6/+10
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-1/+1
* The rsa_validate_keypair_multiprime() function return is not booleanMatt Caswell2022-06-281-1/+1
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Add ossl_rsa symbolsShane Lontis2021-03-181-1/+1
* Fix up issues found when running evp_extra_test with a non-default library co...Jon Spillett2021-03-171-4/+4
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-16/+16
* rsa: add ossl_ prefix to internal rsa_ calls.Pauli2020-10-071-9/+9
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-5/+5
* Deprecate the low level RSA functions.Pauli2020-02-201-0/+6
* Add RSA key validation to default providerShane Lontis2020-01-291-35/+55
* Add BN_check_prime()Kurt Roeckx2019-10-141-3/+3
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* FIPS: Fix compiler errors in rsa_chk.c when building with `-DFIPS_MODE`Dr. Matthias St. Pierre2019-04-301-5/+3
* FIPS 186-4 RSA Generation & ValidationShane Lontis2019-03-121-0/+14
* Following the license change, modify the boilerplates in crypto/rsa/Richard Levitte2018-12-061-1/+1
* rsa/rsa_gen.c: harmonize keygen's ability with RSA_security_bits.Andy Polyakov2017-11-281-4/+7
* Support multi-prime RSA (RFC 8017)Paul Yang2017-11-211-6/+75
* RT2676: Reject RSA eponent if even or 1Rich Salz2016-08-221-45/+29
* Copyright consolidation 08/10Rich Salz2016-05-171-46/+6
* Make the RSA structure opaqueRichard Levitte2016-04-061-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-181-1/+1
* free NULL cleanup 7Rich Salz2015-04-301-12/+6
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-137/+161
* crypto/rsa/rsa_chk.c: harmonize error codes.Andy Polyakov2014-09-211-9/+9
* RT992: RSA_check_key should have a callback argRich Salz2014-09-081-2/+7
* Check for missing components in RSA_check.Dr. Stephen Henson2013-11-091-0/+6
* This is a first-cut at improving the callback mechanisms used inGeoff Thorpe2002-12-081-2/+2
* Constify the RSA library.Richard Levitte2000-11-061-1/+1
* Document the DH library, and make some minor changes along the way.Ulf Möller2000-01-221-2/+2
* Turn BN_prime_checks into a macro.Bodo Möller2000-01-121-2/+2
* RSA private keys without dmp1/dmq1/iqmp are also valid (but slower).Ulf Möller1999-07-151-35/+45
* Eliminate a warning: BN_mod_inverse() returns a (BIGNUM *) and remove andDr. Stephen Henson1999-07-131-2/+1
* correct error handlingBodo Möller1999-07-121-31/+46
* typoBodo Möller1999-07-111-1/+2
* New function RSA_check_key.Bodo Möller1999-07-111-0/+159