Home | History | Annotate | only in /src/crypto/external/bsd/openssl/dist/demos/bio
Up to higher level directory
NameDateSize
accept.cnf07-May-2023486
client-arg.c07-May-20232.9K
client-conf.c07-May-20233.1K
cmod.cnf07-May-2023622
connect.cnf07-May-2023370
descrip.mms23-Jan-20201.3K
intca.pem23-Sep-20181.5K
Makefile07-May-20231K
README.txt07-May-2023254
root.pem23-Sep-20181.7K
saccept.c07-May-20232.9K
sconnect.c07-May-20233.1K
server-arg.c07-May-20234K
server-cmod.c07-May-20232.4K
server-conf.c07-May-20233.8K
server-ec.pem23-Sep-2018905
server.pem23-Sep-20184.9K
shared.opt08-Feb-201847
static.opt08-Feb-201835

README.txt

      1 This directory contains some simple examples of the use of BIO's
      2 to simplify socket programming.
      3 
      4 The client-conf, server-conf, client-arg and client-conf include examples
      5 of how to use the SSL_CONF API for configuration file or command line
      6 processing.
      7