..
test
Move the DTLS cookie to SSL_HANDSHAKE.
3 years ago
CMakeLists.txt
Specify all library install destinations
3 years ago
bio_ssl.cc
Fix crash when flushing an SSL BIO.
4 years ago
d1_both.cc
Use Array<uint8_t> in DTLS1_OUTGOING_MESSAGE.
3 years ago
d1_lib.cc
acvp: add CMAC-AES support.
5 years ago
d1_pkt.cc
Convert more of the SSL write path to size_t and Spans.
3 years ago
d1_srtp.cc
Const-correct SSL_get_srtp_profiles.
4 years ago
dtls_method.cc
LSC: Apply clang-tidy's modernize-use-bool-literals to boringssl
3 years ago
dtls_record.cc
acvp: add CMAC-AES support.
5 years ago
encrypted_client_hello.cc
Record ClientHelloInner values in msg_callback.
3 years ago
extensions.cc
Move the DTLS cookie to SSL_HANDSHAKE.
3 years ago
handoff.cc
Add handshake hints for TLS 1.2 session tickets.
3 years ago
handshake.cc
LSC: Apply clang-tidy's modernize-use-bool-literals to boringssl
3 years ago
handshake_client.cc
Move the DTLS cookie to SSL_HANDSHAKE.
3 years ago
handshake_server.cc
Support handshake hints for TLS 1.2 full handshakes.
3 years ago
internal.h
Use Array<uint8_t> in DTLS1_OUTGOING_MESSAGE.
3 years ago
s3_both.cc
Align with OpenSSL on TLS 1.3 cipher suite constants.
3 years ago
s3_lib.cc
Fix up book-keeping between the write buffer and pending writes.
3 years ago
s3_pkt.cc
Convert more of the SSL write path to size_t and Spans.
3 years ago
span_test.cc
acvp: add CMAC-AES support.
5 years ago
ssl_aead_ctx.cc
acvp: add CMAC-AES support.
5 years ago
ssl_asn1.cc
LSC: Apply clang-tidy's modernize-use-bool-literals to boringssl
3 years ago
ssl_buffer.cc
Track SSL_ERROR_ZERO_RETURN explicitly.
3 years ago
ssl_c_test.c
acvp: add CMAC-AES support.
5 years ago
ssl_cert.cc
Fix issuerUID and subjectUID parsing in the key usage checker.
4 years ago
ssl_cipher.cc
More alignment with OpenSSL on TLS 1.3 cipher suite constants.
3 years ago
ssl_file.cc
Fix SSL_load_client_CA_file when given an empty file.
3 years ago
ssl_key_share.cc
Remove VS 2015 support.
3 years ago
ssl_lib.cc
Replace even more ad-hoc bytes/integer conversions.
3 years ago
ssl_privkey.cc
Support handshake hints for TLS 1.2 full handshakes.
3 years ago
ssl_session.cc
Prefer established session properties mid renegotiation.
3 years ago
ssl_stat.cc
Add SSL_ech_accepted API and ech_is_required alerts.
4 years ago
ssl_test.cc
Prefer established session properties mid renegotiation.
3 years ago
ssl_transcript.cc
Avoid re-hashing the transcript multiple times.
4 years ago
ssl_versions.cc
Add a function to express the desired record version protocol.
3 years ago
ssl_x509.cc
Add |SSL_set1_host| and |SSL_set_hostflags|.
3 years ago
t1_enc.cc
Rename the master_key field in SSL_SESSION to secret.
4 years ago
tls13_both.cc
Support handshake hints for TLS 1.2 full handshakes.
3 years ago
tls13_client.cc
Add SSL_[CTX_]_set_compliance_policy.
3 years ago
tls13_enc.cc
LSC: Apply clang-tidy's modernize-use-bool-literals to boringssl
3 years ago
tls13_server.cc
Support handshake hints for TLS 1.2 full handshakes.
3 years ago
tls_method.cc
Add experimental handshake hints API.
4 years ago
tls_record.cc
Fix unterminated clang-format off.
5 years ago