summaryrefslogtreecommitdiff
path: root/crypto/rsa
Commit message (Expand)AuthorAgeFilesLines
* rsa: add check after calling BN_BLINDING_lockJiasheng Jiang2022-02-081-1/+3
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.slontis2022-02-032-7/+9
* replace ;; with ; as statement separatorPauli2022-01-181-1/+1
* Fix malloc failure handling of X509_ALGOR_set0()Dr. David von Oheimb2022-01-141-11/+17
* Fix typosDimitris Apostolou2022-01-051-1/+1
* check the return value of BN_dup() in rsa_lib.c:1248x20182021-12-021-1/+4
* fix some code with obvious wrong coding stylex20182021-10-284-4/+4
* add checks for the return values of BN_new(), sk_RSA_PRIME_INFO_new_reserve(),x20182021-10-271-0/+2
* Allow small RSA exponents in the default providerShane Lontis2021-08-131-18/+9
* Update copyright yearMatt Caswell2021-07-291-1/+1
* DSA/RSA_print(): Fix potential memory leakTomas Mraz2021-07-231-2/+4
* Update our EVP_PKEY_METHODs to get low level keys via public APIsMatt Caswell2021-07-221-23/+44
* CRYPTO: Remove the check for built-in methods in the export_to functionRichard Levitte2021-07-071-7/+0
* fips module header inclusion fine-tunningTomas Mraz2021-07-063-18/+23
* Replace non-ASCII character in source fileTomas Mraz2021-06-191-1/+1
* rsa: fix indentationPauli2021-06-191-6/+6
* crypto: repalce tabs with spacesPauli2021-06-191-3/+3
* Update copyright yearMatt Caswell2021-06-171-1/+1
* Move libssl related defines used by fips provider to prov_ssl.hTomas Mraz2021-06-041-1/+1
* rsa: make the maximum key strength check FIPS only.Pauli2021-06-031-0/+6
* rsa: remove TODOsPauli2021-06-022-11/+0
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-016-33/+34
* crypto: updates to pass size_t to RAND_bytes_ex()Pauli2021-06-013-0/+8
* add zero strenght arguments to BN and RAND RNG callsPauli2021-05-293-5/+5
* errors: update error message (to be squashed)Pauli2021-05-271-1/+3
* rsa: check that the RNG is capable of producing a key of the specified sizePauli2021-05-271-0/+22
* rsa: remove the limit on the maximum key strengthPauli2021-05-271-3/+1
* rsa: special case the strengths of RSA with 7680 and 15360 bitsPauli2021-05-261-8/+32
* Fix buffer overflow when generating large RSA keys in FIPS mode.Shane Lontis2021-05-261-2/+7
* err: rename err_load_xxx_strings_int functionsPauli2021-05-261-1/+1
* Modify EVP_PKEY_ASN1_METHOD's export_to function to take an importerRichard Levitte2021-05-201-8/+9
* todo: remove TODO(3.0) from the sources.Pauli2021-05-201-8/+0
* Detect low-level engine and app method based keysTomas Mraz2021-04-191-2/+11
* Add selection support to the provider keymgmt_dup functionTomas Mraz2021-04-152-22/+30
* Implement provider-side keymgmt_dup functionTomas Mraz2021-04-152-93/+96
* Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis2021-04-121-1/+1
* Update copyright yearMatt Caswell2021-04-085-5/+5
* Fix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITSMatt Caswell2021-03-301-1/+0
* Implement EVP_PKEY_dup() functionTomas Mraz2021-03-282-2/+115
* Remove RSA bignum_data that is not used anywhereTomas Mraz2021-03-282-6/+0
* RSA-PSS: When printing parameters, always print the trailerfield ASN.1 valueRichard Levitte2021-03-261-1/+1
* Dual 1024-bit exponentiation optimization for Intel IceLake CPUAndrey Matyukov2021-03-221-6/+11
* PROV: Add type specific PKCS#8 decoding to the DER->key decodersRichard Levitte2021-03-193-149/+181
* Add ossl_rsa symbolsShane Lontis2021-03-1811-63/+66
* Add ossl_asn1 symbolsShane Lontis2021-03-181-9/+9
* Fix misc external ossl_ symbols.Shane Lontis2021-03-182-3/+4
* Fix up issues found when running evp_extra_test with a non-default library co...Jon Spillett2021-03-172-6/+7
* Tiny clarification of comment for RSA_signdiv2016bit2021-03-151-1/+1
* Remove TODO in rsa_ameth.cShane Lontis2021-03-141-9/+2