sfackler / rust-openssl

OpenSSL bindings for Rust
1.38k stars 742 forks source link

Support OCSP nonce #2274

Open sgilson opened 1 month ago

sgilson commented 1 month ago

Will close https://github.com/sfackler/rust-openssl/issues/1045.

Based on the work in https://github.com/sfackler/rust-openssl/pull/1046, but with more tests and a simpler Rust interface to match the existing conventions of the crate.

sgilson commented 1 month ago

Hi @sfackler, may I get your input on this PR?