summaryrefslogtreecommitdiffstats
path: root/crypto/bn (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Harmonize the make variables across all known platforms familiesRichard Levitte2018-02-141-10/+5
* Generate copyright year properlyRich Salz2018-02-132-2/+4
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Remove unused fileRich Salz2018-02-061-38/+0
* Fix timing leak in BN_from_montgomery_word.David Benjamin2018-02-011-37/+20
* Don't leak the exponent bit width in BN_mod_exp_mont_consttime.David Benjamin2018-02-011-1/+5
* Make BN_num_bits_word constant-time.David Benjamin2018-02-011-67/+40
* Processing GNU-style "make variables" - separate CPP flags from C flagsRichard Levitte2018-01-281-5/+10
* Copyright update of more files that have changed this yearRichard Levitte2018-01-192-2/+2
* Revert BN_copy() flag copy semantics changeMatt Caswell2018-01-162-3/+2
* bn/asm/rsaz-avx2.pl: fix digit correction bug in rsaz_1024_mul_avx2.Andy Polyakov2017-12-061-8/+7
* bn/bn_exp.c: harmonize BN_mod_exp_mont_consttime with negative input.Andy Polyakov2017-11-171-25/+27
* bn/bn_add.c: address performance regression.Andy Polyakov2017-11-162-7/+13
* Many spelling fixes/typo's corrected.Josh Soref2017-11-1216-31/+31
* bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqrx8x_internal.Andy Polyakov2017-11-021-2/+10
* Correct value for BN_security_bits()Matt Caswell2017-10-231-1/+1
* Remove parentheses of return.KaoruToda2017-10-1819-114/+114
* Remove email addresses from source code.Rich Salz2017-10-1318-47/+34
* DH named parameter supportDr. Stephen Henson2017-10-121-0/+4
* Add primes from RFC7919Dr. Stephen Henson2017-10-121-0/+288
* Support constant BN for DH parametersDr. Stephen Henson2017-10-121-16/+5
* Ensure we test all parameters for BN_FLG_CONSTTIMEMatt Caswell2017-10-111-6/+16
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-098-26/+26
* BN_copy now propagates BN_FLG_CONSTTIMESamuel Weiser2017-09-272-2/+3
* Fixed error in propagating BN_FLG_CONSTTIME flag through BN_MONT_CTX_set, whi...Samuel Weiser2017-09-271-0/+5
* e_os.h removal from other headers and source files.Pauli2017-08-292-4/+4
* Fix BN_print()Kazuki Yamaguchi2017-08-231-1/+1
* Improvement the formatting in bn_print.cPauli2017-08-221-22/+22
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-221-3/+3
* Remove OPENSSL_assert() usage from crypto/bnMatt Caswell2017-08-212-6/+6
* Add RAND_priv_bytes() for private keysRich Salz2017-08-035-21/+45
* Switch from ossl_rand to DRBG randRich Salz2017-08-031-4/+0
* bn/bn_lcl.h: restore formatting.Andy Polyakov2017-07-311-10/+10
* bn/bn_lcl.h: use __int128 whenever possible, not only on MIPS.Andy Polyakov2017-07-311-11/+9
* bn/bn_lcl.h: improve inline assembly coverage on PPC64.Andy Polyakov2017-07-311-7/+7
* Address potential buffer overflows.Pauli2017-07-071-12/+15
* change return (x) to return xPauli2017-07-071-16/+16
* Undo commit d420ac2Rich Salz2017-07-051-7/+6
* BN_pseudo_rand is really BN_randRich Salz2017-07-043-18/+11
* Merge Intel copyright notice into standardRich Salz2017-06-305-203/+51
* Change to check last return value of BN_CTX_getPaul Yang2017-06-269-47/+32
* Fix inaccurate comments in bn_prime.cPaul Yang2017-06-261-4/+2
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-201-11/+1
* Remove a pointless "#if 0" block from BN_mul.Bernd Edlinger2017-06-171-40/+0