summaryrefslogtreecommitdiff
path: root/openssl/src/asn1.rs
AgeCommit message (Expand)Author
2021-01-01Use crate in imports in the openssl crateJonas Platte
2020-12-25cleanups to asn1 typesSteven Fackler
2020-11-29Fix clippy and rustfmt failsJoshua Nitschke
2020-11-29fix doc commentJoshua Nitschke
2020-11-29Updates per pull request feedbackJoshua Nitschke
2020-09-03Add constructor for creating Asn1Object from a textual OID representationKOVACS Krisztian
2020-06-01Write "error" when there is an error.Jacob Hoffman-Andrews
2020-05-31Fixes in response to review feedback.Jacob Hoffman-Andrews
2020-05-30Add Debug trait for X509 and other types.Jacob Hoffman-Andrews
2020-05-24Run clippySteven Fackler
2019-12-09fix a typo in the description of `Asn1Time`Nathan Froyd
2019-11-14Format code using 'cargo fmt'Atul Bhosale
2019-10-13Add method to create Asn1Time from time_t valueBrian Olsen
2019-10-13Add diff method and comparisons to Asn1TimeRefBrian Olsen
2019-05-03Fix doc link bugsSteven Fackler
2019-01-27ASN1_TIME_from_string_x509 was added in 1.1.1Steven Fackler
2019-01-27Add Asn1Time::from_str and Asn1Time::from_str_x509Steven Fackler
2019-01-18Forward to BigNumRef::to_asn1_integerJonas Schievink
2019-01-18Add `Asn1Integer::from_bn`Jonas Schievink
2018-06-09Switch to accessors in libressl where possibleSteven Fackler
2018-05-20Overhaul openssl cfgsSteven Fackler
2018-03-28Add Asn1IntegerRef::to_bnSteven Fackler
2017-11-10Added a macro that wraps foreign type, and impl Send and Sync for both,Paul Florence
2017-10-03Convert try! usage to ?johnthagen
2017-09-29Changed Asn1Object documentation to include references to NidAndy Gauge
2017-09-28documented and example for ASN1 moduleAndy Gauge
2017-09-28WIP ASN.1 documentationAndy Gauge
2017-07-15RustfmtSteven Fackler
2017-02-11Merge branch 'master' into x509_req_version_subjectSteven Fackler
2017-02-10X509 signature algorithm accessSteven Fackler
2017-02-10Add Asn1BitStringSteven Fackler
2017-02-07Make it compile again.mredlek
2017-02-07Merge branch 'master' into x509_req_version_subjectmredlek
2017-02-03Switch to foreign_typesSteven Fackler
2017-01-27Style changes according to reviewmredlek
2017-01-26Added X509ReqRef.subject_name and X509ReqRef.versionmredlek
2017-01-14OCSP functionalitySteven Fackler
2016-11-05RustfmtSteven Fackler
2016-11-04Get rid of RefSteven Fackler
2016-10-31Avoid extra allocations in Asn1Time Display implSteven Fackler
2016-10-31Fix 1.1.0 buildSteven Fackler
2016-10-31Clean up x509 name entriesSteven Fackler
2016-10-31Convert Asn1TimeSteven Fackler
2016-10-30RustfmtSteven Fackler
2016-10-21Convert SslContextRefSteven Fackler
2016-10-21Update Asn1TimeRefSteven Fackler
2016-10-16Start on error + BN refactorSteven Fackler