You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() CLA: trivial Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14661) |
2 years ago | |
---|---|---|
.. | ||
Makefile | 2 years ago | |
README.txt | 3 years ago | |
accept.cnf | 4 years ago | |
client-arg.c | 2 years ago | |
client-conf.c | 2 years ago | |
cmod.cnf | 6 years ago | |
connect.cnf | 4 years ago | |
descrip.mms | 4 years ago | |
intca.pem | 5 years ago | |
root.pem | 5 years ago | |
saccept.c | 5 years ago | |
sconnect.c | 3 years ago | |
server-arg.c | 5 years ago | |
server-cmod.c | 5 years ago | |
server-conf.c | 5 years ago | |
server-ec.pem | 5 years ago | |
server.pem | 5 years ago | |
shared.opt | 7 years ago | |
static.opt | 7 years ago |
README.txt
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.