picoquic-rs icon indicating copy to clipboard operation
picoquic-rs copied to clipboard

Picoquic bindings for rust.

Results 2 picoquic-rs issues
Sort by recently updated
recently updated
newest added

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

when attempting to set a cert filename that does not exist the error message is not helpful