webrtc-rs / webrtc

A pure Rust implementation of WebRTC
https://webrtc.rs
Apache License 2.0
3.95k stars 347 forks source link

[DTLS | bugfix] allow cloning Ed2559 CryptoPrivateKeys if they have PKCS#8v1 encoding #541

Closed osobiehl closed 2 weeks ago

osobiehl commented 4 months ago

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