summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bio.h
AgeCommit message (Collapse)Author
1999-06-15Don't try to use zero-byte buffers.Bodo Möller
1999-06-12BIO pairs.Bodo Möller
1999-06-08Survive pedanticism.Ben Laurie
1999-06-07Fix for BIO pairs.Bodo Möller
1999-06-07Introduce "BIO pairs", which (when finished) will relay dataBodo Möller
so that the SSL library can be used for applications that have to handle all the actual I/O themselves.
1999-05-14Various bugfixes: Uses locking for some more of the stuff that is notBodo Möller
thread-safe (where thread-safe counterparts are not available on all platforms), and don't memcpy to NULL-pointers Submitted by: Anonymous Reviewed by: Bodo Moeller Also, clean up htons vs. ntohs confusions.
1999-05-05Use ANSI stdarg.Ulf Möller
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-24Fix header files so that any one can be included first.Bodo Möller
Submitted by: Reviewed by: PR:
1999-04-24Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson
script, translates function codes better and doesn't need the K&R function prototypes to work (NB. the K&R prototypes can't be wiped just yet: they are still needed by the DEF generator...). I also ran the script with the -rewrite option to update all the header and source files.
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
Submitted by: Reviewed by: PR:
1999-04-23Work with -pedantic!Ben Laurie
1999-04-19Clean up prototypes (prepare for removing NOPROTO).Ulf Möller
1999-04-19Fix typos in error codes.Ulf Möller
1999-04-17Massive constification.Ben Laurie
1999-03-09Comment out two unimplemented functions from bio.h. Attempt to get theDr. Stephen Henson
Win32 test batch file going again.
1999-03-08Add missing funtions from non ANSI section of header files and add missingDr. Stephen Henson
ordinals to libeay.num.
1999-02-28Add functions to add certs to stacks, used for CA file/path stuff in servers.Ben Laurie
1999-02-22Add syslogging BIO.Ben Laurie
1998-12-22Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall