mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-11 18:45:17 -04:00
* Fixed certificate saving bug. (authssl.cc)
* added cert->issuer to external interface (rspeers.h) git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1501 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0924fa49c2
commit
60349baf9d
3 changed files with 18 additions and 5 deletions
|
@ -78,6 +78,8 @@ class RsPeerDetails
|
|||
std::string location;
|
||||
std::string org;
|
||||
|
||||
std::string issuer;
|
||||
|
||||
std::string fpr; /* pgp fingerprint */
|
||||
std::string authcode;
|
||||
std::list<std::string> signers;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue