Commit 305a61b3 authored by Steve Bennett's avatar Steve Bennett
Browse files

aio: ssl: Allow SNI to be specified



For some SSL connections it is necessary to set the Server Name
Indication in the connection in order to receive the correct
certificate. Allow this as part of the client ssl call with:

  $sock ssl -sni $servername

Also for -server mode, allow the certificate and private key to be
stored in a single file and only be specified once.

Signed-off-by: default avatarSteve Bennett <steveb@workware.net.au>
parent 90669224
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment