So it turns out there isn't much in the way of low level TLS support for servers.
Pretty much everyone has implemented something similar. I think I cover most of
the cases here, but please be diligent in your review. As noted in the code, it
may be worth our time to release the TlsAcceptor stuff as public crate, but
obviously that is outside the scope of this PR.
So it turns out there isn't much in the way of low level TLS support for servers. Pretty much everyone has implemented something similar. I think I cover most of the cases here, but please be diligent in your review. As noted in the code, it may be worth our time to release the
TlsAcceptor
stuff as public crate, but obviously that is outside the scope of this PR.Closes #67