summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/bn_blind.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move bn_blind.c to rsa_blinding.ctb2023-08-091-259/+0
* Make declaration and definition of BN_BLINDING_new() match.tb2023-08-091-2/+2
* Merge BN_BLINDING_create_param() into BN_BLINDING_new()tb2023-08-091-26/+10
* Set up the blinding factors on first usetb2023-08-091-27/+14
* Remove retry loop in BN_BLINDING_setup()tb2023-08-091-24/+5
* Compute a square using BN_mod_sqr() instead of BN_mod_mul()tb2023-08-091-3/+3
* Simplify BN_BLINDING_invert()tb2023-08-091-14/+5
* Unwrap a linetb2023-08-081-3/+2
* Drop the unused BN_BLINDING argument of BN_BLINDING_create_param()tb2023-08-081-7/+4
* Rename ret into b in BN_BLINDING_setup()tb2023-08-081-8/+8
* Factor the actual setup step for the blinding into a helpertb2023-08-081-30/+43
* Make BN_BLINDING respect some invariantstb2023-08-081-48/+17
* More whitespace fixes from knfmttb2023-08-021-7/+7
* Remove extraneous parentheses and fix weird whitespace.tb2023-08-021-16/+15
* Drop the _ex from BN_BLINDING_{convert,invert}_ex()tb2023-08-021-3/+3
* Remove the unused BN_BLINDING_{convert,invert}()tb2023-08-021-13/+1
* Make BN_BLINDING_{new,update}() static in bn_blind.ctb2023-08-021-3/+3
* Remove the unused flags member of BN_BLINDINGtb2023-08-021-5/+3
* Remove the unused flags accessors for BN_BLINDINGtb2023-08-021-13/+1
* Remove a 16 year old confusing lietb2023-08-021-2/+2
* Make BN_BLINDING internaltb2023-07-281-12/+1
* Hide symbols in bnbeck2023-07-081-1/+12
* Remove the deprecated API from BNtb2023-04-251-19/+1
* Replace the remaining BN_copy() with bn_copy()tb2023-03-271-2/+2
* Call BN_free() instead of BN_clear_free().jsing2023-03-071-5/+5
* Make internal header file names consistenttb2022-11-261-2/+2
* Remove BIGNUM consistency macros.jsing2022-11-261-5/+1
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-7/+6
* Add ct and nonct versions of BN_mod_inverse for internal usebeck2017-01-211-2/+2
* Make explicit _ct and _nonct versions of bn_mod_exp funcitons thatbeck2017-01-211-2/+2
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-11/+6
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+3
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+4
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* calloc instead of malloc/memset. from Benjamin Baiertedu2014-05-251-2/+1
* Emergency knfectomie requested by tedu@.jsing2014-05-081-143/+148
* Lacking a proof that--for this implementation--exposure of Montgomeryguenther2014-04-191-4/+4
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-2/+2
* OpenSSL 1.0.0f: mergedjm2012-01-051-14/+23
* resolve conflicts, fix local changesdjm2010-10-011-3/+14
* resolve conflictsdjm2008-09-061-14/+235
* openssl-engine-0.9.6 mergebeck2000-12-151-2/+2
* OpenSSL 0.9.4 mergebeck1999-09-291-21/+22
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+143