8 SSL Encryption Cipher Suites

8
Refer to the section “Using Security” in Chapter 3 of the DataDirect Connect Series for ODBC User’s Guide for information about using Secure Sockets Layer (SSL) data encryption with the drivers. Transport Layer Security (TLS) protocols are supported as listed in this chapter.
The following tables list the SSL and encryption cipher suites supported by the DataDirect Connect Series for ODBC drivers. The driver attempts to negotiate either SSL v3 or TLS v1 with the server using OpenSSL cipher suites.
Table 8-1 shows the OpenSSL encryption cipher suites that the driver can use if it can negotiate SSL v3 with the server, with the name of the corresponding SSL v3 encryption cipher suites.

1
AES cipher suites from RFC3268 are used to extend TLS v1.

Table 8-2 shows the OpenSSL Encryption Cipher suites that the driver can use if it can negotiate TLS v1 with the server, with the name of the corresponding TLS v1 cipher suites.

1
AES cipher suites from RFC3268, extending TLS v1

Table 8-3 shows the SSL Encryption Cipher suite that the driver uses if the negotiation to use SSL v3 or TLS v1 fails.
 

1
AES cipher suites from RFC3268, extending TLS v1

2
A default cipher for SSL v2, SSL v3, and TLS v1

3
A default cipher for SSL v3 and TLS v1

Reference:
OpenSSL Cryptography and SSL/TLS Toolkit