Implement cs_set_ssl_ctx which sets SSL_CTX for SSL comstack.
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 29 Apr 2004 21:19:23 +0000 (21:19 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 29 Apr 2004 21:19:23 +0000 (21:19 +0000)
Do not create SSL_CTX in cs_create (ssl_type). Create in tcpip_bind,
tcpip_rcvconnect instead. This allows user to set custom SSL_CTX.


No differences found