Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-01 | Rename the openssl_sys crate through Cargo.toml | Jonas Platte | |
2021-01-01 | Use edition 2018 idioms and warn when they are not followed | Jonas Platte | |
This was mostly automated using `cargo fix --edition-idioms`. | |||
2021-01-01 | Use crate in imports in the openssl crate | Jonas 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-17 | Implement AsRef<str/[u8]> for OpensslString{Ref} | Jonas Schievink | |
2017-12-25 | Remove deprecated APIs | Steven Fackler | |
2017-11-10 | Added 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-15 | Rustfmt | Steven Fackler | |
2017-02-03 | Switch to foreign_types | Steven Fackler | |
2017-01-14 | OCSP functionality | Steven Fackler | |