summaryrefslogtreecommitdiffstats
path: root/crypto/bn
AgeCommit message (Expand)Author
2017-02-10Fix copy-pasteism in CFI directives.Adam Langley
2017-02-09bn/asm/x86_64*: add DWARF CFI directives.Andy Polyakov
2017-02-09bn/asm/rsaz-avx2.pl: refine Win64 SE handler.Andy Polyakov
2017-02-06x86_64 assembly pack: Win64 SEH face-lift.Andy Polyakov
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-25bn/asm/ppc-mont.pl: signal no-op in 32-bit bit build.Andy Polyakov
2016-11-15Check return value of some BN functions.Rich Salz
2016-11-10Revert "Move algorithm specific ppccap code from crypto/ppccap.c"Richard Levitte
2016-11-10bn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (Low severity).Andy Polyakov
2016-11-09Move algorithm specific ppccap code from crypto/ppccap.cRichard Levitte
2016-11-08Missing BN_RECP_CTX field init.FdaSilvaYY
2016-11-08Zero stack variable with DSA nonceRich Salz
2016-10-24ppccap.c: engage new multipplication and squaring subroutines.Andy Polyakov
2016-10-24bn/asm/ppc-mont.pl: add optimized multiplication and squaring subroutines.Andy Polyakov
2016-10-24bn/asm/ppc-mont.pl: prepare for extension.Andy Polyakov
2016-10-10Fix up bn_prime.pl formatting.David Benjamin
2016-10-10Remove trailing whitespace from some files.David Benjamin
2016-09-13bn/bn_lcl.h: improve interoperability with clang and Android NDK.Andy Polyakov
2016-09-06Misc BN fixesRich Salz
2016-09-02MIPS assembly pack: adapt it for MIPS[32|64]R6.Andy Polyakov
2016-08-31crypto/bn/*: x86[_64] division instruction doesn't handle constants, change c...Andy Polyakov
2016-08-29bn/asm/ppc.pl: harmonize .size directive in bn_mul_words.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
2016-06-13bn/bn_add.c: favour counted loops over ifs and breaks.Andy Polyakov
2016-06-11Avoid creating illegal pointersKurt Roeckx
2016-06-09Clean up "generic" intro pod files.Rich Salz