summaryrefslogtreecommitdiffstats
path: root/crypto/bn (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up references to FIPSEmilia Kasper2017-02-281-4/+0
* Remove BN_DEBUG_TRIXEmilia Kasper2017-02-281-8/+0
* Fix typo in x86_64-mont5.pl CFI directivesDavid Benjamin2017-02-171-1/+1
* Fix copy-pasteism in CFI directives.Adam Langley2017-02-102-10/+10
* bn/asm/x86_64*: add DWARF CFI directives.Andy Polyakov2017-02-095-2/+324
* bn/asm/rsaz-avx2.pl: refine Win64 SE handler.Andy Polyakov2017-02-091-5/+12
* x86_64 assembly pack: Win64 SEH face-lift.Andy Polyakov2017-02-064-13/+22
* bn: fix occurance of negative zero in BN_rshift1()Richard Levitte2017-02-011-0/+2
* bn: fix occurances of negative zeroGeoff Thorpe2017-02-014-4/+8
* bn: catch negative zero as an errorGeoff Thorpe2017-02-011-2/+2
* bn: fix BN_DEBUG + BN_DEBUG_RAND supportGeoff Thorpe2017-02-011-8/+6
* bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqr8x_internal.Andy Polyakov2017-01-261-9/+7
* Don't call memcpy with NULL as sourceKurt Roeckx2016-12-151-1/+2
* bn/asm/ppc-mont.pl: signal no-op in 32-bit bit build.Andy Polyakov2016-11-251-0/+1
* Check return value of some BN functions.Rich Salz2016-11-164-7/+11
* Revert "Move algorithm specific ppccap code from crypto/ppccap.c"Richard Levitte2016-11-101-42/+0
* bn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (Low severity).Andy Polyakov2016-11-101-3/+2
* Move algorithm specific ppccap code from crypto/ppccap.cRichard Levitte2016-11-091-0/+42
* Missing BN_RECP_CTX field init.FdaSilvaYY2016-11-081-3/+3
* Zero stack variable with DSA nonceRich Salz2016-11-081-0/+1
* ppccap.c: engage new multipplication and squaring subroutines.Andy Polyakov2016-10-241-3/+0
* bn/asm/ppc-mont.pl: add optimized multiplication and squaring subroutines.Andy Polyakov2016-10-241-1/+1645
* bn/asm/ppc-mont.pl: prepare for extension.Andy Polyakov2016-10-241-19/+24
* Fix up bn_prime.pl formatting.David Benjamin2016-10-112-260/+259
* Remove trailing whitespace from some files.David Benjamin2016-10-1115-192/+192
* bn/bn_lcl.h: improve interoperability with clang and Android NDK.Andy Polyakov2016-09-131-2/+2
* Misc BN fixesRich Salz2016-09-063-15/+23
* MIPS assembly pack: adapt it for MIPS[32|64]R6.Andy Polyakov2016-09-023-424/+436
* crypto/bn/*: x86[_64] division instruction doesn't handle constants, change c...Andy Polyakov2016-08-312-3/+3
* bn/asm/ppc.pl: harmonize .size directive in bn_mul_words.Andy Polyakov2016-08-291-1/+1
* Remove useless assignmentMatt Caswell2016-08-241-2/+1
* Fix math in BN_bn2dec comment.David Benjamin2016-08-231-2/+2
* Check for malloc error in bn_x931p.cMatt Caswell2016-08-231-0/+3
* bn/asm/x86[_64]-mont*.pl: implement slightly alternative page-walking.Andy Polyakov2016-08-223-179/+274
* Fix overflow check in BN_bn2dec()Kazuki Yamaguchi2016-08-221-3/+2
* Check for errors in BN_bn2dec()Dr. Stephen Henson2016-08-161-1/+7
* Never return -1 from BN_expJakub Zelenka2016-08-141-4/+4
* Change callers to use the new constants.Rich Salz2016-08-104-12/+13
* spelling fixes, just comments and readme.klemens2016-08-067-10/+10
* Fix some style issues...FdaSilvaYY2016-08-021-2/+2
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* Fix a few if(, for(, while( inside code.FdaSilvaYY2016-07-201-15/+15
* RT4593: Add space after comma (doc nits)Rich Salz2016-07-191-5/+5
* Simplify INCLUDE statements in build.info filesRichard Levitte2016-07-011-2/+1
* Convert memset calls to OPENSSL_cleanseMatt Caswell2016-06-301-1/+1
* Whitespace cleanup in cryptoFdaSilvaYY2016-06-294-5/+5
* Handle BN_mod_word failures.David Benjamin2016-06-251-11/+30
* Fix BN_is_prime* calls.David Benjamin2016-06-251-5/+12
* Useless header include of openssl/rand.hFdaSilvaYY2016-06-182-2/+0
* Add some missing return value checksMatt Caswell2016-06-132-5/+8