|
PTLib
Version 2.14.3
|
#include <ptlib/sockets.h>

Go to the source code of this file.
Classes | |
| class | PSSLPrivateKey |
| Private key for SSL. More... | |
| class | PSSLCertificate |
| Certificate for SSL. More... | |
| class | PSSLCertificate::X509_Name |
| class | PSSLDiffieHellman |
| Diffie-Hellman key exchange conteext. More... | |
| class | PSSLCipherContext |
| Encryption/decryption context. More... | |
| class | PSHA1Context |
| SHA1 digest scheme. More... | |
| class | PSSLContext |
| Context for SSL channels. More... | |
| class | PSSLChannel |
| This class will start a secure SSL based channel. More... | |
Macros | |
| #define | PDECLARE_SSLPasswordNotifier(cls, fn) PDECLARE_NOTIFIER2(PString, cls, fn, bool) |
Typedefs | |
| typedef PNotifierTemplate< bool > | PSSLPasswordNotifier |
Enumerations | |
| enum | PSSLFileTypes { PSSLFileTypePEM, PSSLFileTypeASN1, PSSLFileTypeDEFAULT } |
| #define PDECLARE_SSLPasswordNotifier | ( | cls, | |
| fn | |||
| ) | PDECLARE_NOTIFIER2(PString, cls, fn, bool) |
| typedef PNotifierTemplate<bool> PSSLPasswordNotifier |
| enum PSSLFileTypes |