aboutsummaryrefslogtreecommitdiff
path: root/crypto/bn/bn_blind.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-1/+1
2019-07-15Make sure all BIGNUM operations work within the FIPS providerMatt Caswell1-1/+1
2018-12-06Following the license change, modify the boilerplates in crypto/bn/Richard Levitte1-1/+1
2018-08-23bn/bn_blind.c: use Montgomery multiplication when possible.Andy Polyakov1-32/+56
2018-04-03Update copyright yearMatt Caswell1-1/+1
2018-04-02Use the private RNG for data that is not publicKurt Roeckx1-1/+1
2018-03-27Allow NULL for some _free routines.Rich Salz1-0/+2
2018-03-27Remove some code for a contributor that we cannot findMatt Caswell1-3/+0
2017-10-18Remove parentheses of return.KaoruToda1-5/+5
2016-05-17Copyright consolidation 06/10Rich Salz1-107/+6
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni1-1/+0
2016-03-08Convert RSA blinding to new multi-threading APIAlessandro Ghedini1-17/+32
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-07Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni1-2/+3
2015-09-02Add and use OPENSSL_zallocRich Salz1-2/+1
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-1/+1
2015-05-04Use safer sizeof variant in mallocRich Salz1-1/+1
2015-04-30free NULL cleanup 7Rich Salz1-13/+7
2015-04-28remove malloc castsRich Salz1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-242/+240
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson1-1/+1
2014-08-18RT2163: Remove some unneeded #include'sDoug Goldstein1-1/+0
2011-10-19BN_BLINDING multi-threading fix.Bodo Möller1-14/+23
2011-01-27Move all FIPSAPI renames into fips.h header file, include early inDr. Stephen Henson1-6/+2
2011-01-27Redirect FIPS memory allocation to FIPS_malloc() routine, removeDr. Stephen Henson1-0/+6
2011-01-26Internal version of BN_mod_inverse allowing checking of no-inverse withoutDr. Stephen Henson1-4/+3
2008-08-06Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe1-9/+8
2008-07-03Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe1-11/+6
2008-03-28There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe1-6/+11
2007-03-28Change to mitigate branch prediction attacksBodo Möller1-1/+7
2006-06-23New functions CRYPTO_set_idptr_callback(),Bodo Möller1-1/+13
2005-05-26check BN_copy() return valueBodo Möller1-3/+8
2005-05-11Fix more error codes.Bodo Möller1-2/+2
2005-04-26Stop unused variable warning.Dr. Stephen Henson1-1/+0
2005-04-26some updates for the blinding code; summary:Nils Larsch1-12/+222
2003-11-04Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe1-0/+1
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-2/+2
1999-04-19Change functions to ANSI C.Ulf Möller1-17/+5
1999-04-19Fix typos in error codes.Ulf Möller1-3/+3
1999-01-07Accept NULL in *_free.Ben Laurie1-0/+3
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1-1/+11
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-0/+143