summaryrefslogtreecommitdiffstats
path: root/crypto/bn (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto/bn/asm/x86_64-gcc.c: remove unnecessary redefinition of BN_ULONGRichard Levitte2018-09-211-6/+0
* Update copyright yearMatt Caswell2018-09-118-8/+8
* Check the return from BN_sub() in BN_X931_generate_Xpq().Pauli2018-09-031-1/+3
* bn/bn_lib.c: conceal even memmory access pattern in bn2binpad.Andy Polyakov2018-08-231-10/+24
* bn/bn_blind.c: use Montgomery multiplication when possible.Andy Polyakov2018-08-231-32/+56
* crypto/bn: add more fixed-top routines.Andy Polyakov2018-08-234-10/+107
* bn/bn_mod.c: harmonize BN_mod_add_quick with original implementation.Andy Polyakov2018-07-261-0/+1
* Remove zero special-case in BN_mod_exp_mont.David Benjamin2018-07-241-5/+0
* bn/bn_intern.c: const-ify bn_set_{static}_words.Andy Polyakov2018-07-221-3/+7
* ec/ecdsa_ossl.c: revert blinding in ECDSA signature.Andy Polyakov2018-07-181-6/+60
* bn/bn_lib.c address Coverity nit in bn2binpad.Andy Polyakov2018-07-181-12/+11
* bn/bn_lcl.h,bn_nist.c: addres strict warnings with -DBN_DEBUG.Andy Polyakov2018-07-142-6/+5
* bn/bn_lib.c: make BN_bn2binpad computationally constant-time.Andy Polyakov2018-07-141-8/+15
* bn/bn_{mont|exp}.c: switch to zero-padded intermediate vectors.Andy Polyakov2018-07-123-33/+62
* bn/bn_lib.c: add BN_FLG_FIXED_TOP flag.Andy Polyakov2018-07-124-14/+29
* bn/bn_mont.c: improve readability of post-condition code.Andy Polyakov2018-07-121-6/+5
* bn/bn_mont.c: move boundary condition check closer to caller.Andy Polyakov2018-07-121-3/+4
* bn/bn_lib.c: remove bn_check_top from bn_expand2.Andy Polyakov2018-07-121-5/+0
* PA-RISC assembly pack: make it work with GNU assembler for HP-UX.Andy Polyakov2018-06-251-1/+9
* Remove __cplusplus preamble from internal headersNicola Tuveri2018-06-221-8/+0
* Fixed range of random produced in BN_is_prime_fasttest_ex() to be 1 < rand < ...Shane Lontis2018-06-211-15/+13
* Update copyright yearMatt Caswell2018-06-201-1/+1
* bn/asm/rsaz-avx2.pl: harmonize clang version detection.Andy Polyakov2018-06-181-1/+1
* bn/bn_exp.c: harmonize all code paths with last commit.Andy Polyakov2018-06-141-22/+33
* bn/asm/sparcv9-mont.pl: iron another glitch in squaring code path.Andy Polyakov2018-06-091-0/+3
* bn/bn_exp.c: mitigation of the One-and-Done side-channel attack.User2018-05-301-12/+27
* The result of a ^ 0 mod -1 is 0 not 1Matt Caswell2018-05-291-10/+10
* Update copyright yearMatt Caswell2018-05-2918-18/+18
* Make BN_GF2m_mod_arr more constant timeMatt Caswell2018-05-171-15/+17
* rsaz_avx2_eligible doesn't take parametersKurt Roeckx2018-05-111-1/+1
* Add blinding in BN_GF2m_mod_inv for binary field inversionsBilly Brumley2018-05-091-90/+42
* Return an error from BN_mod_inverse if n is 1 (or -1)Matt Caswell2018-05-032-3/+14
* bn/asm/*-mont.pl: harmonize with BN_from_montgomery_word.Andy Polyakov2018-05-0215-162/+165
* fix: BN_swap mishandles flagsBilly Brumley2018-04-271-4/+7
* Add missing error code when alloc-return-nullFdaSilvaYY2018-04-263-2/+8
* Remove superfluous NULL checks. Add Andy's BN_FLG comment.Billy Brumley2018-04-231-5/+20
* Elliptic curve scalar multiplication with timing attack defensesBilly Brumley2018-04-231-0/+13
* BIGNUM signed add/sub routines refactoryDavide Galassi2018-04-171-85/+47
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code on alloc failuresRich Salz2018-04-032-5/+13
* Update copyright yearMatt Caswell2018-04-034-4/+4
* Use the private RNG for data that is not publicKurt Roeckx2018-04-024-5/+6
* Fix a possible crash in BN_from_montgomery_wordBernd Edlinger2018-03-311-0/+2
* Allow NULL for some _free routines.Rich Salz2018-03-274-8/+16
* Remove some code for a contributor that we cannot findMatt Caswell2018-03-274-11/+0
* Update copyright yearMatt Caswell2018-03-202-2/+2
* Fix miscellaneous typos in docs and sourceDr. Matthias St. Pierre2018-03-171-1/+1
* bnrand_range: Always call bnrand() with the correct flagKurt Roeckx2018-03-061-6/+4
* Update copyright yearMatt Caswell2018-02-272-2/+2
* VMS: modify crypto/bn/asm/ia64.S to build properlyRichard Levitte2018-02-141-0/+4