boringssl/include/openssl
Nick Harper 1fd39d84cf Add TLS 1.3 record layer to go implementation.
This implements the cipher suite constraints in "fake TLS 1.3". It also makes
bssl_shim and runner enable it by default so we can start adding MaxVersion:
VersionTLS12 markers to tests as 1.2 vs. 1.3 differences begin to take effect.

Change-Id: If1caf6e43938c8d15b0a0f39f40963b8199dcef5
Reviewed-on: https://boringssl-review.googlesource.com/8340
Reviewed-by: David Benjamin <davidben@google.com>
2016-06-21 21:43:40 +00:00
..
aead.h Require in == out for in-place encryption. 2016-06-09 19:49:03 +00:00
aes.h
arm_arch.h
asn1_mac.h Ditch remaining filename comments from public headers and ssl/ 2015-10-20 18:40:05 +00:00
asn1.h Remove ASN.1 BIOs. 2016-06-14 17:39:30 +00:00
asn1t.h Remove ASN.1 print hooks. 2016-06-14 17:38:31 +00:00
base64.h Replace base64 decoding. 2016-05-26 17:59:10 +00:00
base.h Wrap MSVC-only warning pragmas in a macro. 2016-06-09 21:29:36 +00:00
bio.h Test both synchronous and asynchronous DTLS retransmit. 2016-06-08 18:11:41 +00:00
blowfish.h
bn.h
buf.h
buffer.h
bytestring.h Make tls_open_record always in-place. 2016-06-08 18:39:07 +00:00
cast.h
chacha.h Require in == out for in-place encryption. 2016-06-09 19:49:03 +00:00
cipher.h Switch all 'num' parameters in crypto/modes to unsigned. 2016-04-19 17:56:25 +00:00
cmac.h Style: fix some header guards 2015-10-26 18:47:51 +00:00
conf.h
cpu.h
crypto.h
curve25519.h
des.h
dh.h
digest.h Add |EVP_dss1| as an alias for |EVP_sha1| in decrepit. 2016-05-20 15:31:52 +00:00
dsa.h Compute kinv in DSA with Fermat's Little Theorem. 2016-06-20 17:16:18 +00:00
dtls1.h
ec_key.h Drop support for engines-provided signature verification. 2016-04-18 20:40:17 +00:00
ec.h Always use Fermat's Little Theorem in ecdsa_sign_setup. 2016-06-20 17:11:42 +00:00
ecdh.h
ecdsa.h
engine.h Unwind DH_METHOD and DSA_METHOD. 2015-11-03 22:54:36 +00:00
err.h Have doc.go parse struct comments. 2016-01-26 23:23:23 +00:00
evp.h Fix the name of OPENSSL_add_all_algorithms_conf. 2016-06-15 21:29:50 +00:00
ex_data.h Skip free callbacks on empty CRYPTO_EX_DATAs. 2015-12-15 21:32:14 +00:00
hkdf.h Separating HKDF into HKDFExtract and HKDFExpand. 2016-05-20 15:17:17 +00:00
hmac.h
lhash_macros.h
lhash.h
md4.h
md5.h
mem.h
newhope.h Add missing newline in newhope.h. 2016-06-03 22:01:13 +00:00
nid.h Elliptic curve + post-quantum key exchange 2016-05-19 22:19:14 +00:00
obj_mac.h
obj.h
objects.h
opensslconf.h
opensslv.h
ossl_typ.h
pem.h Include crypto.h from pem.h. 2016-05-20 15:31:26 +00:00
pkcs7.h
pkcs8.h
pkcs12.h
poly1305.h Revert "Enable upstream's Poly1305 code." 2016-03-29 22:47:11 +00:00
pqueue.h
rand.h
rc4.h
ripemd.h Add RIPEMD160 support in decrepit. 2016-03-09 19:37:14 +00:00
rsa.h
safestack.h
sha.h
srtp.h
ssl3.h Rename SERVER_DONE to SERVER_HELLO_DONE. 2016-06-08 19:26:59 +00:00
ssl.h Add TLS 1.3 record layer to go implementation. 2016-06-21 21:43:40 +00:00
stack_macros.h
stack.h
thread.h Add some getters for the old lock callbacks. 2016-06-06 14:51:36 +00:00
time_support.h
tls1.h Adding ECDHE-PSK GCM Ciphersuites. 2016-06-02 21:27:16 +00:00
type_check.h
x509_vfy.h Unwind X509_LU_RETRY and fix a lot of type confusion. 2016-06-16 16:24:44 +00:00
x509.h
x509v3.h