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
Age
Commit message (
Expand
)
Author
2021-01-01
Remove remaining uses of extern crate in openssl, systest
Jonas Platte
2021-01-01
Remove needless `fn main() {}` from doctests
Jonas Platte
2021-01-01
Remove extern crate declarations from doctests
Jonas Platte
2021-01-01
Rename the openssl_sys crate through Cargo.toml
Jonas Platte
2021-01-01
Use edition 2018 idioms and warn when they are not followed
Jonas Platte
2021-01-01
Use crate in imports in the openssl crate
Jonas Platte
2020-12-25
cleanups to asn1 types
Steven Fackler
2020-12-25
Merge pull request #1371 from JoshuaNitschke/master
Steven Fackler
2020-12-09
remove get_
Steven Fackler
2020-12-09
Actually run x509 tests
Steven Fackler
2020-11-29
Fix clippy and rustfmt fails
Joshua Nitschke
2020-11-29
Updates per pull request feedback
Joshua Nitschke
2020-11-29
changes to pass `cargo fmt --all -- --check`
Joshua Nitschke
2020-11-29
Add additional function so that x509 name with specific type can be added
Joshua Nitschke
2020-11-29
Merge pull request #1341 from igorty/X509_version_getter
Steven Fackler
2020-11-29
Update openssl/src/x509/mod.rs
Steven Fackler
2020-11-29
Update openssl/src/x509/mod.rs
Steven Fackler
2020-11-29
Merge pull request #1345 from stbuehler/from-const-ptr
Steven Fackler
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
remove redundant X509_V_FLAG_ prefix
mxheller
2020-11-17
appropriately version gate X509_V_FLAGs
Max Heller
2020-11-17
stop rust from complaining about unused variable
Max Heller
2020-11-17
lookup safe API
Max Heller
2020-11-17
verify param flags
Max Heller
2020-11-17
Added missing email_protection method to ExtendedKeyUsage struct.
Jesper Brynolf
2020-09-27
Add and use ForeignTypeRefExt::from_const_ptr
Stefan Bühler
2020-09-13
Remove redundant unit test
Igor Taranenko
2020-09-13
Attempt to fix compilation error for OpenSSL<1.1.0
Igor Taranenko
2020-09-12
Attempt to fix compilation errors on x32 OSs
Igor Taranenko
2020-09-12
Do not validate obtained certificate version
Igor Taranenko
2020-09-12
Fix formatting
Igor Taranenko
2020-09-12
Add X509Ref::version
Igor Taranenko
2020-08-11
Update mod.rs
Steven Fackler
2020-08-11
Cast to u32
marcelbuesing
2020-08-11
Expose subject_name_hash
marcelbuesing
2020-06-03
Fix test.
Jacob Hoffman-Andrews
2020-06-03
Make tests narrower.
Jacob Hoffman-Andrews
2020-05-31
Fixes in response to review feedback.
Jacob Hoffman-Andrews
2020-05-30
Add Debug trait for X509 and other types.
Jacob Hoffman-Andrews
2020-05-24
Run clippy
Steven Fackler
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-23
Check null ptr for non-x509 X509Object
Noah
2020-03-22
Add a way to get the certificates stored in an X509Store
Noah
2020-02-26
Fix the memory leak in `X509Builder::append_extension`.
Adrian Budau
2019-12-21
remove deprecated Error::description, replace deprecated cause with source
Andrii Radyk
2019-03-11
X.509: add verify methods
Alexey Galakhov
[next]