aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Make the RSA structure opaqueRichard Levitte2016-04-061-1/+94
* Remove #error from include files.Rich Salz2016-03-201-3/+1
* Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading APIAlessandro Ghedini2016-03-081-5/+17
* GH715: Missed some null-check-removals.Rich Salz2016-02-281-6/+3
* GH715: ENGINE_finish can take NULLRich Salz2016-02-251-5/+3
* Move to REF_DEBUG, for consistency.Rich Salz2016-02-111-18/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz2015-12-011-7/+0
* Replace "SSLeay" in API with OpenSSLRich Salz2015-10-301-1/+1
* remove 0 assignments.Rich Salz2015-09-031-17/+1
* Add and use OPENSSL_zallocRich Salz2015-09-021-1/+1
* Remove _locked memory functions.Rich Salz2015-08-261-2/+2
* RT3999: Remove sub-component version stringsRich Salz2015-08-101-2/+0
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-3/+3
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free NULL cleanup 7Rich Salz2015-04-301-20/+10
* free cleanup almost the finaleRich Salz2015-04-301-2/+1
* remove malloc castsRich Salz2015-04-281-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-204/+207
* Implement internally opaque bn access from rsaMatt Caswell2014-12-081-9/+9
* Add functions returning security bits.Dr. Stephen Henson2014-03-281-0/+5
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-4/+0
* Make sure overrides work for RSA/DSA.Dr. Stephen Henson2011-04-231-1/+1
* Move RSA encryption functions to new file crypto/rsa/rsa_crpt.c to separateDr. Stephen Henson2011-01-251-157/+0
* PR: 2124Dr. Stephen Henson2009-12-091-1/+10
* PR: 2001Dr. Stephen Henson2009-08-051-0/+2
* Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe2008-08-061-2/+1
* Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe2008-07-031-1/+2
* There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe2008-03-281-2/+1
* Change to mitigate branch prediction attacksBodo Möller2007-03-281-2/+12
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* New functions CRYPTO_set_idptr_callback(),Bodo Möller2006-06-231-0/+1
* check return valueNils Larsch2005-06-011-0/+5
* Fix more error codes.Bodo Möller2005-05-111-1/+1
* some updates for the blinding code; summary:Nils Larsch2005-04-261-35/+78
* Make sure that the last argument to RAND_add() is a float, or someRichard Levitte2004-03-151-1/+1
* Memory leak fix: RSA_blinding_on() didn't free Ai under certain circumstances.Richard Levitte2003-04-161-2/+6
* Include rand.h, so RAND_status() and friends get properly declared.Richard Levitte2003-04-081-0/+1
* make RSA blinding thread-safeBodo Möller2003-04-021-2/+9
* make sure RSA blinding works when the PRNG is not properly seeded;Bodo Möller2003-03-201-4/+17
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+10
* Make {RSA,DSA,DH}_new_method obtain and release an ENGINEDr. Stephen Henson2002-03-091-2/+13
* Fiddling.Geoff Thorpe2001-09-251-1/+1
* This commits changes to various parts of libcrypto required by the recentGeoff Thorpe2001-09-251-86/+46
* Rename recently introduced functions for improved code clarity:Bodo Möller2001-09-031-2/+2
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-011-9/+5
* Give DH, DSA, and RSA functions to "up" their reference counts. Otherwise,Geoff Thorpe2001-08-251-0/+16
* The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe2001-08-121-3/+4
* In {RSA,DSA,DH}_new_method(x) need to increase the referenceDr. Stephen Henson2001-06-231-8/+14