webrtc-rs / dtls

A pure Rust implementation of DTLS
https://webrtc.rs
Apache License 2.0
42 stars 23 forks source link

Fixed CBC encryption and decryption #11

Closed Andrepuel closed 3 years ago

Andrepuel commented 3 years ago

Detailed information on commit messages.

Fixes https://github.com/webrtc-rs/webrtc/issues/85

rainliu commented 3 years ago

Thank you for the fix!