summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rsa/rsa_lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Free pss in RSA_freeinoguchi2020-01-171-1/+2
* Clean up RSA_new_method().jsing2019-11-011-40/+24
* Provide RSA_pkey_ctx_ctrl().jsing2019-10-241-1/+16
* make ENGINE_finish() succeed on NULL and simplify callers as intb2018-04-141-12/+7
* Provide RSA_{clear,set,test}_flasg()tb2018-02-201-1/+19
* Provide RSA_{g,s}et0_crt_params()tb2018-02-181-1/+36
* Use usual order of RSA_{g,s}et0_key().tb2018-02-181-11/+12
* Provide RSA_{g,s}et0_factors()tb2018-02-181-1/+28
* Provide further parts of the OpenSSL 1.1 API: {DH,DSA}_get0_{key,pqg}(),tb2018-02-171-1/+34
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-4/+4
* Enable building with -DOPENSSL_NO_DEPRECATED.doug2015-02-111-1/+2
* None of these need to include <openssl/rand.h>jsing2014-10-181-2/+1
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-4/+4
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+4
* BN_free, BN_clear_free, BN_CTX_free, BN_BLINDING_free and BN_MONT_CTX_freejsing2014-07-101-21/+11
* More KNF.jsing2014-07-091-8/+8
* remove unused, private version strings except SSL_version_strbcook2014-07-091-3/+1
* Remove RSA_memory_lock(). This undocumented function sort-of serializes yourmiod2014-07-091-46/+1
* RSA_NULL used to be a compile option allowing the RSA interfaces to bemiod2014-07-091-7/+2
* KNFmiod2014-07-091-114/+129
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* malloc() result does not need a cast.deraadt2014-06-071-1/+1
* Convert OPENSSL_malloc stuff back to intrinsics, a few were missedbeck2014-05-221-2/+2
* kill REF_PRINT/REF_CHECK debugging framework noone would usederaadt2014-04-171-20/+0
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-6/+6
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-11/+0
* resolve conflictsdjm2012-10-131-161/+11
* resolve conflicts, fix local changesdjm2010-10-011-17/+266
* resolve conflictsdjm2009-01-091-256/+16
* resolve conflictsdjm2008-09-061-35/+95
* merge 0.9.7c; minor bugsfixes;markus2003-11-111-2/+6
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-9/+34
* update to official patch from openssl.org; ok deraadt@, millert@markus2003-03-171-5/+7
* Enforce blinding on RSA operations involving private keys.ho2003-03-151-0/+4
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-92/+83
* openssl-engine-0.9.6a mergebeck2001-06-221-5/+5
* openssl-engine-0.9.6 mergebeck2000-12-151-34/+89
* OpenSSL 0.9.5 mergebeck2000-03-191-10/+14
* OpenSSL 0.9.4 mergebeck1999-09-291-66/+101
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+294