Best Practice of Creating TLS Client /Server in C?
Matt Caswell
matt at openssl.org
Fri Feb 11 22:58:44 UTC 2022
There is a demo echo client and server currently nearing the end of
review here:
https://github.com/openssl/openssl/pull/17260
Matt
On 11/02/2022 21:13, Joseph Chen via openssl-users wrote:
> Hello,
>
> Could someone point me to some good reads or C coed examples for
> creating a TLS client/server with best practices?
>
> After googling for some time, I am unable to find an recent example of
> how to create a TLS client/server in C. I even tried compiling and
> running the demo/client-arg.c/server-arg.c, but the running generated
> some alerts and warnings.
>
> I’m hoping to learn the best way possible to create embedded TLS
> client/server with the stable OpenSSL-1_1_1, not too much
> looping/polling, due to limited resources in embedded devices.
>
> -- JC
>
More information about the openssl-users
mailing list