aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/string.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add support for OpenSSL 1.1.10.9.xTatsuyuki Ishi2018-09-251-2/+2
|
* Added a macro that wraps foreign type, and impl Send and Sync for both,Paul Florence2017-11-101-1/+1
| | | | | the borrowed type and the owned one. Replaced all invocation of `foreign_type` by `foreign_type_and_impl_send_sync`.
* RustfmtSteven Fackler2017-07-151-3/+5
|
* Switch to foreign_typesSteven Fackler2017-02-031-2/+8
|
* OCSP functionalitySteven Fackler2017-01-141-0/+74