In memory TLS with OpenSSL in C
Feb 16, 2022 · 7 min read · TLS (formerly SSL) allows us to use public key encryption to secure data sent over the internet, though we can actually use it over many mediums. Here I will present a program that talks with itself, sending random messages, just through memory. By i...
Join discussion