boring2/openssl/src
Axel Rasmussen 404bbeddfd
Support EVP_des_ede3.
This cipher is used, for example, for DES challenges for authenticating
against a Yubikey, so supporting it in rust-openssl is generally useful.
2018-02-04 13:17:09 -08:00
..
ssl Misc cleanup 2018-01-01 12:23:41 -08:00
x509 Move X509Filetype to SslFiletype 2018-01-01 11:50:07 -08:00
aes.rs Bump hex to 0.3 2018-01-01 17:38:38 +01:00
asn1.rs Added a macro that wraps foreign type, and impl Send and Sync for both, 2017-11-10 10:05:52 -05:00
bio.rs Convert try! usage to ? 2017-10-03 17:44:02 -04:00
bn.rs Move to associated consts 2017-12-25 19:56:27 -07:00
cms.rs Parameterize keys over what they contain 2017-12-30 21:53:39 -08:00
conf.rs Added a macro that wraps foreign type, and impl Send and Sync for both, 2017-11-10 10:05:52 -05:00
derive.rs Parameterize keys over what they contain 2017-12-30 21:53:39 -08:00
dh.rs Parameterize keys over what they contain 2017-12-30 21:53:39 -08:00
dsa.rs Parameterize keys over what they contain 2017-12-30 21:53:39 -08:00
ec.rs Misc cleanup 2018-01-01 12:23:41 -08:00
error.rs Adjust SslConnector and SslAcceptor construction 2017-12-26 10:39:21 -07:00
ex_data.rs Add an API to install extra data 2017-07-15 16:50:36 -07:00
hash.rs Bump hex to 0.3 2018-01-01 17:38:38 +01:00
lib.rs Parameterize keys over what they contain 2017-12-30 21:53:39 -08:00
macros.rs Parameterize keys over what they contain 2017-12-30 21:53:39 -08:00
memcmp.rs Add instructions for adding OpenSSL DLLs to PATH if needed during install 2017-09-28 13:34:49 -04:00
nid.rs Upgrade bitflags to 1.0 2017-12-25 19:38:11 -07:00
ocsp.rs Move to associated consts 2017-12-25 19:56:27 -07:00
pkcs5.rs Bump hex to 0.3 2018-01-01 17:38:38 +01:00
pkcs12.rs Bump hex to 0.3 2018-01-01 17:38:38 +01:00
pkey.rs Parameterize keys over what they contain 2017-12-30 21:53:39 -08:00
rand.rs Fix doc test and move external documentation link to rand_bytes function 2017-09-28 10:36:53 -04:00
rsa.rs Parameterize keys over what they contain 2017-12-30 21:53:39 -08:00
sha.rs Bump hex to 0.3 2018-01-01 17:38:38 +01:00
sign.rs Bump hex to 0.3 2018-01-01 17:38:38 +01:00
stack.rs Convert try! usage to ? 2017-10-03 17:44:02 -04:00
string.rs Remove deprecated APIs 2017-12-25 22:09:27 -07:00
symm.rs Support EVP_des_ede3. 2018-02-04 13:17:09 -08:00
util.rs Remove deprecated APIs 2017-12-25 22:09:27 -07:00
verify.rs Upgrade bitflags to 1.0 2017-12-25 19:38:11 -07:00
version.rs Rustfmt 2017-07-15 21:46:11 -07:00