aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn
Commit message (Expand)AuthorAgeFilesLines
* 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-102-260/+259
* Remove trailing whitespace from some files.David Benjamin2016-10-1015-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-057-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
* bn/bn_add.c: favour counted loops over ifs and breaks.Andy Polyakov2016-06-131-72/+38
* Avoid creating illegal pointersKurt Roeckx2016-06-111-5/+7
* Clean up "generic" intro pod files.Rich Salz2016-06-091-0/+247
* Fix BN_mod_word bugMatt Caswell2016-06-071-0/+22
* Fix test failures when using enable-ubsanMatt Caswell2016-06-021-1/+1
* Add final(?) set of copyrights.Rich Salz2016-06-017-15/+42
* x86_64 assembly pack: tolerate spaces in source directory name.Andy Polyakov2016-05-295-5/+5
* bn/bn_exp.c: explain 'volatile' in MOD_EXP_CTIME_COPY_FROM_PREBUF.Andy Polyakov2016-05-271-0/+8
* fix BN_hex2bn()/BN_dec2bn() memory leakhuangqinjin2016-05-271-2/+2
* build.info files: add quotes around any spec that may contain spacesRichard Levitte2016-05-251-1/+1
* Clean up RAND_bytes() callsTodd Short2016-05-241-7/+2
* Remove unused error/function codes.Rich Salz2016-05-231-9/+1
* VMS: remove last VAX vestigesRichard Levitte2016-05-232-6462/+0
* Avoid creating an illegal pointerKurt Roeckx2016-05-221-2/+4
* Avoid creating an illegal pointerKurt Roeckx2016-05-221-1/+5
* Add OpenSSL copyright to .pl filesRich Salz2016-05-2126-26/+208
* Manual fixes after copyright consolidationRich Salz2016-05-173-53/+11
* Copyright consolidation 06/10Rich Salz2016-05-1736-2115/+225
* Use OPENSSL_hexchar2intRich Salz2016-05-161-7/+2
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-161-1/+0