aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/info.txt
blob: f65da5eeaa84a5f539a90a20ce13cea5d52cd554 (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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
define TLS 20131128

load_on auto

<header:public>
tls_alert.h
tls_blocking.h
tls_channel.h
tls_ciphersuite.h
tls_client.h
tls_exceptn.h
tls_handshake_msg.h
tls_magic.h
tls_server_info.h
tls_policy.h
tls_server.h
tls_session.h
tls_session_manager.h
tls_version.h
</header:public>

<header:internal>
tls_extensions.h
tls_handshake_hash.h
tls_handshake_io.h
tls_handshake_state.h
tls_heartbeats.h
tls_messages.h
tls_reader.h
tls_record.h
tls_seq_numbers.h
tls_session_key.h
</header:internal>

<source>
msg_cert_req.cpp
msg_cert_verify.cpp
msg_certificate.cpp
msg_client_hello.cpp
msg_client_kex.cpp
msg_finished.cpp
msg_hello_verify.cpp
msg_next_protocol.cpp
msg_server_hello.cpp
msg_server_kex.cpp
msg_session_ticket.cpp
tls_alert.cpp
tls_blocking.cpp
tls_channel.cpp
tls_ciphersuite.cpp
tls_client.cpp
tls_extensions.cpp
tls_handshake_hash.cpp
tls_handshake_io.cpp
tls_handshake_state.cpp
tls_heartbeats.cpp
tls_policy.cpp
tls_server.cpp
tls_session.cpp
tls_session_key.cpp
tls_session_manager_memory.cpp
tls_suite_info.cpp
tls_record.cpp
tls_version.cpp
</source>

<requires>
aead
aes
asn1
credentials
dh
ecdh
ecdsa
eme_pkcs1
emsa_pkcs1
gcm
hmac
kdf2
md5
prf_tls
rng
rsa
sha1
sha2_32
srp6
x509
</requires>