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)
commit69758252fce6231073cb288a4f5bbf8f7febc249
treee62905f1544c9fb6c88f7b70d400c29d2ead4207
parentc58035e31f65574542f72955007b1935c3669186
Implement cs_set_ssl_ctx which sets SSL_CTX for SSL comstack.
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.
NEWS
include/yaz/comstack.h
src/comstack.c
src/tcpip.c
src/unix.c