Added cs_print_session_info which shows SSL session info.
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 5 Jun 2008 22:19:24 +0000 (00:19 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 5 Jun 2008 22:19:24 +0000 (00:19 +0200)
commitfd13a3c5b8cecdd1327f5db615387c8c0e691ba1
treeaa38cdfbda4919549f7f558316d8c0e29e339514
parent46f58d56d118687435ef38ba4617f8d359c20d45
Added cs_print_session_info which shows SSL session info.

Added cs_print_session_info which shows SSL session info. This
utility used to be part of yaz-client but is now part of YAZ COMSTACK.
This is deal with GNU TLS session info and avoid having SSL implementation
code outside the YAZ core.
client/Makefile.am
client/client.c
include/yaz/comstack.h
src/tcpip.c