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