webrtc
webrtc copied to clipboard
[DTLS | bugfix] allow cloning Ed2559 CryptoPrivateKeys if they have PKCS#8v1 encoding
In a personal project I was getting errors since I made an ed25519 using openssl and it is in PKCS#8 v1 format :). This PR should fix that