webrtc-sdk / webrtc

BSD 3-Clause "New" or "Revised" License
225 stars 89 forks source link

Remove bssl::ScopedXXX for frame cryptor. #138

Closed cloudwebrtc closed 2 weeks ago

cloudwebrtc commented 1 month ago

to support both boringssl and openssl.

cloudwebrtc commented 3 weeks ago

Not needed at the moment, but as a backup

cloudwebrtc commented 2 weeks ago

Using the bssl::Scoped pointer template to restrict users to only use boringssl may be better for security, because when supporting openssl users may introduce vulnerabilities by switching to an insecure version of openssl.