picoquic-rs
picoquic-rs copied to clipboard
Propagate the OpenSSL error on verification error
The OpenSSL error is currently not propagated back to picoquic, as the rust openssl implementation does not throw an error on verification error.
See: https://docs.rs/openssl/0.10.6/openssl/x509/struct.X509StoreContext.html#method.error
Hi, I see this issue by coincidence.
Do you mean that part of the error code from C's OpenSSL function is translated to Result's Ok instead of Err in Rust-bindings?
Hey, I don't remember exactly what this issue was about 😅 I should archive the repo.