openssl/demos/bio
Neil Horman 3b56cd4f04 Don't include unistd.h in sconnect for windows
The platform doesn't support it

Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/24047)
2024-04-12 08:02:20 -04:00
..
accept.cnf Add config_diagnostics to our configuration files. 2021-08-04 08:15:14 +10:00
build.info Convert demos to primary build system 2024-04-12 08:02:19 -04:00
client-arg.c Copyright year updates 2023-09-07 09:59:15 +01:00
client-conf.c Copyright year updates 2023-09-07 09:59:15 +01:00
cmod.cnf Add config_diagnostics to our configuration files. 2021-08-04 08:15:14 +10:00
connect.cnf Add config_diagnostics to our configuration files. 2021-08-04 08:15:14 +10:00
descrip.mms Fix Typos 2019-07-02 14:22:29 +02:00
intca.pem Update certificates in demos/bio, demos/cms, demos/smime 2018-06-15 09:10:30 +10:00
Makefile demos: tidy up makefiles, fix warnings 2023-11-15 08:43:23 +01:00
README.txt Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txt 2020-07-05 11:29:43 +02:00
root.pem Update certificates in demos/bio, demos/cms, demos/smime 2018-06-15 09:10:30 +10:00
saccept.c Fix signal handling in saccept for windows 2024-04-12 08:02:19 -04:00
sconnect.c Don't include unistd.h in sconnect for windows 2024-04-12 08:02:20 -04:00
server-arg.c Following the license change, modify the boilerplates in demos/ 2018-12-06 15:38:19 +01:00
server-cmod.c Following the license change, modify the boilerplates in demos/ 2018-12-06 15:38:19 +01:00
server-conf.c Following the license change, modify the boilerplates in demos/ 2018-12-06 15:38:19 +01:00
server-ec.pem Update certificates in demos/bio, demos/cms, demos/smime 2018-06-15 09:10:30 +10:00
server.pem Update certificates in demos/bio, demos/cms, demos/smime 2018-06-15 09:10:30 +10:00
shared.opt Crude VMS build files for demos/bio/ 2016-09-20 18:24:24 +02:00
static.opt Crude VMS build files for demos/bio/ 2016-09-20 18:24:24 +02: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.