]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a very simple blocking TLS client demo
authorMatt Caswell <matt@openssl.org>
Fri, 2 Jun 2023 15:31:30 +0000 (16:31 +0100)
committerPauli <pauli@openssl.org>
Wed, 14 Jun 2023 03:08:37 +0000 (13:08 +1000)
commita5a0c6a372d2cb9fbcec627e5a338c6f79aa0b16
tree3666a08feb2a25be8bb6d8351126e5b8aebd0671
parent4032cd9a1434610e4dc2bbde01f98d04faa615e5
Add a very simple blocking TLS client demo

This blocking client is intended to be used to explain how to implement
a simple client in the documentation.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21133)
demos/guide/Makefile [new file with mode: 0644]
demos/guide/tls-client-block.c [new file with mode: 0644]