summaryrefslogtreecommitdiff
path: root/openssl/src/nid.rs
AgeCommit message (Expand)Author
2021-01-01Use crate in imports in the openssl crateJonas Platte
2020-05-24Run clippySteven Fackler
2018-06-01fix build on older rustcSteven Fackler
2018-06-01Adjust Nid signature algorithm APIsSteven Fackler
2018-05-28rewrite Nid::{long_name,short_name} to return Results instead of OptionsMarco Huenseler
2018-05-28Get Nid string representationsMarco Huenseler
2018-05-24Add some digest supportSteven Fackler
2017-12-25Upgrade bitflags to 1.0Steven Fackler
2017-12-25Make Nid values associated constantsSteven Fackler
2017-09-28Document nid modulejohnthagen
2016-10-30RustfmtSteven Fackler
2016-10-23Remove NIDs only defined in 1.0.2+Steven Fackler
2016-10-22Use constants rather than constructors for NidSteven Fackler
2016-10-22De-enumify NidSteven Fackler
2016-05-16RustfmtSteven Fackler
2016-05-16Clean up RSA signature APISteven Fackler
2016-05-04add missing NIDs and use Nid as input to signingChris Dawes
2016-02-02Rename Nid uid/UID to prevent breakageJoe Wilm
2016-02-02Fix Nid::UID valueJoe Wilm
2015-12-15RustfmtSteven Fackler
2015-07-01Implement "extensions" field in X509generator, and change existing extensions...Jethro Beekman
2015-06-30Fix NID definitions to match OpenSSL. The previous numbers were introduced in...Jethro Beekman
2015-05-18Add support for reading X509 subject informationJoseph Glanville