aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Alpha assembly pack: make it work on Linux.Andy Polyakov2016-05-041-1/+1
* Improve commentDmitry-Me2016-05-031-2/+2
* Don't free the BIGNUM passed to BN_mpi2bnMatt Caswell2016-04-291-3/+8
* Don't leak memory on error in BN_generate_prime_exMatt Caswell2016-04-281-3/+4
* Free a BIGNUM on error in BN_mpi2bnMatt Caswell2016-04-281-7/+9
* Update copyright; generated files.Rich Salz2016-04-201-54/+8
* Remove --classic build entirelyRichard Levitte2016-04-201-149/+0
* Copyright consolidation: perl filesRich Salz2016-04-205-59/+44
* Rename some lowercase API'sRich Salz2016-04-181-8/+8
* PPC assembly pack: remove branch hints.Andy Polyakov2016-04-073-16/+16
* Clean-up *_DEBUG options.Andy Polyakov2016-04-073-15/+0
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Remove ultrix/mips support.Rich Salz2016-03-171-5/+1
* On Windows, page walking is known as __chkstk.Emilia Kasper2016-03-153-0/+6