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 | |||
2020-07-22 | Fix clippy | Steven Fackler | |
2020-05-24 | Run clippy | Steven Fackler | |
2019-02-22 | Rustfmt | Steven Fackler | |
2018-03-19 | Remove version-specific features | Steven Fackler | |
Closes #852 | |||
2018-02-14 | Tweak features | Steven Fackler | |
We should keep the version features totally separate for now. | |||
2018-02-13 | OpenSSL 1.1.1 support | Steven Fackler | |
2018-01-01 | Bump hex to 0.3 | Bastien Orivel | |
The `to_hex` method has been removed and `hex::encode` should be used instead. | |||
2017-10-03 | Convert try! usage to ? | johnthagen | |
2017-07-15 | Rustfmt | Steven Fackler | |
2017-04-13 | Don't force allocation for message digests | Steven Fackler | |
2017-02-21 | scrypt support | Steven Fackler | |
Closes #586 | |||
2017-01-01 | Fix doc reference | Steven Fackler | |
2016-10-30 | Rustfmt | Steven Fackler | |
2016-10-22 | Flatten crypto module | Steven Fackler | |