aboutsummaryrefslogtreecommitdiff
path: root/crypto/bn
AgeCommit message (Expand)AuthorFilesLines
2018-07-26bn/bn_mod.c: harmonize BN_mod_add_quick with original implementation.Andy Polyakov1-0/+1
2018-07-24Remove zero special-case in BN_mod_exp_mont.David Benjamin1-5/+0
2018-07-22bn/bn_intern.c: const-ify bn_set_{static}_words.Andy Polyakov1-3/+7
2018-07-18ec/ecdsa_ossl.c: revert blinding in ECDSA signature.Andy Polyakov1-6/+60
2018-07-18bn/bn_lib.c address Coverity nit in bn2binpad.Andy Polyakov1-12/+11
2018-07-14bn/bn_lcl.h,bn_nist.c: addres strict warnings with -DBN_DEBUG.Andy Polyakov2-6/+5
2018-07-14bn/bn_lib.c: make BN_bn2binpad computationally constant-time.Andy Polyakov1-8/+15
2018-07-12bn/bn_{mont|exp}.c: switch to zero-padded intermediate vectors.Andy Polyakov3-33/+62
2018-07-12bn/bn_lib.c: add BN_FLG_FIXED_TOP flag.Andy Polyakov4-14/+29
2018-07-12bn/bn_mont.c: improve readability of post-condition code.Andy Polyakov1-6/+5
2018-07-12bn/bn_mont.c: move boundary condition check closer to caller.Andy Polyakov1-3/+4
2018-07-12bn/bn_lib.c: remove bn_check_top from bn_expand2.Andy Polyakov1-5/+0
2018-06-25PA-RISC assembly pack: make it work with GNU assembler for HP-UX.Andy Polyakov1-1/+9
2018-06-22Remove __cplusplus preamble from internal headersNicola Tuveri1-8/+0
2018-06-22Fixed range of random produced in BN_is_prime_fasttest_ex() to be 1 < rand < ...Shane Lontis1-15/+13
2018-06-20Update copyright yearMatt Caswell1-1/+1
2018-06-18bn/asm/rsaz-avx2.pl: harmonize clang version detection.Andy Polyakov1-1/+1
2018-06-14bn/bn_exp.c: harmonize all code paths with last commit.Andy Polyakov1-22/+33
2018-06-09bn/asm/sparcv9-mont.pl: iron another glitch in squaring code path.Andy Polyakov1-0/+3
2018-05-30bn/bn_exp.c: mitigation of the One-and-Done side-channel attack.User1-12/+27
2018-05-29The result of a ^ 0 mod -1 is 0 not 1Matt Caswell1-10/+10
2018-05-29Update copyright yearMatt Caswell18-18/+18
2018-05-17Make BN_GF2m_mod_arr more constant timeMatt Caswell1-15/+17
2018-05-11rsaz_avx2_eligible doesn't take parametersKurt Roeckx1-1/+1
2018-05-09Add blinding in BN_GF2m_mod_inv for binary field inversionsBilly Brumley1-90/+42
2018-05-03Return an error from BN_mod_inverse if n is 1 (or -1)Matt Caswell2-3/+14
2018-05-02bn/asm/*-mont.pl: harmonize with BN_from_montgomery_word.Andy Polyakov15-162/+165
2018-04-27fix: BN_swap mishandles flagsBilly Brumley1-4/+7
2018-04-26Add missing error code when alloc-return-nullFdaSilvaYY3-2/+8
2018-04-23Remove superfluous NULL checks. Add Andy's BN_FLG comment.Billy Brumley1-5/+20
2018-04-23Elliptic curve scalar multiplication with timing attack defensesBilly Brumley1-0/+13
2018-04-17BIGNUM signed add/sub routines refactoryDavide Galassi1-85/+47
2018-04-17Update copyright yearRichard Levitte1-1/+1
2018-04-03Set error code on alloc failuresRich Salz2-5/+13
2018-04-03Update copyright yearMatt Caswell4-4/+4
2018-04-02Use the private RNG for data that is not publicKurt Roeckx4-5/+6
2018-03-31Fix a possible crash in BN_from_montgomery_wordBernd Edlinger1-0/+2
2018-03-27Allow NULL for some _free routines.Rich Salz4-8/+16
2018-03-27Remove some code for a contributor that we cannot findMatt Caswell4-11/+0
2018-03-20Update copyright yearMatt Caswell2-2/+2
2018-03-17Fix miscellaneous typos in docs and sourceDr. Matthias St. Pierre1-1/+1
2018-03-06bnrand_range: Always call bnrand() with the correct flagKurt Roeckx1-6/+4
2018-02-27Update copyright yearMatt Caswell2-2/+2
2018-02-14VMS: modify crypto/bn/asm/ia64.S to build properlyRichard Levitte1-0/+4
2018-02-14Harmonize the make variables across all known platforms familiesRichard Levitte1-10/+5
2018-02-13Generate copyright year properlyRich Salz2-2/+4
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-02-06Remove unused fileRich Salz1-38/+0
2018-02-01Fix timing leak in BN_from_montgomery_word.David Benjamin1-37/+20
2018-02-01Don't leak the exponent bit width in BN_mod_exp_mont_consttime.David Benjamin1-1/+5