summaryrefslogtreecommitdiff
path: root/lib/libcrypto/rsa/rsa.h
AgeCommit message (Expand)Author
2023-07-28Make BN_BLINDING internalTheo Buehler
2023-05-05Salt shares the blame of the continued existence of the X9.31 padding modeTheo Buehler
2023-04-25Remove X9.31 supportTheo Buehler
2023-04-18Bring includes into canonical orderTheo Buehler
2023-04-18Move some includes out of OPENSSL_NO_DEPRECATEDTheo Buehler
2023-04-15Prepare rsa.h for X9.31 support removalTheo Buehler
2023-04-09Move a few functions out of OPENSSL_NO_DEPRECATEDTheo Buehler
2022-07-12Remove mkerr.pl remnants from LibreSSLKlemens Nanni
2022-07-07Expose new API in headers.Theo Buehler
2022-06-27Prepare to provide RSA_security_bits()Theo Buehler
2022-01-14Make RSA, RSA_PSS_PARAMS and RSA_METHOD opaqueTheo Buehler
2022-01-14Remove obsolete key formatsTheo Buehler
2022-01-14Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_APITheo Buehler
2022-01-05Prepare to provide a number of RSA accessorsTheo Buehler
2019-11-04Reshuffle RSA_PSS_PARAMS and RSA_OAEP_PARAMS to avoid duplicate typedef.Joel Sing
2019-11-02Provide RSA_PKCS1_OpenSSL().Joel Sing
2019-11-02Make RSA_padding_{add,check}_PKCS1_OAEP_mgf1() public.Joel Sing
2019-11-02Make RSA_OAEP_PARAMs public.Joel Sing
2019-11-01Add RSA CMS support.Joel Sing
2019-11-01Update RSA ASN.1 code to handle RSA-PSS.Joel Sing
2019-10-31Add support for RSA-PSS.Joel Sing
2019-10-29Update RSA OAEP code.Joel Sing
2019-10-24Add RSA_PSS_PARAMS pointer to RSA struct.Joel Sing
2019-10-24Add maskHash field to RSA_PSS_PARAMS.Joel Sing
2019-10-24Provide RSA_pkey_ctx_ctrl().Joel Sing
2019-06-05provide getters and setters for the RSA_METHOD interfaceGilles Chehade
2018-09-12Add some accessor functions:Damien Miller
2018-03-17Provide RSA_meth_{dup,free,new,set_{finish,priv_{dec,enc}}}()Theo Buehler
2018-02-20Provide RSA_{clear,set,test}_flasg()Theo Buehler
2018-02-18Provide RSA_{g,s}et0_crt_params()Theo Buehler
2018-02-18Use usual order of RSA_{g,s}et0_key().Theo Buehler
2018-02-18Provide RSA_{g,s}et0_factors()Theo Buehler
2018-02-18Provide RSA_bits()Theo Buehler
2018-02-17Provide further parts of the OpenSSL 1.1 API: {DH,DSA}_get0_{key,pqg}(),Theo Buehler
2017-08-30Bring back the RSA_SSLV23_PADDING define.Joel Sing
2017-08-28Remove RSA_padding_add_SSLv23()/RSA_padding_check_SSLv23() and relatedJoel Sing
2016-09-04Expand DECLARE_ASN1_.*FUNCTIONS macros.Joel Sing
2016-06-30Remove flags for disabling constant-time operations.Brent Cook
2015-02-14Check for allocation error in RSA_eay_mod_exp(). Coverity CID 25217.Miod Vallat
2014-07-12if (x) FOO_free(x) -> FOO_free(x).Miod Vallat
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesJoel Sing
2014-07-10Tweak some comments. We do not really need to know that "New!" flags wereJoel Sing
2014-07-10Remove RSA_FLAG_NO_EXP_CONSTTIME, which was deprecated 12+ years ago.Joel Sing
2014-07-09Make comments readable.Joel Sing
2014-07-09KNF.Joel Sing
2014-07-09Remove RSA_memory_lock(). This undocumented function sort-of serializes yourMiod Vallat
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-05-29Everything sane has stdio, and FILE *. we don't need ifdefs for this.Bob Beck
2014-04-13Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.Miod Vallat
2012-10-13resolve conflictsDamien Miller