summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_lib.c
AgeCommit message (Expand)Author
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2011-06-20Don't set default public key methods in FIPS mode so applicationsDr. Stephen Henson
2011-06-02Redirection of low level APIs to FIPS module.Dr. Stephen Henson
2011-01-25Move RSA encryption functions to new file crypto/rsa/rsa_crpt.c to separateDr. Stephen Henson
2009-12-09PR: 2124Dr. Stephen Henson
2009-08-05Update from HEAD.Dr. Stephen Henson
2008-08-06Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe
2008-07-03Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe
2008-03-28There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe
2007-03-28Change to mitigate branch prediction attacksBodo Möller
2007-01-21Constify version strings and some structures.Dr. Stephen Henson
2006-06-23New functions CRYPTO_set_idptr_callback(),Bodo Möller
2005-06-01check return valueNils Larsch
2005-05-11Fix more error codes.Bodo Möller
2005-04-26some updates for the blinding code; summary:Nils Larsch
2004-03-15Make sure that the last argument to RAND_add() is a float, or someRichard Levitte
2003-04-16Memory leak fix: RSA_blinding_on() didn't free Ai under certain circumstances.Richard Levitte
2003-04-08Include rand.h, so RAND_status() and friends get properly declared.Richard Levitte
2003-04-02make RSA blinding thread-safeBodo Möller
2003-03-20make sure RSA blinding works when the PRNG is not properly seeded;Bodo Möller
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2002-03-09Make {RSA,DSA,DH}_new_method obtain and release an ENGINEDr. Stephen Henson
2001-09-25Fiddling.Geoff Thorpe
2001-09-25This commits changes to various parts of libcrypto required by the recentGeoff Thorpe
2001-09-03Rename recently introduced functions for improved code clarity:Bodo Möller
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe
2001-08-25Give DH, DSA, and RSA functions to "up" their reference counts. Otherwise,Geoff Thorpe
2001-08-12The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe
2001-06-23In {RSA,DSA,DH}_new_method(x) need to increase the referenceDr. Stephen Henson
2001-04-30In RSA, DSA, DH, and RAND - if the "***_new()" function fails because theGeoff Thorpe
2001-02-20Use BN_rand_range().Ulf Möller
2000-11-26Ensure that the "ex_data" member of an RSA structure is initialised beforeGeoff Thorpe
2000-11-08Really stupid glitch (a comment not properly ended) fixed.Richard Levitte
2000-11-08Remove references to RSAref. The glue library is but a memory to fadeRichard Levitte
2000-11-06Constify the RSA library.Richard Levitte
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-04-20Previously, the default RSA_METHOD was NULL until the first RSA structure wasGeoff Thorpe
2000-02-05New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller
2000-01-23Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson
1999-09-08Oops... forgot the other RSA_NULL patches...Dr. Stephen Henson
1999-06-29New functions to allow RSA_METHODs to be changed without poking round inDr. Stephen Henson
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-19Change functions to ANSI C.Ulf Möller
1999-04-17Massive constification.Ben Laurie
1999-03-22Fix security hole.Ben Laurie
1998-12-31Fix version stuff:Ralf S. Engelschall
1998-12-29Add prototypes. Make Montgomery stuff explicitly for that purpose.Ben Laurie
1998-12-23*** empty log message ***OpenSSL_0_9_1cRalf S. Engelschall
1998-12-23Switch version string to SSLeay/OpenSSLRalf S. Engelschall