summaryrefslogtreecommitdiffstats
path: root/crypto/bn (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto/bn: fix return value in BN_generate_primeDavid Asraf2019-01-271-1/+1
* Reduce inputs before the RSAZ code.David Benjamin2019-01-161-31/+33
* Update generator copyright year.Viktor Dukhovni2019-01-071-1/+1
* make updateMatt Caswell2019-01-031-1/+1
* Following the license change, modify the boilerplates in crypto/bn/Richard Levitte2018-12-0672-73/+73
* License: change any non-boilerplate comment referring to "OpenSSL license"Richard Levitte2018-12-064-8/+4
* Refactor the computation of API version limitsRichard Levitte2018-12-062-2/+2
* bn/bn_{div|shift}.c: introduce fixed-top interfaces.Andy Polyakov2018-12-052-156/+225
* bn/bn_div.c: make conditional addition unconditionalAndy Polyakov2018-12-051-17/+69
* Configurations/10-main.conf: remove MIPS bn_div_3_words.Andy Polyakov2018-12-051-0/+6
* Clean up BN_consttime_swap.Billy Brumley2018-11-261-44/+17
* Update copyright yearMatt Caswell2018-11-201-1/+1
* [crypto/bn] swap BN_FLG_FIXED_TOP tooBilly Brumley2018-11-101-19/+23
* Fix MSVC warning C4819Chocobo12018-10-301-1/+1
* 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