summaryrefslogtreecommitdiff
path: root/openssl/src/x509/verify.rs
AgeCommit message (Expand)Author
2021-01-01Remove remaining uses of extern crate in openssl, systestJonas Platte
2021-01-01Rename the openssl_sys crate through Cargo.tomlJonas Platte
2021-01-01Use crate in imports in the openssl crateJonas Platte
2020-12-09remove get_Steven Fackler
2020-11-17remove redundant X509_V_FLAG_ prefixmxheller
2020-11-17appropriately version gate X509_V_FLAGsMax Heller
2020-11-17verify param flagsMax Heller
2019-02-22RustfmtSteven Fackler
2018-05-20Overhaul openssl cfgsSteven Fackler
2018-03-29Fix a flag nameSteven Fackler
2018-03-29Clean up a couple of holdovers from old featuresSteven Fackler
2018-02-13OpenSSL 1.1.1 supportSteven Fackler
2017-07-15RustfmtSteven Fackler
2016-10-29Move docsSteven Fackler
2016-10-29Fix reexportSteven Fackler
2016-10-28Make verification unconditionally exposed internallySteven Fackler
2016-10-21Update BigNumRefSteven Fackler
2016-10-21Convert X509VerifyParamRefSteven Fackler
2016-10-17Implement new feature setupSteven Fackler
2016-10-16Fix missing importSteven Fackler
2016-10-16Finish error overhaulSteven Fackler
2016-10-14Enable hostname verification on 1.0.2Steven Fackler
2016-10-14Support hostname verificationSteven Fackler