Cipher-Suites
Know more about the allowed cipher-suites for webMethods.io Integration.
Know more about the allowed cipher-suites for webMethods.io Integration.
When you configure a TLS context, default ciphers are applied based on the TLS 1.2 version.
The following table displays the cipher suites supported by webMethods.io Integration for inbound traffic. As outbound ciphers depend on third-party systems, they are not listed here.
Important: Software AG recommends that you use only strong ciphers for your business communications. Further, for backward compatibility, some TLS cipher-suites are not listed in the table. Support of these ciphers may be removed any time.
Hex Code | Cipher Suite Name (OpenSSL) | Key Exchange | Encryption | Bits | Cipher Suite Name (IANA/RFC) |
---|---|---|---|---|---|
xc02f | ECDHE-RSA-AES128-GCM-SHA256 | ECDH 253 | AESGCM | 128 | TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 |
xc030 | ECDHE-RSA-AES256-GCM-SHA384 | ECDH 253 | AESGCM | 256 | TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 |
xcca8 | ECDHE-RSA-CHACHA20-POLY1305 | ECDH 253 | ChaCha20 | 256 | TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 |
x9e | DHE-RSA-AES128-GCM-SHA256 | DH 2048 | AESGCM | 128 | TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 |
x9f | DHE-RSA-AES256-GCM-SHA384 | DH 2048 | AESGCM | 256 | TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 |
xc028 | ECDHE-RSA-AES256-SHA384 | ECDH 253 | AES | 256 | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 |
xc027 | ECDHE-RSA-AES128-SHA256 | ECDH 253 | AES | 128 | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 |