summaryrefslogtreecommitdiff
path: root/openssl/src/string.rs
AgeCommit message (Collapse)Author
2021-01-01Rename the openssl_sys crate through Cargo.tomlJonas Platte
2021-01-01Use edition 2018 idioms and warn when they are not followedJonas Platte
This was mostly automated using `cargo fix --edition-idioms`.
2021-01-01Use crate in imports in the openssl crateJonas Platte
This was mostly automated using `cargo fix --edition`, except imports of openssl_sys (renamed to ffi) were converted to crate::ffi, which was reverted. The same thing is not done for the openssl-sys crate because this breaks ctest (used in systest to verify the -sys crate), see https://github.com/gnzlbg/ctest/issues/70
2019-01-17Implement AsRef<str/[u8]> for OpensslString{Ref}Jonas Schievink
2017-12-25Remove deprecated APIsSteven Fackler
2017-11-10Added a macro that wraps foreign type, and impl Send and Sync for both,Paul Florence
the borrowed type and the owned one. Replaced all invocation of `foreign_type` by `foreign_type_and_impl_send_sync`.
2017-07-15RustfmtSteven Fackler
2017-02-03Switch to foreign_typesSteven Fackler
2017-01-14OCSP functionalitySteven Fackler