summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bio/b_dump.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not need to buf[0] = 0 before strlcpy(buf, ...deraadt2015-04-231-2/+1
* f{read,write} take a number of items and an item size as arguments, andmiod2014-11-111-2/+2
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-3/+1
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-1/+2
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Everything sane has stdio, and FILE *. we don't need ifdefs for this.beck2014-05-291-2/+0
* Sort and group includes.jsing2014-05-051-1/+3
* We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther2014-04-191-4/+4
* use intrinsic strlcpy and strlcat everywhere so we only have one set ofbeck2014-04-191-7/+7
* - Why do we hide from the OpenSSL police, dad?miod2014-04-161-2/+2
* More KNF.jsing2014-04-161-7/+7
* Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternitybeck2014-04-151-6/+0
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-151-84/+87
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-151-5/+5
* resolve conflictsdjm2008-09-061-22/+53
* merge 0.9.7dmarkus2004-04-081-12/+12
* Less strcpy/strcat/sprintf. tdeval@ ok.ho2003-03-161-14/+18
* openssl-engine-0.9.6 mergebeck2000-12-151-49/+73
* OpenSSL 0.9.5 mergebeck2000-03-191-2/+2
* OpenSSL 0.9.4 mergebeck1999-09-291-5/+8
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+125