aboutsummaryrefslogtreecommitdiffstats
path: root/src/vmime/net/tls/openssl/TLSSocket_OpenSSL.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vmime/net/tls/openssl/TLSSocket_OpenSSL.hpp')
-rw-r--r--src/vmime/net/tls/openssl/TLSSocket_OpenSSL.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/vmime/net/tls/openssl/TLSSocket_OpenSSL.hpp b/src/vmime/net/tls/openssl/TLSSocket_OpenSSL.hpp
index 20712263..913a02fe 100644
--- a/src/vmime/net/tls/openssl/TLSSocket_OpenSSL.hpp
+++ b/src/vmime/net/tls/openssl/TLSSocket_OpenSSL.hpp
@@ -60,7 +60,7 @@ public:
void handshake();
- shared_ptr <security::cert::certificateChain> getPeerCertificates() const;
+ shared_ptr <security::cert::certificateChain> getPeerCertificates();
// Implementation of 'socket'
void connect(const string& address, const port_t port);
@@ -87,6 +87,9 @@ public:
shared_ptr <timeoutHandler> getTimeoutHandler();
+ void setTracer(shared_ptr <net::tracer> tracer);
+ shared_ptr <net::tracer> getTracer();
+
private:
static BIO_METHOD sm_customBIOMethod;