Writing a TLS Client with OpenSSL

preview_player
Показать описание
In this video we will be writing a simple TLS client using the OpenSSL APIs. We will show how to write an application that connects to a server and sends and receives application data to/from that server. We will cover the most important OpenSSL functions that you need to use and how to ensure that you have correctly authenticated the server's certificate.
Рекомендации по теме
Комментарии
Автор

Can we get a TLS server example with non-blocking socket in the following videos?

xichenliu-wr