Rudiments
tlscontext.h
1// Copyright (c) 1999-2018 David Muse
2// See the COPYING file for more information.
3
5 tlscontext &operator=(tlscontext &t) { return *this; };
6
7 private:
8 void initContext();
9 void initSubContext();
10 void freeContext();
11 void freeSubContext();
12 bool reInit(bool isclient);
13 bool isPeerCertValid();
14 bool loadPeerCert();
15 void clearError();
16 void setError(int32_t ret);
17 void setError(int32_t err, const char *errstr);
18 void setNativeError();
19
Definition avltree.h:11
Definition tls.h:24