ibd1279/logjammin

Replace OpenSSL BIO with BSD Sockets.

Closed this issue · 0 comments

The first step in switching logjamd over to gnutls is replacing the BIO socket descriptors in Server_secure and Connection_secure with BSD sockets. This would include a replacement for the Streambuf_bio class to support getting bytes from a BSD socket descriptor.

Adding a Streambuf_TLS or implementing the security layers is not part of this issue.