dhtest: Add testcase for EVP_PKEY_CTX_set_dh_nid
[openssl.git] / crypto / rsa /
2022-01-14 Dr. David von OheimbFix malloc failure handling of X509_ALGOR_set0()
2022-01-05 Dimitris ApostolouFix typos
2021-12-02 x2018check the return value of BN_dup() in rsa_lib.c:1248
2021-10-28 x2018fix some code with obvious wrong coding style
2021-10-26 x2018add checks for the return values of BN_new(), sk_RSA_PR...
2021-08-13 Shane LontisAllow small RSA exponents in the default provider
2021-07-29 Matt CaswellUpdate copyright year
2021-07-23 Tomas MrazDSA/RSA_print(): Fix potential memory leak
2021-07-22 Matt CaswellUpdate our EVP_PKEY_METHODs to get low level keys via...
2021-07-07 Richard LevitteCRYPTO: Remove the check for built-in methods in the...
2021-07-06 Tomas Mrazfips module header inclusion fine-tunning
2021-06-19 Tomas MrazReplace non-ASCII character in source file
2021-06-19 Paulirsa: fix indentation
2021-06-19 Paulicrypto: repalce tabs with spaces
2021-06-17 Matt CaswellUpdate copyright year
2021-06-04 Tomas MrazMove libssl related defines used by fips provider to...
2021-06-03 Paulirsa: make the maximum key strength check FIPS only.
2021-06-02 Paulirsa: remove TODOs
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-06-01 Paulicrypto: updates to pass size_t to RAND_bytes_ex()
2021-05-29 Pauliadd zero strenght arguments to BN and RAND RNG calls
2021-05-27 Paulierrors: update error message (to be squashed)
2021-05-27 Paulirsa: check that the RNG is capable of producing a key...
2021-05-27 Paulirsa: remove the limit on the maximum key strength
2021-05-26 Paulirsa: special case the strengths of RSA with 7680 and...
2021-05-26 Shane LontisFix buffer overflow when generating large RSA keys...
2021-05-26 Paulierr: rename err_load_xxx_strings_int functions
2021-05-20 Richard LevitteModify EVP_PKEY_ASN1_METHOD's export_to function to...
2021-05-20 Paulitodo: remove TODO(3.0) from the sources.
2021-04-19 Tomas MrazDetect low-level engine and app method based keys
2021-04-15 Tomas MrazAdd selection support to the provider keymgmt_dup function
2021-04-15 Tomas MrazImplement provider-side keymgmt_dup function
2021-04-12 Shane LontisReplace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_fr...
2021-04-08 Matt CaswellUpdate copyright year
2021-03-30 Matt CaswellFix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITS
2021-03-28 Tomas MrazImplement EVP_PKEY_dup() function
2021-03-28 Tomas MrazRemove RSA bignum_data that is not used anywhere
2021-03-26 Richard LevitteRSA-PSS: When printing parameters, always print the...
2021-03-22 Andrey MatyukovDual 1024-bit exponentiation optimization for Intel...
2021-03-19 Richard LevittePROV: Add type specific PKCS#8 decoding to the DER...
2021-03-18 Shane LontisAdd ossl_rsa symbols
2021-03-18 Shane LontisAdd ossl_asn1 symbols
2021-03-18 Shane LontisFix misc external ossl_ symbols.
2021-03-17 Jon SpillettFix up issues found when running evp_extra_test with...
2021-03-15 div2016bitTiny clarification of comment for RSA_sign
2021-03-14 Shane LontisRemove TODO in rsa_ameth.c
2021-03-14 Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2021-03-11 Matt CaswellUpdate copyright year
2021-03-03 Tomas Mrazossl_rsa_sp800_56b_check_public: Be more lenient with...
2021-03-01 Rich SalzRemove RSA SSLv23 padding mode
2021-02-26 Shane LontisFix external symbols for bn
2021-02-24 Tomas MrazCleanup of some of the EVP_PKEY_CTX_ctrl related TODOs
2021-02-24 Tomas MrazFix missing EOL at the end of the rsa/build.info
2021-02-23 Richard LevitteEVP: Adapt the RSA specific EVP_PKEY_CTX setter / gette...
2021-02-18 Matt CaswellUpdate copyright year
2021-02-16 Matt CaswellFix the RSA_SSLV23_PADDING padding type
2021-02-14 Shane LontisRemove dead code in rsa_pkey_ctrl.
2021-02-12 Richard LevitteUse ERR_R_*_LIB instead of ERR_LIB_* as reason code...
2021-02-05 Tomas MrazRSA: properly generate algorithm identifier for RSA...
2021-01-28 Daniel BeveniusEVP: fix keygen for EVP_PKEY_RSA_PSS
2021-01-28 Dr. David von OheimbFix rsa_pss_asn1_meth to refert to rsa_sig_info_set
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Richard LevitteClean away unnecessary length related OSSL_PARAM key...
2021-01-25 Tomas Mrazbn: Deprecate the X9.31 RSA key generation related...
2021-01-20 Shane LontisRemove pkey_downgrade from PKCS7 code
2021-01-15 Daniel BeveniusCorrect typo in rsa_oaep.c
2020-12-17 Richard LevitteDECODER: Adjust the library context of keys in our...
2020-11-30 Richard LevitteRSA: correct digestinfo_ripemd160_der[]
2020-11-26 Matt CaswellUpdate copyright year
2020-11-24 Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-18 Richard LevitteDeprecate RSA harder
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-15 Matt CaswellRemove CMS recipient info information out of the algori...
2020-10-15 Matt CaswellMove CMS signing code out of the algorithms and into CMS
2020-10-15 Matt CaswellMove CMS enveloping code out of the algorithms and...
2020-10-06 Paulirsa: add ossl_ prefix to internal rsa_ calls.
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-10-01 Shane Lontisrsa_mp_coeff_names should only have one entry in it...
2020-09-25 jwalchen EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM management
2020-09-24 Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
2020-09-23 Shane LontisChange rsa gen so it can use the propq from OSSL_PKEY_P...
2020-09-21 Norman AshleySupport keys with RSA_METHOD_FLAG_NO_CHECK with OCSP...
2020-09-12 Shane Lontiskeygen: add FIPS error state management to conditional...
2020-09-03 Daniel BeveniusFix typo in FIPS_MODULE endif macro comment
2020-08-21 Dr. David von OheimbAdd libctx and propq param to ASN.1 sign/verify/HMAC...
2020-08-20 Richard LevitteRSA: Fix rsa_todata() to only add params for existing...
2020-08-09 Shane LontisFix EVP_PKEY_CTX_get_rsa_oaep_md() & EVP_PKEY_CTX_get_r...
2020-08-06 Richard LevitteRSA: Be less strict on PSS parameters when exporting...
2020-08-01 Richard LevitteRSA: Better synchronisation between ASN1 PSS params...
2020-06-23 Shane LontisFix potential double free in rsa_keygen pairwise test.
2020-06-21 Nicola TuveriFlag RSA secret BNs as consttime on keygen and checks
2020-06-17 Shane LontisAdd ACVP fips module tests
2020-06-09 Shane LontisUpdate RSA keygen to use sp800-56b by default
2020-05-28 Benjamin KadukRSA: Do not set NULL OAEP labels
2020-05-27 Richard LevittePROV: Use rsa_padding_add_PKCS1_OAEP_mgf1_with_libctx...
2020-05-26 Dr. David von OheimbConstify X509_PUBKEY_get(), X509_PUBKEY_get0(), and...
2020-05-20 Richard Levittersa_padding_add_PKCS1_OAEP_mgf1_with_libctx(): fix...
2020-05-14 Richard LevitteEVP: Refactor the RSA-PSS key generation controls for...
2020-05-14 Richard LevittePROV & KEYMGMT: Add PSS-parameter support in the RSA...
next