diff options
Diffstat (limited to 'src/lib/tls/info.txt')
-rw-r--r-- | src/lib/tls/info.txt | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/src/lib/tls/info.txt b/src/lib/tls/info.txt new file mode 100644 index 000000000..adae12cb2 --- /dev/null +++ b/src/lib/tls/info.txt @@ -0,0 +1,90 @@ +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 +cbc +credentials +cryptobox_psk +dh +ecdh +eme_pkcs +emsa3 +hmac +kdf2 +md5 +prf_ssl3 +prf_tls +rng +rsa +sha1 +sha2_32 +srp6 +ssl3mac +x509 +</requires> |