aboutsummaryrefslogtreecommitdiff
path: root/ssl/ssl_aead_ctx.cc
AgeCommit message (Expand)AuthorFilesLines
2023-02-13Make OPENSSL_malloc push ERR_R_MALLOC_FAILURE on failure.Bob Beck1-1/+0
2022-09-28Maintain the sequence number as a uint64_t.David Benjamin1-9/+8
2019-01-08Delete the variants/draft code.Steven Valdez1-10/+1
2018-10-31Add an interface for QUIC integration.Steven Valdez1-0/+5
2018-09-07Another batch of bools.David Benjamin1-1/+1
2018-09-06Support symbol prefixesJoshua Liebow-Feeser1-2/+2
2018-06-28Remove SSL 3.0 implementation.David Benjamin1-6/+2
2018-04-10Use the actual record header, rather than reassembling it.David Benjamin1-37/+52
2018-04-05Implement TLS 1.3 draft28.Steven Valdez1-8/+21
2017-12-18Remove deprecated TLS 1.3 variants.Steven Valdez1-4/+1
2017-10-10Push Span down a layer.David Benjamin1-12/+12
2017-10-02Add bssl::Span<T>::subspan and use it.David Benjamin1-23/+21
2017-09-12Add experiment without client CCS and fix session ID bug.Steven Valdez1-20/+59
2017-08-29Convert comments in ssl.David Benjamin1-26/+26
2017-07-28Make the bssl::SealRecord out_suffix arg fixed length.Martin Kreichgauer1-23/+36
2017-07-20Switch BORINGSSL_INTERNAL_CXX_TYPES in favor of subclassing games.David Benjamin1-2/+0
2017-07-20C++-ify SSL_AEAD_CTX.David Benjamin1-163/+159
2017-07-19Move libssl's internals into the bssl namespace.David Benjamin1-0/+6
2017-07-14Switch OPENSSL_COMPILE_ASSERT to static_assert in C++ code.David Benjamin1-3/+2
2017-07-14Add SSL_AEAD_CTX_seal_scatter.Martin Kreichgauer1-28/+56
2017-07-13Switch ssl_aead_ctx, ssl_file, and ssl_lib to C++.David Benjamin1-0/+338