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
/
asn1.rs
Age
Commit message (
Expand
)
Author
2021-01-01
Use crate in imports in the openssl crate
Jonas Platte
2020-12-25
cleanups to asn1 types
Steven Fackler
2020-11-29
Fix clippy and rustfmt fails
Joshua Nitschke
2020-11-29
fix doc comment
Joshua Nitschke
2020-11-29
Updates per pull request feedback
Joshua Nitschke
2020-09-03
Add constructor for creating Asn1Object from a textual OID representation
KOVACS Krisztian
2020-06-01
Write "error" when there is an error.
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
2019-12-09
fix a typo in the description of `Asn1Time`
Nathan Froyd
2019-11-14
Format code using 'cargo fmt'
Atul Bhosale
2019-10-13
Add method to create Asn1Time from time_t value
Brian Olsen
2019-10-13
Add diff method and comparisons to Asn1TimeRef
Brian Olsen
2019-05-03
Fix doc link bugs
Steven Fackler
2019-01-27
ASN1_TIME_from_string_x509 was added in 1.1.1
Steven Fackler
2019-01-27
Add Asn1Time::from_str and Asn1Time::from_str_x509
Steven Fackler
2019-01-18
Forward to BigNumRef::to_asn1_integer
Jonas Schievink
2019-01-18
Add `Asn1Integer::from_bn`
Jonas Schievink
2018-06-09
Switch to accessors in libressl where possible
Steven Fackler
2018-05-20
Overhaul openssl cfgs
Steven Fackler
2018-03-28
Add Asn1IntegerRef::to_bn
Steven Fackler
2017-11-10
Added a macro that wraps foreign type, and impl Send and Sync for both,
Paul Florence
2017-10-03
Convert try! usage to ?
johnthagen
2017-09-29
Changed Asn1Object documentation to include references to Nid
Andy Gauge
2017-09-28
documented and example for ASN1 module
Andy Gauge
2017-09-28
WIP ASN.1 documentation
Andy Gauge
2017-07-15
Rustfmt
Steven Fackler
2017-02-11
Merge branch 'master' into x509_req_version_subject
Steven Fackler
2017-02-10
X509 signature algorithm access
Steven Fackler
2017-02-10
Add Asn1BitString
Steven Fackler
2017-02-07
Make it compile again.
mredlek
2017-02-07
Merge branch 'master' into x509_req_version_subject
mredlek
2017-02-03
Switch to foreign_types
Steven Fackler
2017-01-27
Style changes according to review
mredlek
2017-01-26
Added X509ReqRef.subject_name and X509ReqRef.version
mredlek
2017-01-14
OCSP functionality
Steven Fackler
2016-11-05
Rustfmt
Steven Fackler
2016-11-04
Get rid of Ref
Steven Fackler
2016-10-31
Avoid extra allocations in Asn1Time Display impl
Steven Fackler
2016-10-31
Fix 1.1.0 build
Steven Fackler
2016-10-31
Clean up x509 name entries
Steven Fackler
2016-10-31
Convert Asn1Time
Steven Fackler
2016-10-30
Rustfmt
Steven Fackler
2016-10-21
Convert SslContextRef
Steven Fackler
2016-10-21
Update Asn1TimeRef
Steven Fackler
2016-10-16
Start on error + BN refactor
Steven Fackler