openssl/demos/bio
Nan Xiao 1ac64327df Remove unnecessary setting SSL_MODE_AUTO_RETRY
Since SSL_MODE_AUTO_RETRY is enabled by default, no need to set
it explicitly.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14742)
2021-04-07 13:02:37 +02:00
..
accept.cnf
client-arg.c Remove unnecessary setting SSL_MODE_AUTO_RETRY 2021-04-07 13:02:37 +02:00
client-conf.c Remove unnecessary setting SSL_MODE_AUTO_RETRY 2021-04-07 13:02:37 +02:00
cmod.cnf
connect.cnf
descrip.mms Fix Typos 2019-07-02 14:22:29 +02:00
intca.pem
Makefile
README.txt Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txt 2020-07-05 11:29:43 +02:00
root.pem
saccept.c
sconnect.c Update copyright year 2020-08-06 13:22:30 +01:00
server-arg.c
server-cmod.c
server-conf.c
server-ec.pem
server.pem
shared.opt
static.opt

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.