blob: 169b761157c1d41ea59e8afeb2bc69f0b0ea6314 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
define SSL_TLS
load_on request
<comment>
A new TLS API is being developed. This version has numerous
performance and usability issues and will not be supported in the
future. Only use it if you need it for compatability with code written
against previous versions.
</comment>
uses_tr1 yes
<header:public>
tls_client.h
tls_connection.h
tls_exceptn.h
tls_magic.h
tls_policy.h
tls_record.h
tls_server.h
tls_session_key.h
tls_suites.h
</header:public>
<header:internal>
tls_alerts.h
tls_handshake_hash.h
tls_messages.h
tls_reader.h
tls_state.h
</header:internal>
<source>
c_kex.cpp
cert_req.cpp
cert_ver.cpp
finished.cpp
tls_handshake_hash.cpp
hello.cpp
rec_read.cpp
rec_wri.cpp
s_kex.cpp
tls_client.cpp
tls_policy.cpp
tls_server.cpp
tls_session_key.cpp
tls_state.cpp
tls_suites.cpp
</source>
<requires>
aes
arc4
asn1
des
dh
dsa
eme_pkcs
emsa3
filters
hmac
md5
prf_ssl3
prf_tls
rng
rsa
sha1
ssl3mac
x509cert
</requires>
|