aboutsummaryrefslogtreecommitdiff
path: root/crypto/rsa/rsa_lib.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-29Update copyright yearMatt Caswell1-1/+1
2018-05-28RSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre1-0/+40
2017-11-28rsa/rsa_lib.c: make RSA_security_bits multi-prime aware.Andy Polyakov1-1/+10
2017-11-21Support multi-prime RSA (RFC 8017)Paul Yang1-0/+128
2017-09-29Remove unnecessary #include <openssl/lhash.h> directives.Pauli1-1/+0
2017-08-30Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli1-1/+1
2017-08-30e_os.h removal from other headers and source files.Pauli1-0/+1
2017-08-25This part fixes braces around if-else.Paul Yang1-1/+2
2017-08-25Fix coding style in crypto/rsa directoryPaul Yang1-4/+4
2017-04-07Make default_method mostly compile-timeRich Salz1-23/+1
2017-01-08Support RSA operations in PSS.Dr. Stephen Henson1-0/+12
2017-01-08Add pss field to RSA structure and free it.Dr. Stephen Henson1-0/+1
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx1-2/+2
2016-06-27rsa/rsa_lib.c: const-ify RSA_get0_engine().Andy Polyakov1-1/+1
2016-06-27RT4586: Remove RSA_memory_lock; unused, not neededRich Salz1-44/+0
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY1-1/+0
2016-06-16Fix the build and tests following constification of DH, DSA, RSAMatt Caswell1-7/+7
2016-06-15Constify the parameter getters for RSA, DSA and DHRichard Levitte1-19/+15
2016-05-23Fix and simplify error handling in (RSA/EC_kmeth)_new_method()FdaSilvaYY1-25/+19
2016-05-17Copyright consolidation 08/10Rich Salz1-54/+6
2016-04-27RSA, DSA, DH: Allow some given input to be NULL on already initialised keysRichard Levitte1-20/+55
2016-04-06Make the RSA structure opaqueRichard Levitte1-1/+94
2016-03-20Remove #error from include files.Rich Salz1-3/+1
2016-03-08Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading APIAlessandro Ghedini1-5/+17
2016-02-28GH715: Missed some null-check-removals.Rich Salz1-6/+3
2016-02-25GH715: ENGINE_finish can take NULLRich Salz1-5/+3
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz1-18/+5
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz1-7/+0
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz1-1/+1
2015-09-03remove 0 assignments.Rich Salz1-17/+1
2015-09-02Add and use OPENSSL_zallocRich Salz1-1/+1
2015-08-26Remove _locked memory functions.Rich Salz1-2/+2
2015-08-10RT3999: Remove sub-component version stringsRich Salz1-2/+0
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-3/+3
2015-05-04Use safer sizeof variant in mallocRich Salz1-1/+1
2015-04-30free NULL cleanup 7Rich Salz1-20/+10
2015-04-30free cleanup almost the finaleRich Salz1-2/+1
2015-04-28remove malloc castsRich Salz1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-204/+207
2014-12-08Implement internally opaque bn access from rsaMatt Caswell1-9/+9
2014-03-28Add functions returning security bits.Dr. Stephen Henson1-0/+5
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie1-4/+0
2011-04-23Make sure overrides work for RSA/DSA.Dr. Stephen Henson1-1/+1
2011-01-25Move RSA encryption functions to new file crypto/rsa/rsa_crpt.c to separateDr. Stephen Henson1-157/+0
2009-12-09PR: 2124Dr. Stephen Henson1-1/+10
2009-08-05PR: 2001Dr. Stephen Henson1-0/+2
2008-08-06Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe1-2/+1
2008-07-03Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe1-1/+2