summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/bn_lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Provide BN_GENCB_new(), BN_GENCB_free() and BN_GENCB_get_arg()jsing2018-02-201-1/+26
* use freezero() instead of memset/explicit_bzero + free. Substantiallyderaadt2017-05-021-9/+5
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-6/+5
* 'accomodate' -> 'accommodate' in comments.krw2016-03-151-2/+2
* graduate bn_expand() to a real function. the openssl version of thisderaadt2016-03-041-1/+13
* Correct spelling of OPENSSL_cleanse.jsing2015-09-101-4/+4
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-3/+2
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+3
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+3
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-1/+3
* remove unused, private version strings except SSL_version_strbcook2014-07-091-3/+1
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* ok, next pass after review: when possible, put the reallocarray argumentsderaadt2014-05-291-1/+1
* convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53deraadt2014-05-291-2/+2
* Emergency knfectomie requested by tedu@.jsing2014-05-081-449/+493
* with the first bug it uncovered fixed, clear all bignums again.tedu2014-05-071-17/+9
* in BN_clear_free, don't cleanse the data if the static data flag is set.tedu2014-05-071-3/+2
* revert, thanks sthentedu2014-05-071-9/+17
* inspired by a cloudflare diff, cleanse old memory when expanding a bignum.tedu2014-05-051-17/+9
* Try to clean the maze of <openssl/bn.h> defines regarding the BN internals.miod2014-04-241-28/+1
* I'm glad to know that Ultrix CC has a bug optimizing switch() statementsmiod2014-04-231-5/+0
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-8/+8
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-0/+52
* resolve conflictsdjm2012-10-131-19/+0
* resolve conflicts, fix local changesdjm2010-10-011-5/+24
* resolve conflictsdjm2009-01-091-19/+0
* resolve conflictsdjm2008-09-061-102/+123
* merge 0.9.7dmarkus2004-04-081-4/+4
* Revert BN_cmp() change. Its arguments are const. Spotted by miod@.otto2003-09-291-3/+0
* Add extra calls to bn_fix_top() in BN_cmp(), since some functions mayotto2003-09-251-0/+3
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-2/+2
* Trivial sprintf() -> snprintf() changes. ok deraadt@ho2003-04-051-2/+2
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-101-0/+6
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-140/+196
* openssl-engine-0.9.6a mergebeck2001-06-221-0/+7
* openssl-engine-0.9.6 mergebeck2000-12-151-21/+21
* OpenSSL 0.9.5 mergebeck2000-03-191-46/+14
* OpenSSL 0.9.4 mergebeck1999-09-291-158/+334
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+611