Rudiments
include
rudiments
private
tlscontext.h
1
// Copyright (c) 1999-2018 David Muse
2
// See the COPYING file for more information.
3
4
tlscontext
(
tlscontext
&
t
) {};
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
20
tlscontextprivate
*pvt;
avltreenode
Definition
avltree.h:11
tlscontext
Definition
tls.h:24
Generated on Tue Dec 3 2024 01:50:18 for Rudiments by
1.10.0