mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-11 10:35:22 -04:00
Fix few glitches in Cyril PR
This commit is contained in:
parent
c96223a2a8
commit
37b5d8f307
25 changed files with 430 additions and 424 deletions
|
@ -137,13 +137,6 @@ public:
|
|||
/// SSL specific functions used in pqissl/pqissllistener
|
||||
virtual SSL_CTX* getCTX() = 0;
|
||||
|
||||
// virtual void setCurrentConnectionAttemptInfo(
|
||||
// const RsPgpId& gpg_id, const RsPeerId& ssl_id,
|
||||
// const std::string& ssl_cn ) = 0;
|
||||
// virtual void getCurrentConnectionAttemptInfo(
|
||||
// RsPgpId& gpg_id, RsPeerId& ssl_id, std::string& ssl_cn ) = 0;
|
||||
|
||||
|
||||
/**
|
||||
* This function parse X509 certificate from the file and return some
|
||||
* verified informations, like ID and signer
|
||||
|
@ -230,14 +223,6 @@ public:
|
|||
/* SSL specific functions used in pqissl/pqissllistener */
|
||||
SSL_CTX* getCTX() override;
|
||||
|
||||
/* Restored these functions: */
|
||||
// void setCurrentConnectionAttemptInfo(
|
||||
// const RsPgpId& gpg_id, const RsPeerId& ssl_id,
|
||||
// const std::string& ssl_cn ) override;
|
||||
// void getCurrentConnectionAttemptInfo(
|
||||
// RsPgpId& gpg_id, RsPeerId& ssl_id, std::string& ssl_cn ) override;
|
||||
|
||||
|
||||
private:
|
||||
|
||||
bool LocalStoreCert(X509* x509);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue