You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
does librdkafka provide now an option to set up ciphersuites compatible with TLS1.3?
There's an option "ssl.cipher.suites", but as far as I've noticed, it invokes the SSL_CTX_set_cipher_list function, which, according to its documentation, is compatible with TLS1.2 and below. Setting ciphers for TLS1.3 would probably require calling SSL_CTX_set_ciphersuites, am I correct? I haven't noticed calling that function anywhere in the library, hence my question.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
does librdkafka provide now an option to set up ciphersuites compatible with TLS1.3?
There's an option "ssl.cipher.suites", but as far as I've noticed, it invokes the SSL_CTX_set_cipher_list function, which, according to its documentation, is compatible with TLS1.2 and below. Setting ciphers for TLS1.3 would probably require calling SSL_CTX_set_ciphersuites, am I correct? I haven't noticed calling that function anywhere in the library, hence my question.
Beta Was this translation helpful? Give feedback.
All reactions