Split out the TLS server SSL_CTX allocation and configuration code, so
authorjsing <jsing@openbsd.org>
Thu, 18 Aug 2016 15:52:03 +0000 (15:52 +0000)
committerjsing <jsing@openbsd.org>
Thu, 18 Aug 2016 15:52:03 +0000 (15:52 +0000)
commit991d42a128e6b7e4fd69705e6cd02f59b9f04295
tree7a8733cd2f11d2cea5b0e7d5cdc6c3c449b0dd4e
parentbba260456b3f852c1c2f8079c520089bbbea6cfe
Split out the TLS server SSL_CTX allocation and configuration code, so
that it can be reused to allocate the additional SSL_CTXs needed for SNI.

ok reyk@
lib/libtls/tls_server.c