boringssl/include/openssl
David Benjamin afbc63fc2f Simplify DTLS epoch rewind.
SSL_AEAD_CTX ownership is currently too confusing. Instead, rely on the lack of
renego, so the previous epoch always uses the NULL cipher. (Were we to support
DTLS renego, we could keep track of s->d1->last_aead_write_ctx like
s->d1->last_write_sequence, but it isn't worth it.)

Buffered messages also tracked an old s->session, but this is unnecessary. The
s->session NULL check in tls1_enc dates to the OpenSSL initial commit and is
redundant with the aead NULL check.

Change-Id: I9a510468d95934c65bca4979094551c7536980ae
Reviewed-on: https://boringssl-review.googlesource.com/3234
Reviewed-by: Adam Langley <agl@google.com>
2015-02-03 20:34:06 +00:00
..
aead.h More documentation fixes. 2015-01-22 19:22:33 +00:00
aes.h
asn1_mac.h
asn1.h Tag a number of globals as const. 2015-01-14 21:53:00 +00:00
asn1t.h
base64.h Various documentation fixes. 2015-01-14 21:50:50 +00:00
base.h Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
bio.h Cleanup of setting external buffer 2014-11-24 17:46:00 +00:00
bn.h Add declarations for Android compatibility funcs. 2015-01-08 00:22:22 +00:00
buf.h Various documentation fixes. 2015-01-14 21:50:50 +00:00
bytestring.h Don't accept tag number 31 (long form identifier octets) in CBB_add_asn1. 2015-02-03 11:03:59 -08:00
chacha.h
cipher.h Implement SSLv3 ciphers with stateful AEADs. 2015-01-14 20:55:58 +00:00
conf.h Fix segfault with empty fields as last in the config. 2015-01-26 18:37:47 +00:00
cpu.h aarch64 support. 2015-01-14 23:38:11 +00:00
crypto.h
des.h Various documentation fixes. 2015-01-14 21:50:50 +00:00
dh.h
digest.h Various documentation fixes. 2015-01-14 21:50:50 +00:00
dsa.h Fix DER checks for DSA_check_signature and add tests. 2015-01-12 22:29:10 +00:00
dtls1.h Simplify DTLS epoch rewind. 2015-02-03 20:34:06 +00:00
ec_key.h
ec.h Various documentation fixes. 2015-01-14 21:50:50 +00:00
ecdh.h Remove ECDH_KDF_X9_62 and associated EVP glue. 2015-01-14 21:52:52 +00:00
ecdsa.h Various documentation fixes. 2015-01-14 21:50:50 +00:00
engine.h
err.h Free all error queues on shutdown. 2015-01-15 22:10:02 +00:00
evp.h Remove support for passing a C-String to PKCS5_PBKDF2_HMAC*(). 2015-01-20 23:44:05 +00:00
ex_data.h
hkdf.h Implement HKDF. 2014-12-18 20:13:06 +00:00
hmac.h Introduce HMAC_CTX_copy_ex and deprecate HMAC_CTX_copy. 2015-01-14 20:35:47 +00:00
lhash_macros.h
lhash.h s/comparision/comparison/. 2015-01-06 10:49:48 -08:00
md4.h
md5.h
mem.h Various documentation fixes. 2015-01-14 21:50:50 +00:00
modes.h
obj_mac.h Renegerate OID outputs. 2014-12-04 22:13:50 +00:00
obj.h
objects.h
opensslfeatures.h
opensslv.h
ossl_typ.h
pem.h unifdef OPENSSL_NO_BIO. 2014-12-02 19:27:19 +00:00
pkcs7.h
pkcs8.h Add void in place of empty function arguments. 2015-01-06 00:27:07 +00:00
pkcs12.h
poly1305.h Always write the Poly1305 tag to an aligned buffer. 2015-01-14 23:38:25 +00:00
pqueue.h
rand.h
rc4.h Various documentation fixes. 2015-01-14 21:50:50 +00:00
rsa.h Define the error case's output in RSA_message_index_PKCS1_type_2. 2015-01-14 21:52:36 +00:00
safe_stack.h
sha.h Various documentation fixes. 2015-01-14 21:50:50 +00:00
srtp.h Store SRTP_PROTECTION_PROFILES as const. 2015-01-14 22:10:08 +00:00
ssl2.h
ssl3.h Reformat SSL/TLS headers. 2015-01-26 20:23:09 +00:00
ssl23.h Reformat SSL/TLS headers. 2015-01-26 20:23:09 +00:00
ssl.h Remove alert_fragment and handshake_fragment. 2015-02-03 19:10:08 +00:00
stack_macros.h Store SRTP_PROTECTION_PROFILES as const. 2015-01-14 22:10:08 +00:00
stack.h Store SRTP_PROTECTION_PROFILES as const. 2015-01-14 22:10:08 +00:00
thread.h
time_support.h Various documentation fixes. 2015-01-14 21:50:50 +00:00
tls1.h Reformat SSL/TLS headers. 2015-01-26 20:23:09 +00:00
type_check.h
x509_vfy.h
x509.h Tag a number of globals as const. 2015-01-14 21:53:00 +00:00
x509v3.h Tag a number of globals as const. 2015-01-14 21:53:00 +00:00