summaryrefslogtreecommitdiffstats
path: root/crypto/bn
AgeCommit message (Expand)Author
2018-05-29The result of a ^ 0 mod -1 is 0 not 1Matt Caswell
2018-05-29Update copyright yearMatt Caswell
2018-05-17Make BN_GF2m_mod_arr more constant timeMatt Caswell
2018-05-11rsaz_avx2_eligible doesn't take parametersKurt Roeckx
2018-05-09Add blinding in BN_GF2m_mod_inv for binary field inversionsBilly Brumley
2018-05-03Return an error from BN_mod_inverse if n is 1 (or -1)Matt Caswell
2018-05-02bn/asm/*-mont.pl: harmonize with BN_from_montgomery_word.Andy Polyakov
2018-04-27fix: BN_swap mishandles flagsBilly Brumley
2018-04-26Add missing error code when alloc-return-nullFdaSilvaYY
2018-04-23Remove superfluous NULL checks. Add Andy's BN_FLG comment.Billy Brumley
2018-04-23Elliptic curve scalar multiplication with timing attack defensesBilly Brumley
2018-04-17BIGNUM signed add/sub routines refactoryDavide Galassi
2018-04-17Update copyright yearRichard Levitte
2018-04-03Set error code on alloc failuresRich Salz
2018-04-03Update copyright yearMatt Caswell
2018-04-02Use the private RNG for data that is not publicKurt Roeckx
2018-03-31Fix a possible crash in BN_from_montgomery_wordBernd Edlinger
2018-03-27Allow NULL for some _free routines.Rich Salz
2018-03-27Remove some code for a contributor that we cannot findMatt Caswell
2018-03-20Update copyright yearMatt Caswell
2018-03-17Fix miscellaneous typos in docs and sourceDr. Matthias St. Pierre
2018-03-06bnrand_range: Always call bnrand() with the correct flagKurt Roeckx
2018-02-27Update copyright yearMatt Caswell
2018-02-14VMS: modify crypto/bn/asm/ia64.S to build properlyRichard Levitte
2018-02-14Harmonize the make variables across all known platforms familiesRichard Levitte
2018-02-13Generate copyright year properlyRich Salz
2018-02-13Update copyright yearMatt Caswell
2018-02-06Remove unused fileRich Salz
2018-02-01Fix timing leak in BN_from_montgomery_word.David Benjamin
2018-02-01Don't leak the exponent bit width in BN_mod_exp_mont_consttime.David Benjamin
2018-02-01Make BN_num_bits_word constant-time.David Benjamin
2018-01-28Processing GNU-style "make variables" - separate CPP flags from C flagsRichard Levitte
2018-01-19Copyright update of more files that have changed this yearRichard Levitte
2018-01-16Revert BN_copy() flag copy semantics changeMatt Caswell
2017-12-06bn/asm/rsaz-avx2.pl: fix digit correction bug in rsaz_1024_mul_avx2.Andy Polyakov
2017-11-17bn/bn_exp.c: harmonize BN_mod_exp_mont_consttime with negative input.Andy Polyakov
2017-11-16bn/bn_add.c: address performance regression.Andy Polyakov
2017-11-11Many spelling fixes/typo's corrected.Josh Soref
2017-11-02bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqrx8x_internal.Andy Polyakov
2017-10-23Correct value for BN_security_bits()Matt Caswell
2017-10-18Remove parentheses of return.KaoruToda
2017-10-13Remove email addresses from source code.Rich Salz
2017-10-12DH named parameter supportDr. Stephen Henson
2017-10-12Add primes from RFC7919Dr. Stephen Henson
2017-10-12Support constant BN for DH parametersDr. Stephen Henson
2017-10-11Ensure we test all parameters for BN_FLG_CONSTTIMEMatt Caswell
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-09-27BN_copy now propagates BN_FLG_CONSTTIMESamuel Weiser
2017-09-27Fixed error in propagating BN_FLG_CONSTTIME flag through BN_MONT_CTX_set, whi...Samuel Weiser
2017-08-30e_os.h removal from other headers and source files.Pauli