X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=ec23a79a24365a8ba12f02dd70975a81177b09a0;hp=5c953ace67befc19c2f581bcccaa7b36626b94fa;hb=69758252fce6231073cb288a4f5bbf8f7febc249;hpb=c58035e31f65574542f72955007b1935c3669186 diff --git a/NEWS b/NEWS index 5c953ac..ec23a79 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ Possible compatibility problems with earlier versions marked with '*'. +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. + ZOOM now allows inspection of X509 peer certificate for verification. The X509 buffer is retrived by reading ZOOM option "sslPeerCert".