minix/crypto/external/bsd/openssl/dist/demos/bio
2018-11-11 15:29:04 +00:00
..
accept.cnf crypto/external/bsd/openssl - Update to OpenSSL 1.0.2k. 2018-11-11 15:29:04 +00:00
client-arg.c crypto/external/bsd/openssl - Update to OpenSSL 1.0.2k. 2018-11-11 15:29:04 +00:00
client-conf.c crypto/external/bsd/openssl - Update to OpenSSL 1.0.2k. 2018-11-11 15:29:04 +00:00
connect.cnf crypto/external/bsd/openssl - Update to OpenSSL 1.0.2k. 2018-11-11 15:29:04 +00:00
Makefile crypto/external/bsd/openssl - Update to OpenSSL 1.0.2k. 2018-11-11 15:29:04 +00:00
README crypto/external/bsd/openssl - Update to OpenSSL 1.0.2k. 2018-11-11 15:29:04 +00:00
saccept.c crypto/external/bsd/openssl - Update to OpenSSL 1.0.2k. 2018-11-11 15:29:04 +00:00
sconnect.c NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
server-arg.c crypto/external/bsd/openssl - Update to OpenSSL 1.0.2k. 2018-11-11 15:29:04 +00:00
server-conf.c crypto/external/bsd/openssl - Update to OpenSSL 1.0.2k. 2018-11-11 15:29:04 +00:00
server.pem crypto/external/bsd/openssl - Update to OpenSSL 1.0.2k. 2018-11-11 15:29:04 +00:00

This directory contains some simple examples of the use of BIO's
to simplify socket programming.

The client-conf, server-conf, client-arg and client-conf include examples
of how to use the SSL_CONF API for configuration file or command line
processing.