boring2/openssl/src
Steven Fackler 0745d66927 Update to 1.1.1-pre7
The initial session ticket is now sent as part of SSL_accept, so some
tests need to write a single byte through the stream to make sure that
both ends have fully completed to avoid test flakes.

TLSv1.3 cipher suite control has been extracted from the normal cipher
list into a separate method: SslContextBuilder::set_ciphersuites.
2018-06-02 13:58:56 -07:00
..
ssl Update to 1.1.1-pre7 2018-06-02 13:58:56 -07:00
x509 Add SslRef::verified_chain 2018-05-29 21:53:22 -07:00
aes.rs Bump hex to 0.3 2018-01-01 17:38:38 +01:00
asn1.rs Overhaul openssl cfgs 2018-05-20 12:33:02 -07:00
bio.rs Overhaul openssl cfgs 2018-05-20 12:33:02 -07:00
bn.rs Overhaul openssl cfgs 2018-05-20 12:33:02 -07:00
cms.rs Fix types 2018-06-01 20:07:13 -07: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 Impl Sync and Send for various types 2018-03-09 22:14:50 -08:00
dh.rs Overhaul openssl cfgs 2018-05-20 12:33:02 -07:00
dsa.rs Overhaul openssl cfgs 2018-05-20 12:33:02 -07:00
ec.rs Support min/max version in LibreSSL 2018-05-19 19:57:12 -07:00
ecdsa.rs Overhaul openssl cfgs 2018-05-20 12:33:02 -07:00
error.rs Always include something in ErrorStack's Display 2018-02-27 15:56:23 -08:00
ex_data.rs Add an API to install extra data 2017-07-15 16:50:36 -07:00
fips.rs FIPS mode support 2018-01-06 08:51:20 -08:00
hash.rs Rename X509Ref::fingerprint to X509Ref::digest and avoid allocating 2018-05-24 21:07:36 -07:00
lib.rs Overhaul openssl cfgs 2018-05-20 12:33:02 -07:00
macros.rs Rename key serialization/deserialization methods 2018-01-06 13:27:44 -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 fix build on older rustc 2018-06-01 20:47:46 -07:00
ocsp.rs Rename key serialization/deserialization methods 2018-01-06 13:27:44 -08:00
pkcs5.rs Remove version-specific features 2018-03-19 00:41:33 -07:00
pkcs12.rs Rename X509Ref::fingerprint to X509Ref::digest and avoid allocating 2018-05-24 21:07:36 -07:00
pkey.rs Return `PKey<Private>` from `private_key_from_der` 2018-04-04 14:58:52 +02: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 Overhaul openssl cfgs 2018-05-20 12:33:02 -07:00
sha.rs Bump hex to 0.3 2018-01-01 17:38:38 +01:00
sign.rs Overhaul openssl cfgs 2018-05-20 12:33:02 -07:00
stack.rs Make Stack Sync + Send 2018-05-20 15:24:38 -07:00
string.rs Remove deprecated APIs 2017-12-25 22:09:27 -07:00
symm.rs Overhaul openssl cfgs 2018-05-20 12:33:02 -07:00
util.rs Remove deprecated APIs 2017-12-25 22:09:27 -07:00
version.rs Overhaul openssl cfgs 2018-05-20 12:33:02 -07:00