index
:
rust-openssl
fix/modern_generate_parameters
master
OpenSSL bindings for Rust
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
openssl
/
src
/
x509
/
store.rs
Age
Commit message (
Expand
)
Author
2021-01-01
Rename the openssl_sys crate through Cargo.toml
Jonas Platte
2021-01-01
Use crate in imports in the openssl crate
Jonas Platte
2020-11-29
remove 'as of 1.0.0' comment
mxheller
2020-11-29
rename AddDir to HashDir
mxheller
2020-11-17
enforce proper usage of X509Lookup::add_dir
mxheller
2020-11-17
static lookup method lifetime
mxheller
2020-11-17
stop rust from complaining about unused variable
Max Heller
2020-11-17
lookup safe API
Max Heller
2020-03-24
Update openssl/src/x509/store.rs
Steven Fackler
2020-03-24
Add a shim for X509_STORE_get0_objects and X509_OBJECT_free
Noah
2020-03-22
Add a way to get the certificates stored in an X509Store
Noah
2018-05-29
Add SslRef::verified_chain
Steven Fackler
2018-02-12
Don't leak X509s
Steven Fackler
2018-01-01
Fix x509 doc examples
Ansley Peduru
2017-12-31
Add documentation for x509 module
Ansley Peduru
2017-07-15
Rustfmt
Steven Fackler
2017-02-03
Switch to foreign_types
Steven Fackler
2017-01-14
OCSP functionality
Steven Fackler
2016-11-12
Add basic X509_STORE access
Steven Fackler