aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/ocsp.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename key serialization/deserialization methodsSteven Fackler2018-01-061-4/+38
* Move to associated constsSteven Fackler2017-12-251-42/+41
* Upgrade bitflags to 1.0Steven Fackler2017-12-251-11/+11
* Added a macro that wraps foreign type, and impl Send and Sync for both,Paul Florence2017-11-101-5/+5
* Convert try! usage to ?johnthagen2017-10-031-1/+1
* RustfmtSteven Fackler2017-07-151-37/+47
* Update bitflags 0.8 -> 0.9golem1312017-05-221-12/+12
* Switch to foreign_typesSteven Fackler2017-02-031-6/+36
* Support chacha20 and chacha20_poly1305Steven Fackler2017-01-211-1/+1
* OCSP functionalitySteven Fackler2017-01-141-0/+274