summaryrefslogtreecommitdiffstats
path: root/crypto/bn
AgeCommit message (Expand)Author
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
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
2016-06-07Fix BN_mod_word bugMatt Caswell
2016-06-02Fix test failures when using enable-ubsanMatt Caswell
2016-06-01Add final(?) set of copyrights.Rich Salz
2016-05-29x86_64 assembly pack: tolerate spaces in source directory name.Andy Polyakov
2016-05-27bn/bn_exp.c: explain 'volatile' in MOD_EXP_CTIME_COPY_FROM_PREBUF.Andy Polyakov
2016-05-27fix BN_hex2bn()/BN_dec2bn() memory leakhuangqinjin
2016-05-25build.info files: add quotes around any spec that may contain spacesRichard Levitte
2016-05-24Clean up RAND_bytes() callsTodd Short
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-23VMS: remove last VAX vestigesRichard Levitte
2016-05-22Avoid creating an illegal pointerKurt Roeckx
2016-05-22Avoid creating an illegal pointerKurt Roeckx
2016-05-21Add OpenSSL copyright to .pl filesRich Salz
2016-05-17Manual fixes after copyright consolidationRich Salz
2016-05-17Copyright consolidation 06/10Rich Salz
2016-05-16Use OPENSSL_hexchar2intRich Salz
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni
2016-05-04Alpha assembly pack: make it work on Linux.Andy Polyakov
2016-05-03Improve commentDmitry-Me
2016-04-29Don't free the BIGNUM passed to BN_mpi2bnMatt Caswell
2016-04-28Don't leak memory on error in BN_generate_prime_exMatt Caswell
2016-04-28Free a BIGNUM on error in BN_mpi2bnMatt Caswell
2016-04-20Update copyright; generated files.Rich Salz
2016-04-20Remove --classic build entirelyRichard Levitte