History log of /openssl/crypto/bio/bss_bio.c (Results 51 – 68 of 68)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 6f7af152 10-Sep-1999 Bodo Möller

Use non-copying BIO interface in ssltest.c.


# d680ba86 09-Sep-1999 Ben Laurie

Correct warnings.


# c1082a90 07-Sep-1999 Bodo Möller

Non-copying interface to BIO pairs.
It's still totally untested ...


Revision tags: OpenSSL_0_9_4
# 99187624 07-Aug-1999 Bodo Möller

change formatting a bit


# 316d5cdc 03-Aug-1999 Bodo Möller

comment


# 7eea36bb 12-Jul-1999 Bodo Möller

cosmetic changes


# c91b5c71 05-Jul-1999 Bodo Möller

avoid confliction definitions of NDEBUG


# e334d78b 05-Jul-1999 Bodo Möller

Disable asserts for standard configurations.


# 2de62540 18-Jun-1999 Bodo Möller

Use same name in the definition as in the header file declaration :-/
(the extra "get" makes the name quite long, but otherwise it'd sound
as if you could request something rather than obtain

Use same name in the definition as in the header file declaration :-/
(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).

show more ...


# 6c82fda2 15-Jun-1999 Bodo Möller

Don't try to use zero-byte buffers.


# d7fcc7f6 12-Jun-1999 Bodo Möller

Bugfix.


# 95d29597 12-Jun-1999 Bodo Möller

BIO pairs.


# d58d092b 10-Jun-1999 Bodo Möller

Avoid warnings.


# 72fbe87d 08-Jun-1999 Ben Laurie

Survive pedanticism.


# c035b0c3 08-Jun-1999 Bodo Möller

"request" added.


# 1aad3392 07-Jun-1999 Bodo Möller

Fix for BIO pairs.


# 3928b6bf 07-Jun-1999 Bodo Möller

treat init properly


# 9e06f6f6 07-Jun-1999 Bodo Möller

Introduce "BIO pairs", which (when finished) will relay data
so that the SSL library can be used for applications that
have to handle all the actual I/O themselves.


123