- From: Philipp Hancke via GitHub <sysbot+gh@w3.org>
- Date: Mon, 07 Apr 2025 18:17:02 +0000
- To: public-webrtc-logs@w3.org
OpenSSL (and BoringSSL) have a "human-friendly" [SSL_CIPHER_standard_name](https://docs.openssl.org/3.1/man3/SSL_CIPHER_get_name/) which takes the result of [SSL_get_current_cipher](https://docs.openssl.org/3.1/man3/SSL_get_current_cipher/) and turns it into the standard name that we use for dtlsCipher (this seems to be "recent", I found vestiges of a libWebRTC trying to do a mapping to standard names). Currently you get something like `TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256` which is the translated equivalent of `0xC0,0x2B` [from the registry](https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4). We could add dtlsCipherId and deprecate dtlsCipher but we know we have no way to actually remove stats (looking at you, `mediaType` aka `kind`). -- GitHub Notification of comment by fippo Please view or discuss this issue at https://github.com/w3c/webrtc-extensions/issues/207#issuecomment-2784185839 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 7 April 2025 18:17:03 UTC