summaryrefslogtreecommitdiff
path: root/openssl/src/encrypt.rs
AgeCommit message (Expand)Author
2021-01-01Use crate in imports in the openssl crateJonas Platte
2020-12-07Add some module and types documentationEdoardo Morandi
2020-12-05Improve documentation for `encrypt` and `decrypt`Edoardo Morandi
2020-12-05Make the tests use `encrypt_len`/`decrypt_len`Edoardo Morandi
2020-12-05Add encrypt_len and decrypt_lenEdoardo Morandi
2020-12-05Add minimal openssl/libressl version for OAEPEdoardo Morandi
2020-12-05Remove unnecessary new_internEdoardo Morandi
2020-12-04Fix compilation with old compilerEdoardo Morandi
2020-12-04Add encrypt module and RSA OAEP supportEdoardo Morandi