summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/bn_print.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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