Sign in
boringssl
/
boringssl
/
c25c3760ed8c47b9175863f503b2a6ef5b6c61a7
/
crypto
/
cipher_extra
/
e_tls.c
b1c6f45
Add back support for TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
by Adam Langley
· 1 year, 11 months ago
de2d610
Remove TLS_RSA_WITH_NULL_SHA
by David Benjamin
· 1 year, 11 months ago
b7d6320
Replace OPENSSL_STATIC_ASSERT with static_assert.
by David Benjamin
· 2 years, 8 months ago
f8f97bf
Don't guard alignof static asserts on GCC/Clang.
by David Benjamin
· 2 years, 9 months ago
669ffe6
Simplify the Lucky13 mitigation.
by David Benjamin
· 4 years ago
7a0834b
Remove remnants of CBC SHA2 cipher suites.
by David Benjamin
· 4 years ago
a6a049a
Add start of infrastructure for checking constant-time properties.
by Adam Langley
· 6 years ago
5ecfb10
Modernize OPENSSL_COMPILE_ASSERT, part 2.
by David Benjamin
· 6 years ago
35fb591
Flatten EVP_AEAD_CTX
by Adam Langley
· 6 years ago
80ede1d
Fix early_mac_len computation.
by David Benjamin
· 7 years ago
6dc892f
Remove redundant calls to |OPENSSL_cleanse| and |OPENSSL_realloc_clean|.
by Martin Kreichgauer
· 8 years ago
808f832
Run the comment converter on libcrypto.
by David Benjamin
· 8 years ago
abbf365
Make the bssl::SealRecord out_suffix arg fixed length.
by Martin Kreichgauer
· 8 years ago
74bce29
Change EVP_AEAD_CTX_seal_scatter to support an additional plaintext input.
by Martin Kreichgauer
· 8 years ago
18d9f28
Add EVP_AEAD_CTX_{seal_scatter,open_gather}.
by Martin Kreichgauer
· 8 years ago
2e2a226
Move cipher/ into crypto/fipsmodule/
by Adam Langley
· 8 years ago
[Renamed (99%) from crypto/cipher/e_tls.c]
518ba07
Switch constant-time functions to using |crypto_word_t|.
by Adam Langley
· 8 years ago
643b77e
Convert tls_cbc.c to size_t.
by David Benjamin
· 8 years ago
d1c0de6
Add size_t variants of constant-time functions.
by David Benjamin
· 8 years ago
17cf2cb
Work around language and compiler bug in memcpy, etc.
by David Benjamin
· 8 years ago
0d211bd
Clarify the scope & initialization of |data_len| in |aead_tls_open|.
by Brian Smith
· 8 years ago
8aaa9e1
Remove RC4 from TLS for real.
by Matthew Braithwaite
· 9 years ago
cb96654
Adding ARRAY_SIZE macro for getting the size of constant arrays.
by Steven Valdez
· 9 years ago
3f26a49
Fix up EVP_tls_cbc_remove_padding's calling convention.
by David Benjamin
· 9 years ago
9f897b2
Remove the stitched RC4-MD5 code and use the generic one.
by David Benjamin
· 9 years ago
1741a9d
Save some mallocs in computing the MAC for e_tls.c.
by David Benjamin
· 9 years ago
c2d3280
Add SSL_get_ivs.
by Adam Langley
· 9 years ago
2060568
Fix |max_tag_len| for TLS CBC AEADs.
by Brian Smith
· 9 years ago
af09675
Restore the NULL-SHA ciphersuite. (Alas.)
by Matt Braithwaite
· 10 years ago
3570d73
Remove the func parameter to OPENSSL_PUT_ERROR.
by David Benjamin
· 10 years ago
5aa8a86
AEAD: allow _cleanup after failed _init.
by Adam Langley
· 10 years ago
3f92d21
Add SSL_get_rc4_state.
by Adam Langley
· 10 years ago
d03b5ed
Fix some stray tabs that snuck into e_tls.c.
by David Benjamin
· 10 years ago
b34f510
Don't delay-initialize legacy AEADs.
by David Benjamin
· 10 years ago
7f1d5d5
Follow-ups from recent patch train.
by David Benjamin
· 10 years ago
238510a
Introduce HMAC_CTX_copy_ex and deprecate HMAC_CTX_copy.
by David Benjamin
· 10 years ago
bbd8444
Drop SSLv3 parts of crypto/cipher/tls_cbc.c.
by David Benjamin
· 10 years ago
ea72bd0
Implement all TLS ciphers with stateful AEADs.
by David Benjamin
· 10 years ago