added display of SSL encryption parameters in PeerDetails dialog

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6465 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-06-28 21:47:25 +00:00
parent 1ebde8788f
commit 9f88917ac1
12 changed files with 102 additions and 7 deletions

View file

@ -83,6 +83,7 @@ class cert;
class pqissllistener;
class p3LinkMgr;
class RsPeerCryptoParams ;
class pqissl: public NetBinInterface
{
@ -152,6 +153,8 @@ public:
int accept(SSL *ssl, int fd, struct sockaddr_in foreign_addr);
void getCryptoParams(RsPeerCryptoParams& params) ;
protected:
//protected internal fns that are overloaded for udp case.