summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/bn_print.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-4/+4
* If BN_div_word() fails (by returning (BN_ULONG)-1) or if the divisionguenther2016-10-171-4/+8
* Add bounds checking for BN_hex2bn/BN_dec2bn.doug2016-03-021-7/+12
* remove excessive brackets on pointer mathderaadt2015-09-281-8/+8
* Redo 1.25, without the NULL deref.miod2015-09-271-22/+31
* Revert bn_print.c:r1.25 ("handle negative-zero in BN_bn2dec() too") forsthen2015-09-181-31/+22
* Handle negative-zero in BN_bn2dec() too, just like in BN_print().deraadt2015-09-131-22/+31
* BN does support negative-zero -- BN_print() sets the standard here.deraadt2015-09-131-3/+3
* 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-3/+7
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* malloc() result does not need a cast.deraadt2014-06-071-2/+2
* more: no need for null check before freederaadt2014-05-301-2/+1
* convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53deraadt2014-05-291-1/+1
* Everything sane has stdio, and FILE *. we don't need ifdefs for this.beck2014-05-291-2/+0
* Emergency knfectomie requested by tedu@.jsing2014-05-081-211/+225
* We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther2014-04-191-4/+4
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-7/+7
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-151-4/+4
* resolve conflictsdjm2012-10-131-0/+19
* resolve conflicts, fix local changesdjm2010-10-011-0/+21
* resolve conflictsdjm2008-09-061-18/+23
* merge 0.9.7dmarkus2004-04-081-2/+2
* Use BN_is_zero(), not x->top == 0 to test if a BN is zero.otto2003-09-251-3/+3
* sprintf->snprintf. deraadt@ suggestions and okho2003-04-061-2/+3
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-3/+3
* openssl-engine-0.9.6 mergebeck2000-12-151-6/+6
* OpenSSL 0.9.5 mergebeck2000-03-191-7/+16
* OpenSSL 0.9.4 mergebeck1999-09-291-20/+10
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+333