summaryrefslogtreecommitdiff
path: root/crypto/bn/bn_blind.c
Commit message (Expand)AuthorAgeFilesLines
* Alternative fix for CVE-2022-4304Bernd Edlinger2023-04-041-1/+2
* Revert "Fix Timing Oracle in RSA decryption"Bernd Edlinger2023-04-041-0/+14
* Fix Timing Oracle in RSA decryptionDmitry Belyavskiy2023-02-071-14/+0
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-4/+2
* Update copyright yearMatt Caswell2021-06-171-1/+1
* add zero strenght arguments to BN and RAND RNG callsPauli2021-05-291-1/+1
* Update copyright yearMatt Caswell2020-11-261-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-6/+6
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Make sure all BIGNUM operations work within the FIPS providerMatt Caswell2019-07-151-1/+1
* Following the license change, modify the boilerplates in crypto/bn/Richard Levitte2018-12-061-1/+1
* bn/bn_blind.c: use Montgomery multiplication when possible.Andy Polyakov2018-08-231-32/+56
* Update copyright yearMatt Caswell2018-04-031-1/+1
* Use the private RNG for data that is not publicKurt Roeckx2018-04-021-1/+1
* Allow NULL for some _free routines.Rich Salz2018-03-271-0/+2
* Remove some code for a contributor that we cannot findMatt Caswell2018-03-271-3/+0
* Remove parentheses of return.KaoruToda2017-10-181-5/+5
* Copyright consolidation 06/10Rich Salz2016-05-171-107/+6
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-161-1/+0
* Convert RSA blinding to new multi-threading APIAlessandro Ghedini2016-03-081-17/+32
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni2016-01-071-2/+3
* Add and use OPENSSL_zallocRich Salz2015-09-021-2/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free NULL cleanup 7Rich Salz2015-04-301-13/+7
* remove malloc castsRich Salz2015-04-281-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-242/+240
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* RT2163: Remove some unneeded #include'sDoug Goldstein2014-08-181-1/+0
* BN_BLINDING multi-threading fix.Bodo Möller2011-10-191-14/+23
* Move all FIPSAPI renames into fips.h header file, include early inDr. Stephen Henson2011-01-271-6/+2
* Redirect FIPS memory allocation to FIPS_malloc() routine, removeDr. Stephen Henson2011-01-271-0/+6
* Internal version of BN_mod_inverse allowing checking of no-inverse withoutDr. Stephen Henson2011-01-261-4/+3
* Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe2008-08-061-9/+8
* Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe2008-07-031-11/+6
* There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe2008-03-281-6/+11
* Change to mitigate branch prediction attacksBodo Möller2007-03-281-1/+7
* New functions CRYPTO_set_idptr_callback(),Bodo Möller2006-06-231-1/+13
* check BN_copy() return valueBodo Möller2005-05-261-3/+8
* Fix more error codes.Bodo Möller2005-05-111-2/+2
* Stop unused variable warning.Dr. Stephen Henson2005-04-261-1/+0
* some updates for the blinding code; summary:Nils Larsch2005-04-261-12/+222
* Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe2003-11-041-0/+1
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-2/+2
* Change functions to ANSI C.Ulf Möller1999-04-191-17/+5
* Fix typos in error codes.Ulf Möller1999-04-191-3/+3
* Accept NULL in *_free.Ben Laurie1999-01-071-0/+3
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1998-12-211-1/+11