summaryrefslogtreecommitdiff
path: root/lib/libcrypto/bio/bss_fd.c
AgeCommit message (Expand)Author
2015-02-12If you do not support POSIX I/O then you're not tall enough to ride...Joel Sing
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesJoel Sing
2014-07-10Stop including standard headers via cryptlib.h - pull in the headers thatJoel Sing
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-04-27Use C99 initializers for the various FOO_METHOD structs. More readable, andMiod Vallat
2014-04-18unistd.h for protos where neededTheo de Raadt
2014-04-17Mostly gut e_os.h:Theo de Raadt
2014-04-17some KNF cleanup following the scriptTheo de Raadt
2014-04-16- Why do we hide from the OpenSSL police, dad?Miod Vallat
2014-04-16Clean up non-fatal error handling - we know which error numbers we haveJoel Sing
2014-04-15Toss a `unifdef -U OPENSSL_SYS_WINDOWS' bomb into crypto/bio.Joel Sing
2014-04-15First pass at applying KNF to the OpenSSL code, which almost makes itJoel Sing
2014-04-13Remove various horrible socket syscall wrappers, especially SHUTDOWN*Theo de Raadt
2010-10-01resolve conflicts, fix local changesDamien Miller
2008-09-06resolve conflictsDamien Miller
2002-05-15OpenSSL 0.9.7 stable 2002 05 08 mergeBob Beck
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker