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
/
mod.rs
Age
Commit message (
Expand
)
Author
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
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-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-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
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
2019-02-22
Rustfmt
Steven Fackler
2018-07-07
Merge pull request #937 from marcoh00/iterable-x509names
Steven Fackler
2018-06-26
Only grab the name entry count when needed
Steven Fackler
2018-06-09
Switch to accessors in libressl where possible
Steven Fackler
2018-06-03
Rename X509NameRef::all_entries and refactor end-of-iterator checks
Marco Huenseler
2018-06-03
Provide an Asn1Object getter method for X509NameEntryRef
Marco Huenseler
2018-06-03
Make X509NameRef provide an iterator over all X509NameEntries
Marco Huenseler
2018-05-24
Rename X509Ref::fingerprint to X509Ref::digest and avoid allocating
Steven Fackler
2018-05-20
Overhaul openssl cfgs
Steven Fackler
2018-04-21
Add functions to X509Req to obtain public key and extensions
René Richter
2018-03-28
Add X509Ref::serial_number
Steven Fackler
2018-03-19
Remove version-specific features
Steven Fackler
2018-03-11
Tweak verify_cert's signature
Steven Fackler
2018-03-11
Changes `init` to take a closure which is called with the initialized context
Bastian Köcher
2018-03-10
Moves store context init into its own function
Bastian Köcher
2018-03-08
Moves `cleanup` into its own function
Bastian Köcher
2018-03-07
Fixes the implementation of `X509StoreContextRef::verify_cert`
Bastian Köcher
2018-03-07
delay return until after forgets
Benjamin Fry
[next]