aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/tls/info.txt')
-rw-r--r--src/tls/info.txt66
1 files changed, 66 insertions, 0 deletions
diff --git a/src/tls/info.txt b/src/tls/info.txt
new file mode 100644
index 000000000..1170fef45
--- /dev/null
+++ b/src/tls/info.txt
@@ -0,0 +1,66 @@
+define SSL_TLS
+
+<comment>
+The SSL/TLS code is complex, new, and not yet reviewed, there may be
+serious bugs or security issues.
+</comment>
+
+uses_tr1 yes
+
+<header:public>
+tls_client.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>