summaryrefslogtreecommitdiff
path: root/openssl-sys/src/evp.rs
AgeCommit message (Expand)Author
2020-10-25Add and use const_ptr_api macro in openssl-sysStefan Bühler
2020-09-13Add ecx supportHidekatsu Izuno
2020-06-03adding PKE interfaceKris Kwiatkowski
2020-05-24Run rustfmt on github actionsSteven Fackler
2020-05-09ocb is only available in openssl 1.1 and laterHenrik Böving
2020-05-08Add support for AES-OCB modeHenrik Böving
2020-01-25Add EVP_EncryptInit_ex/EVP_EncryptFinish_ex, and the equivalently namedHiroki Noda
2019-12-01Fix pointer constness correctlyoberien
2019-12-01Change *const to *mut to try if it fixes testsoberien
2019-12-01move EVP_PKCS82PKEY into evp moduleoberien
2019-11-22Add EVP_md_null() and MessageDigest::md_null()fengyingcai
2019-11-14Expose EVP_{Encode,Decode}Block interfaces for base64 codingAdam Reichold
2019-10-01Implement Clone for PKeySteven Fackler
2019-08-16Added support for Ed25519 and Ed448 signaturesSebastian Sturm
2019-07-06Add AES-192 and OFB modeLeo
2019-04-23Fix requiret ossl version for EVP_PKEY_sizeVojtěch Pejša
2019-04-18Remove unnecessary version req and clean up param names.Vojtěch Pejša
2019-04-15Add minimum ossl version.Vojtěch Pejša
2019-04-15Add EVP_Seal and EVP_OpenVojtěch Pejša
2019-03-19Expose EVP_MD_type()Nathaniel McCallum
2019-02-18Change from EVP_des_ede3_cfb to EVP_des_ede3_cfb64Ryuichi Okumura
2019-02-17Add des_ede3_cfb symm cipherRyuichi Okumura
2018-11-21Add new SHA3 EVP message digest functions in OpenSSL 1.1.1Sameer
2018-09-12Support libressl 2.8.0Steven Fackler
2018-09-12Refactor openssl-sysSteven Fackler