Client-only authentication instead of server-only authentication, using OpenSSL
First, some background: I’ve got a C++-based client/server system that uses the OpenSSL C library to encrypt the client/server connections. This is done in (what I believe is) the canonical OpenSSL fashion; that is to say, … Continue reading Client-only authentication instead of server-only authentication, using OpenSSL