Neil Horman 6195c08d10 make addr_len the right sign in sslecho | 7 месяцев назад | |
---|---|---|
.. | ||
A-SSL-Docs.txt | 801c638c50 Added Simple SSL Echo Client/Server to demos. | 2 лет назад |
Makefile | 86db958835 demos: tidy up makefiles, fix warnings | 1 год назад |
README.md | 801c638c50 Added Simple SSL Echo Client/Server to demos. | 2 лет назад |
build.info | 2000281dad Convert demos to primary build system | 7 месяцев назад |
cert.pem | 801c638c50 Added Simple SSL Echo Client/Server to demos. | 2 лет назад |
key.pem | 801c638c50 Added Simple SSL Echo Client/Server to demos. | 2 лет назад |
main.c | 6195c08d10 make addr_len the right sign in sslecho | 7 месяцев назад |
This project implements a simple echo client/server.
It is a console application, with command line parameters determining the mode of operation (client or server). Start it with no parameters to see usage.
The server code was adapted from the Simple TLS Server on the OpenSSL Wiki. The server code was modified to perform the echo function, and client code was added to open a connection with the server and to send keyboard input to the server.
The new client code illustrates that:
The cert.pem and key.pem files included are self signed certificates with the "Common Name" of 'localhost'.
Best to create the 'pem' files using an actual hostname.