gst-plugins-rs/net/quinn
Sanchayan Maity 12be9a24a6 net/quinn: Fix generation of self signed certificate
The certificate chain was incorrectly being passed the private key instead
of certificate. With rustls 0.23.11 version, this error was being caught
and reported. As stated in the 0.23.11 release, it has a new feature

"API for determining whether a CertifiedKey's certificate and private key
matches: keys_match(). This is called from existing fallible functions
that accept a private key and certificate (for example, with_single_cert())
so these functions now detect this misconfiguration."

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1666>
2024-07-12 12:26:54 +05:30
..
src net/quinn: Fix generation of self signed certificate 2024-07-12 12:26:54 +05:30
tests net/quinn: Make QUIC role configurable 2024-05-31 23:20:38 +02:00
build.rs Move net/quic to net/quinn 2024-05-01 22:30:23 +05:30
Cargo.toml net/quinn: Add stats property for connection statistics 2024-06-25 20:15:40 +05:30