Description
With the switch from OpenSSL to BoringSSL by Chrome a bunch of ciphers were lost. In the main issue regarding this: #16195 it was suggested to open a new issue requesting other ciphers, so hereby was wondering whether there would be any way that Electron could support aes-128-ccm.
Justification for requesting this: Mostly that on IoT devices this is a very popular cipher as it's just more power efficient than alternatives.
I don't really understand how BoringSSL relates to OpenSSL and I don't really understand if it's possible to even enable aes-128-ccm in BoringSSL, but I figured I would put the request out there regardless.
PS. This is to use node libraries that rely on crypto exposing this, so manually using a different solution isn't an option right now :(
Activity