summaryrefslogtreecommitdiff
path: root/lib/libcrypto/rsa/rsa_lib.c
AgeCommit message (Expand)Author
2023-07-28Make BN_BLINDING internalTheo Buehler
2023-07-08Hide symbols in rsaBob Beck
2023-03-11Remove a few extra spacesTheo Buehler
2023-03-07Call BN_free() instead of BN_clear_free().Joel Sing
2022-11-26Make internal header file names consistentTheo Buehler
2022-06-27Prepare to provide RSA_security_bits()Theo Buehler
2022-01-07Prepare to make RSA and RSA_METHOD opaque by including rsa_locl.hTheo Buehler
2022-01-05Prepare to provide a number of RSA accessorsTheo Buehler
2020-01-17Free pss in RSA_freeKinichiro Inoguchi
2019-11-01Clean up RSA_new_method().Joel Sing
2019-10-24Provide RSA_pkey_ctx_ctrl().Joel Sing
2018-04-14make ENGINE_finish() succeed on NULL and simplify callers as inTheo 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-17Provide further parts of the OpenSSL 1.1 API: {DH,DSA}_get0_{key,pqg}(),Theo Buehler
2017-01-29Send the function codes from the error functions to the bit bucket,Bob Beck
2015-02-11Enable building with -DOPENSSL_NO_DEPRECATED.Doug Hogan
2014-10-18None of these need to include <openssl/rand.h>Joel Sing
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesJoel Sing
2014-07-10BN_free, BN_clear_free, BN_CTX_free, BN_BLINDING_free and BN_MONT_CTX_freeJoel Sing
2014-07-09More KNF.Joel Sing
2014-07-09remove unused, private version strings except SSL_version_strBrent Cook
2014-07-09Remove RSA_memory_lock(). This undocumented function sort-of serializes yourMiod Vallat
2014-07-09RSA_NULL used to be a compile option allowing the RSA interfaces to beMiod Vallat
2014-07-09KNFMiod Vallat
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-06-07malloc() result does not need a cast.Theo de Raadt
2014-05-22Convert OPENSSL_malloc stuff back to intrinsics, a few were missedBob Beck
2014-04-17kill REF_PRINT/REF_CHECK debugging framework noone would useTheo de Raadt
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2014-04-15remove FIPS mode support. people who require FIPS can buy something thatTed Unangst
2012-10-13resolve conflictsDamien Miller
2010-10-01resolve conflicts, fix local changesDamien Miller
2009-01-09resolve conflictsDamien Miller
2008-09-06resolve conflictsDamien Miller
2003-11-11merge 0.9.7c; minor bugsfixes;Markus Friedl
2003-05-12merge 0.9.7b with local changes; crank majors for libssl/libcryptoMarkus Friedl
2003-03-17update to official patch from openssl.org; ok deraadt@, millert@Markus Friedl
2003-03-15Enforce blinding on RSA operations involving private keys.Hakan Olsson
2002-05-15OpenSSL 0.9.7 stable 2002 05 08 mergeBob Beck
2001-06-22openssl-engine-0.9.6a mergeBob Beck
2000-12-15openssl-engine-0.9.6 mergeBob Beck
2000-03-19OpenSSL 0.9.5 mergeBob Beck
1999-09-29OpenSSL 0.9.4 mergeBob Beck
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker