aboutsummaryrefslogtreecommitdiff
path: root/crypto/bn
AgeCommit message (Expand)AuthorFilesLines
2016-10-24ppccap.c: engage new multipplication and squaring subroutines.Andy Polyakov1-3/+0
2016-10-24bn/asm/ppc-mont.pl: add optimized multiplication and squaring subroutines.Andy Polyakov1-1/+1645
2016-10-24bn/asm/ppc-mont.pl: prepare for extension.Andy Polyakov1-19/+24
2016-10-10Fix up bn_prime.pl formatting.David Benjamin2-260/+259
2016-10-10Remove trailing whitespace from some files.David Benjamin15-192/+192
2016-09-13bn/bn_lcl.h: improve interoperability with clang and Android NDK.Andy Polyakov1-2/+2
2016-09-06Misc BN fixesRich Salz3-15/+23
2016-09-02MIPS assembly pack: adapt it for MIPS[32|64]R6.Andy Polyakov3-424/+436
2016-08-31crypto/bn/*: x86[_64] division instruction doesn't handle constants, change c...Andy Polyakov2-3/+3
2016-08-29bn/asm/ppc.pl: harmonize .size directive in bn_mul_words.Andy Polyakov1-1/+1
2016-08-24Remove useless assignmentMatt Caswell1-2/+1
2016-08-23Fix math in BN_bn2dec comment.David Benjamin1-2/+2
2016-08-23Check for malloc error in bn_x931p.cMatt Caswell1-0/+3
2016-08-22bn/asm/x86[_64]-mont*.pl: implement slightly alternative page-walking.Andy Polyakov3-179/+274
2016-08-22Fix overflow check in BN_bn2dec()Kazuki Yamaguchi1-3/+2
2016-08-16Check for errors in BN_bn2dec()Dr. Stephen Henson1-1/+7
2016-08-14Never return -1 from BN_expJakub Zelenka1-4/+4
2016-08-10Change callers to use the new constants.Rich Salz4-12/+13
2016-08-05spelling fixes, just comments and readme.klemens7-10/+10
2016-08-02Fix some style issues...FdaSilvaYY1-2/+2
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+2
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY1-15/+15
2016-07-19RT4593: Add space after comma (doc nits)Rich Salz1-5/+5
2016-07-01Simplify INCLUDE statements in build.info filesRichard Levitte1-2/+1
2016-06-30Convert memset calls to OPENSSL_cleanseMatt Caswell1-1/+1
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY4-5/+5
2016-06-25Handle BN_mod_word failures.David Benjamin1-11/+30
2016-06-25Fix BN_is_prime* calls.David Benjamin1-5/+12
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY2-2/+0
2016-06-13Add some missing return value checksMatt Caswell2-5/+8
2016-06-13bn/bn_add.c: favour counted loops over ifs and breaks.Andy Polyakov1-72/+38
2016-06-11Avoid creating illegal pointersKurt Roeckx1-5/+7
2016-06-09Clean up "generic" intro pod files.Rich Salz1-0/+247
2016-06-07Fix BN_mod_word bugMatt Caswell1-0/+22
2016-06-02Fix test failures when using enable-ubsanMatt Caswell1-1/+1
2016-06-01Add final(?) set of copyrights.Rich Salz7-15/+42
2016-05-29x86_64 assembly pack: tolerate spaces in source directory name.Andy Polyakov5-5/+5
2016-05-27bn/bn_exp.c: explain 'volatile' in MOD_EXP_CTIME_COPY_FROM_PREBUF.Andy Polyakov1-0/+8
2016-05-27fix BN_hex2bn()/BN_dec2bn() memory leakhuangqinjin1-2/+2
2016-05-25build.info files: add quotes around any spec that may contain spacesRichard Levitte1-1/+1
2016-05-24Clean up RAND_bytes() callsTodd Short1-7/+2
2016-05-23Remove unused error/function codes.Rich Salz1-9/+1
2016-05-23VMS: remove last VAX vestigesRichard Levitte2-6462/+0
2016-05-22Avoid creating an illegal pointerKurt Roeckx1-2/+4
2016-05-22Avoid creating an illegal pointerKurt Roeckx1-1/+5
2016-05-21Add OpenSSL copyright to .pl filesRich Salz26-26/+208
2016-05-17Manual fixes after copyright consolidationRich Salz3-53/+11
2016-05-17Copyright consolidation 06/10Rich Salz36-2115/+225
2016-05-16Use OPENSSL_hexchar2intRich Salz1-7/+2
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni1-1/+0