summaryrefslogtreecommitdiff
path: root/openssl/src/ocsp.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-09-27Add and use ForeignTypeRefExt::from_const_ptrStefan Bühler
2020-05-24Run clippySteven Fackler
2019-02-22RustfmtSteven Fackler
2018-01-06Rename key serialization/deserialization methodsSteven Fackler
2017-12-25Move to associated constsSteven Fackler
2017-12-25Upgrade bitflags to 1.0Steven 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-07-15RustfmtSteven Fackler
2017-05-22Update bitflags 0.8 -> 0.9golem131
2017-02-03Switch to foreign_typesSteven Fackler
2017-01-21Support chacha20 and chacha20_poly1305Steven Fackler
2017-01-14OCSP functionalitySteven Fackler