29#ifndef PT_SSL_SSLERROR_H
30#define PT_SSL_SSLERROR_H
32#include <Pt/Ssl/Api.h>
33#include <Pt/System/IOError.h>
I/O error.
Definition IOError.h:44
HandshakeFailed(const char *what)
Constructs with message.
~HandshakeFailed()
Destructor.
HandshakeFailed(const std::string &what)
Constructs with message.
InvalidCertificate(const std::string &what)
Constructs with message.
InvalidCertificate(const char *what)
Constructs with message.
~InvalidCertificate()
Destructor.
SslError(const std::string &what)
Constructs with message.
SslError(const char *what)
Constructs with message.
SSL/TLS streams, certificates and contexts.
Definition Client.h:50
Core module.
Definition Allocator.h:33