]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a TLS non-blocking demo
authorMatt Caswell <matt@openssl.org>
Thu, 24 Aug 2023 08:14:21 +0000 (09:14 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 8 Sep 2023 14:44:37 +0000 (15:44 +0100)
commit0295364548bbab92b7002451c432489b55229ab8
tree05bc77202057f16b2c7e63d4ad0cd86b43aea968
parentebce766bb82b472eb3b796c5ee5ee2c19beb71f5
Add a TLS non-blocking demo

Show how to write a TLS client using a non-blocking socket

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21950)
demos/guide/Makefile
demos/guide/tls-client-non-block.c [new file with mode: 0644]