Add a number of documentation files, mostly for SSL routines, but also
authorRichard Levitte <levitte@openssl.org>
Thu, 14 Sep 2000 13:11:56 +0000 (13:11 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 14 Sep 2000 13:11:56 +0000 (13:11 +0000)
commitcc99526db1ee5b948736f6b07958a786fec1240b
tree24c07af7e38f014e2baa02ba5ce454e24d64211f
parent72660f5f15fcd71215193f993dd95da0d130168a
Add a number of documentation files, mostly for SSL routines, but also
for a few BIO routines.
Submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
19 files changed:
CHANGES
doc/crypto/BIO_ctrl_get_read_request.pod [new file with mode: 0644]
doc/crypto/BIO_ctrl_pending.pod [new file with mode: 0644]
doc/crypto/BIO_new_bio_pair.pod [new file with mode: 0644]
doc/ssl/SSL_SESSION_free.pod [new file with mode: 0644]
doc/ssl/SSL_accept.pod [new file with mode: 0644]
doc/ssl/SSL_clear.pod [new file with mode: 0644]
doc/ssl/SSL_connect.pod [new file with mode: 0644]
doc/ssl/SSL_free.pod [new file with mode: 0644]
doc/ssl/SSL_get_fd.pod [new file with mode: 0644]
doc/ssl/SSL_get_rbio.pod [new file with mode: 0644]
doc/ssl/SSL_get_session.pod [new file with mode: 0644]
doc/ssl/SSL_new.pod [new file with mode: 0644]
doc/ssl/SSL_read.pod [new file with mode: 0644]
doc/ssl/SSL_set_bio.pod [new file with mode: 0644]
doc/ssl/SSL_set_fd.pod [new file with mode: 0644]
doc/ssl/SSL_set_session.pod [new file with mode: 0644]
doc/ssl/SSL_shutdown.pod [new file with mode: 0644]
doc/ssl/SSL_write.pod [new file with mode: 0644]