boring2/openssl/src
Zack Mullaly f206eb6a4b Added module-level documentation for the `sha` module.
The documentation included describes what the SHA family of hash functions is,
what hash functions are for, and a little bit about why one may want to use the
SHA family of hash functions.  I have also included a couple of examples demonstrating
how to create a hasher and update it, as well as how to hash bytes directly.
2017-10-07 16:49:09 -04:00
..
ssl Merge pull request #752 from chrisvittal/libressl262 2017-10-03 22:11:29 -07:00
x509 Convert try! usage to ? 2017-10-03 17:44:02 -04:00
aes.rs Moved details about function and reworded block requirements 2017-09-28 08:04:10 -07:00
asn1.rs Convert try! usage to ? 2017-10-03 17:44:02 -04:00
bio.rs Convert try! usage to ? 2017-10-03 17:44:02 -04:00
bn.rs Convert try! usage to ? 2017-10-03 17:44:02 -04:00
cms.rs Convert try! usage to ? 2017-10-03 17:44:02 -04:00
conf.rs Merge remote-tracking branch 'origin/master' into x509-builder 2017-02-11 10:13:00 -08:00
crypto.rs Deprecate crypto module 2017-09-30 21:29:57 -04:00
dh.rs Convert try! usage to ? 2017-10-03 17:44:02 -04:00
dsa.rs Convert try! usage to ? 2017-10-03 17:44:02 -04:00
ec.rs Convert try! usage to ? 2017-10-03 17:44:02 -04:00
ec_key.rs Hide ec_key module in docs because it is deprecated 2017-09-28 09:28:08 -04:00
error.rs Convert try! usage to ? 2017-10-03 17:44:02 -04:00
ex_data.rs Add an API to install extra data 2017-07-15 16:50:36 -07:00
hash.rs Convert try! usage to ? 2017-10-03 17:44:02 -04:00
lib.rs Release v0.9.16 2017-08-10 22:17:50 -07:00
macros.rs Switch to foreign_types 2017-02-03 23:03:35 -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 Document nid module 2017-09-28 14:25:39 -04:00
ocsp.rs Convert try! usage to ? 2017-10-03 17:44:02 -04:00
pkcs5.rs Convert try! usage to ? 2017-10-03 17:44:02 -04:00
pkcs12.rs Convert try! usage to ? 2017-10-03 17:44:02 -04:00
pkey.rs Convert try! usage to ? 2017-10-03 17:44:02 -04: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 Convert try! usage to ? 2017-10-03 17:44:02 -04:00
sha.rs Added module-level documentation for the `sha` module. 2017-10-07 16:49:09 -04:00
sign.rs Convert try! usage to ? 2017-10-03 17:44:02 -04:00
stack.rs Convert try! usage to ? 2017-10-03 17:44:02 -04:00
string.rs Rustfmt 2017-07-15 21:46:11 -07:00
symm.rs Convert try! usage to ? 2017-10-03 17:44:02 -04:00
types.rs Switch to foreign_types 2017-02-03 23:03:35 -08:00
util.rs Remove unused import 2017-07-16 14:31:27 -07:00
verify.rs Properly handle IPs in hostname verification 2017-09-20 10:04:09 -04:00
version.rs Rustfmt 2017-07-15 21:46:11 -07:00