summaryrefslogtreecommitdiffstats
path: root/crypto/bn
AgeCommit message (Expand)Author
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
2017-08-24Fix BN_print()Kazuki Yamaguchi
2017-08-23Improvement the formatting in bn_print.cPauli
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli
2017-08-21Remove OPENSSL_assert() usage from crypto/bnMatt Caswell
2017-08-03Add RAND_priv_bytes() for private keysRich Salz
2017-08-03Switch from ossl_rand to DRBG randRich Salz
2017-07-31bn/bn_lcl.h: restore formatting.Andy Polyakov
2017-07-31bn/bn_lcl.h: use __int128 whenever possible, not only on MIPS.Andy Polyakov
2017-07-31bn/bn_lcl.h: improve inline assembly coverage on PPC64.Andy Polyakov
2017-07-07Address potential buffer overflows.Pauli
2017-07-07change return (x) to return xPauli
2017-07-05Undo commit d420ac2Rich Salz
2017-07-03BN_pseudo_rand is really BN_randRich Salz
2017-06-30Merge Intel copyright notice into standardRich Salz
2017-06-26Change to check last return value of BN_CTX_getPaul Yang
2017-06-26Fix inaccurate comments in bn_prime.cPaul Yang
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz
2017-06-17Remove a pointless "#if 0" block from BN_mul.Bernd Edlinger
2017-06-14Fix possible crash in X931 code.Bernd Edlinger
2017-06-07make error tables const and separate header fileRich Salz
2017-05-11Remove filename argument to x86 asm_init.David Benjamin