summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bio/bio_cb.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther2014-04-191-15/+15
| | | | | | truncation is either desirable, not an issue, or is detected and handled later ok deraadt@
* > As I walk through the valley of the shadow of deathtedu2014-04-161-1/+1
| | | | | | | | | > I take a look at my life and realize there's nothin' left > Cause I've been blasting and laughing so long, > That even my mama thinks that my mind is gone Remove even more unspeakable evil being perpetuated in the name of VMS. (and lesser evils done in the name of others.) ok miod
* More KNF.jsing2014-04-161-7/+7
|
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-151-37/+41
| | | | | readable. This pass is whitespace only and can readily be verified using tr and md5.
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-151-15/+15
| | | | | where the return value is ignored changing to (void) snprintf. ok deraadt@
* Remove some stuff that isn't needed.beck2014-04-131-2/+2
| | | | ok miod@ deraadt@
* resolve conflicts, fix local changesdjm2010-10-011-10/+14
|
* merge 0.9.7dmarkus2004-04-081-15/+15
|
* sprintf->snprintf. deraadt@ suggestions and okho2003-04-061-15/+21
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-1/+1
|
* OpenSSL 0.9.4 mergebeck1999-09-291-9/+4
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+138
functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible.