diff options
| author | Vincent Richard <[email protected]> | 2013-09-21 11:53:38 +0200 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2013-09-21 11:53:38 +0200 |
| commit | 041344d02adcb89de51a57e38dd51d2959a4e494 (patch) | |
| tree | 206a2c7a7bed3a8152489420303a4be32f330a3a /SConstruct | |
| parent | Made template argument explicit to workaround compiler error on MSVC. (diff) | |
| download | vmime-041344d02adcb89de51a57e38dd51d2959a4e494.tar.gz vmime-041344d02adcb89de51a57e38dd51d2959a4e494.zip | |
TLS properties: allows setting custom cipher suite for TLS/SSL connections.
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -222,10 +222,13 @@ libvmime_messaging_sources = [ libvmime_net_tls_sources = [ 'net/tls/TLSSession.cpp', 'net/tls/TLSSession.hpp', 'net/tls/TLSSocket.cpp', 'net/tls/TLSSocket.hpp', + 'net/tls/TLSProperties.cpp', 'net/tls/TLSProperties.hpp', 'net/tls/gnutls/TLSSession_GnuTLS.cpp', 'net/tls/gnutls/TLSSession_GnuTLS.hpp', 'net/tls/gnutls/TLSSocket_GnuTLS.cpp', 'net/tls/gnutls/TLSSocket_GnuTLS.hpp', + 'net/tls/gnutls/TLSProperties_GnuTLS.cpp', 'net/tls/gnutls/TLSProperties_GnuTLS.hpp', 'net/tls/openssl/TLSSession_OpenSSL.cpp', 'net/tls/openssl/TLSSession_OpenSSL.hpp', 'net/tls/openssl/TLSSocket_OpenSSL.cpp', 'net/tls/openssl/TLSSocket_OpenSSL.hpp', + 'net/tls/openssl/TLSProperties_OpenSSL.cpp', 'net/tls/openssl/TLSProperties_OpenSSL.hpp', 'net/tls/openssl/OpenSSLInitializer.cpp', 'net/tls/openssl/OpenSSLInitializer.hpp', 'net/tls/TLSSecuredConnectionInfos.cpp', 'net/tls/TLSSecuredConnectionInfos.hpp', 'security/cert/certificateChain.cpp', 'security/cert/certificateChain.hpp', |
