aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/ocsp.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename key serialization/deserialization methodsSteven Fackler2018-01-061-4/+38
| | | | | | Also document their specific formats. Closes #502
* Move to associated constsSteven Fackler2017-12-251-42/+41
|
* Upgrade bitflags to 1.0Steven Fackler2017-12-251-11/+11
| | | | Closes #756
* Added a macro that wraps foreign type, and impl Send and Sync for both,Paul Florence2017-11-101-5/+5
| | | | | the borrowed type and the owned one. Replaced all invocation of `foreign_type` by `foreign_type_and_impl_send_sync`.
* 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