ZOOM now allows inspection of X509 peer certificate for verification.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 28 Apr 2004 22:44:58 +0000 (22:44 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 28 Apr 2004 22:44:58 +0000 (22:44 +0000)
commite72e394106dd25d6a8a8c7c2fa677f40ef5e7eb6
tree620cbd8030b0885325052c07726c6cfee72815e2
parenta159d35487ce391123e8e82274fd2ee95055c3a6
ZOOM now allows inspection of X509 peer certificate for verification.
The X509 buffer is retrived by reading ZOOM option "sslPeerCert".
Removed libyazssl.la. When SSL is enabled, libyaz.la has SSL support and
all programs have too (yaz-ztest, yaz-client, zoom..). May not be
as "modular" but it simplifies things.
Added cs_get_peer_certificate to that returns peer X509 PEM.
22 files changed:
NEWS
client/Makefile.am
client/client.c
configure.in
debian/changelog
debian/yaz.install
doc/Makefile.am
doc/yaz-client-man.xml
doc/yaz-config-man.xml
doc/yaz-ztest-man.xml
include/yaz/comstack.h
include/yaz/zoom.h
src/Makefile.am
src/comstack.c
src/tcpip.c
src/zoom-c.c
util/Makefile.am
yaz-config.in
yaz.spec.in
zoom/Makefile.am
zoom/zoomsh.c
ztest/Makefile.am