summaryrefslogtreecommitdiffstats
path: root/crypto/bn
AgeCommit message (Expand)Author
2017-12-08Standardize syntax of sizeof(foo)Rich Salz
2017-12-06bn/asm/rsaz-avx2.pl: fix digit correction bug in rsaz_1024_mul_avx2.Andy Polyakov
2017-11-16bn/bn_add.c: address performance regression.Andy Polyakov
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-11Ensure we test all parameters for BN_FLG_CONSTTIMEMatt Caswell
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-07-14Fix gcc-7 warnings about missing fall thru comments.Bernd Edlinger
2017-06-17Remove a pointless "#if 0" block from BN_mul.Bernd Edlinger
2017-06-14Fix possible crash in X931 code.Bernd Edlinger
2017-05-11Remove dead code.Pauli
2017-04-22Numbers greater than 1 are usually non-negative.David Benjamin
2017-03-30More typo fixesFdaSilvaYY
2017-03-28Refomat a few comments on 80 colsFdaSilvaYY
2017-03-24bn/asm/sparcv9-mont.pl: fix squaring code path.Andy Polyakov
2017-03-03Reset executable bits on files where not needed.Bernd Edlinger
2017-02-01bn: fix occurance of negative zero in BN_rshift1()Richard Levitte
2017-02-01bn: fix occurances of negative zeroGeoff Thorpe
2017-02-01bn: catch negative zero as an errorGeoff Thorpe
2017-02-01bn: fix BN_DEBUG + BN_DEBUG_RAND supportGeoff Thorpe
2017-01-26bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqr8x_internal.Andy Polyakov
2016-12-15Don't call memcpy with NULL as sourceKurt Roeckx
2016-11-15Check return value of some BN functions.Rich Salz
2016-11-10bn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (Low severity).Andy Polyakov
2016-11-08Missing BN_RECP_CTX field init.FdaSilvaYY
2016-11-08Zero stack variable with DSA nonceRich Salz
2016-09-13bn/bn_lcl.h: improve interoperability with clang and Android NDK.Andy Polyakov
2016-09-06Misc BN fixesRich Salz
2016-08-31crypto/bn/*: x86[_64] division instruction doesn't handle constants, change c...Andy Polyakov
2016-08-24Remove useless assignmentMatt Caswell
2016-08-23Fix math in BN_bn2dec comment.David Benjamin
2016-08-23Check for malloc error in bn_x931p.cMatt Caswell
2016-08-22bn/asm/x86[_64]-mont*.pl: implement slightly alternative page-walking.Andy Polyakov
2016-08-22Fix overflow check in BN_bn2dec()Kazuki Yamaguchi
2016-08-16Check for errors in BN_bn2dec()Dr. Stephen Henson
2016-08-14Never return -1 from BN_expJakub Zelenka
2016-08-10Change callers to use the new constants.Rich Salz
2016-08-05spelling fixes, just comments and readme.klemens
2016-08-02Fix some style issues...FdaSilvaYY
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY
2016-07-19RT4593: Add space after comma (doc nits)Rich Salz
2016-07-01Simplify INCLUDE statements in build.info filesRichard Levitte
2016-06-30Convert memset calls to OPENSSL_cleanseMatt Caswell
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY
2016-06-25Handle BN_mod_word failures.David Benjamin
2016-06-25Fix BN_is_prime* calls.David Benjamin
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY
2016-06-13Add some missing return value checksMatt Caswell