In Policy Manager 10.1, is TLS1.3 compliant with the RFC 8446 protocol?
API Gateway: 10.1
It should be compliant to the extent of JDK 11 support for RFC 8446. Java supports mandatory TLS 1.3 cipher suites but some optional cipher suites are not supported.
Currently, JDK 11 supports only 2 out of 5 cipher suites defined by TLS 1.3 RFC 8446:
TLS_AES_128_GCM_SHA256
TLS_AES_256_GCM_SHA384