summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_bio.c
AgeCommit message (Collapse)Author
1999-07-12cosmetic changesBodo Möller
1999-07-05avoid confliction definitions of NDEBUGBodo Möller
1999-07-05Disable asserts for standard configurations.Bodo Möller
1999-06-18Use same name in the definition as in the header file declaration :-/Bodo Möller
(the extra "get" makes the name quite long, but otherwise it'd sound as if you could request something rather than obtain information about what the peer did).
1999-06-15Don't try to use zero-byte buffers.Bodo Möller
1999-06-12Bugfix.Bodo Möller
1999-06-12BIO pairs.Bodo Möller
1999-06-10Avoid warnings.Bodo Möller
1999-06-08Survive pedanticism.Ben Laurie
1999-06-08"request" added.Bodo Möller
1999-06-07Fix for BIO pairs.Bodo Möller
1999-06-07treat init properlyBodo 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.