Sign in
boringssl
/
boringssl.git
/
c5e9b4be0f2fabaac68961c0edce381703731d03
/
include
/
openssl
/
ssl3.h
974083f
Remove the last of the filename comments.
by David Benjamin
· 2 years, 3 months ago
b7d6320
Replace OPENSSL_STATIC_ASSERT with static_assert.
by David Benjamin
· 2 years, 8 months ago
123eaae
Record ClientHelloInner values in msg_callback.
by David Benjamin
· 3 years, 2 months ago
5ecfb10
Modernize OPENSSL_COMPILE_ASSERT, part 2.
by David Benjamin
· 6 years ago
a307cb7
Preliminary support for compressed certificates.
by Adam Langley
· 7 years ago
a0bc29a
Remove remnants of the HRR message.
by David Benjamin
· 7 years ago
cd8470f
Adding support for draft 21 as a TLS 1.3 variant.
by Steven Valdez
· 7 years ago
4c7f5fa
Remove old TLS 1.3 variants (NoSessionID and RecordType).
by Steven Valdez
· 7 years ago
e58f8a6
Simplify tls1_change_cipher_spec.
by David Benjamin
· 8 years ago
4d71a9a
Migrate TLS 1.2 and below state machines to the new style.
by Steven Valdez
· 8 years ago
4512b79
Run comment conversion script on include/
by David Benjamin
· 8 years ago
7934f08
Replace init_msg/init_num with a get_message hook.
by David Benjamin
· 8 years ago
8f94c31
Replace reuse_message with an explicit next_message call.
by David Benjamin
· 8 years ago
3a1dd46
Add async certificate verification callback.
by David Benjamin
· 8 years ago
dbe0158
Implement ContentType TLS 1.3 variant.
by Steven Valdez
· 8 years ago
4414874
Simplify ssl_private_key_* state machine points.
by David Benjamin
· 8 years ago
0d1730d
Squash together states in the TLS 1.2 server Certificate flight.
by David Benjamin
· 8 years ago
b5f55c3
Squash together TLS 1.2 states for server Finished block.
by David Benjamin
· 8 years ago
e831a81
Adding support for sending early data on the client.
by Steven Valdez
· 8 years ago
3e0b2ce
Prune some dead constants.
by David Benjamin
· 8 years ago
77458a4
Avoid transitioning into SSL_ST_OK and back out.
by David Benjamin
· 8 years ago
dc8c1d9
Remove some dead state constants.
by David Benjamin
· 8 years ago
42bfeb3
Remove an unnecessary TLS 1.2 ClientHello state.
by David Benjamin
· 8 years ago
16315f7
Remove the rest of write_message.
by David Benjamin
· 8 years ago
5edfc8c
Emulate the client_cert_cb with cert_cb.
by David Benjamin
· 8 years ago
4eb95cc
Parse ClientHello extensions before deciding on resumption.
by David Benjamin
· 8 years ago
25fe85b
Insert a state before cert_cb.
by David Benjamin
· 9 years ago
13f1ebe
Factor out the client_cert_cb code.
by David Benjamin
· 9 years ago
143e8b3
Add TLS 1.3 1-RTT.
by Steven Valdez
· 9 years ago
4dbdf94
Push V2ClientHello handling into ssl3_get_message.
by David Benjamin
· 9 years ago
d94b83b
Rename Channel ID's EncryptedExtensions to just ChannelID in C.
by David Benjamin
· 9 years ago
352d0a9
Remove a/b parameters to send_change_cipher_spec.
by David Benjamin
· 9 years ago
3dcec45
Rename SERVER_DONE to SERVER_HELLO_DONE.
by David Benjamin
· 9 years ago
bbd43b5
Renaming SSL3_MT_NEWSESSION_TICKET to SSL3_MT_NEW_SESSION_TICKET.
by Steven Valdez
· 9 years ago
1eca1d3
Renaming Channel ID Encrypted Extensions.
by Steven Valdez
· 9 years ago
1e6d6df
Remove state parameters to ssl3_get_message.
by David Benjamin
· 9 years ago
03f0005
Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER.
by David Benjamin
· 9 years ago
3398dbf
Add server-side support for asynchronous RSA decryption.
by nagendra modadugu
· 10 years ago
d5635d4
Fix ssl3.h / ssl.h circular dependency.
by David Benjamin
· 9 years ago
8370bfd
Remove unhelpful warning about changing state numbers.
by David Benjamin
· 9 years ago
8f1c268
Wait for CertificateStatus message to verify certificate.
by Paul Lietar
· 10 years ago
1f9f9c4
Tidy up the ssl3_send_server_key_exchange slightly.
by David Benjamin
· 10 years ago
6505567
Move peer_dh_tmp and peer_ecdh_tmp out of SESS_CERT.
by David Benjamin
· 10 years ago
b8d28cf
Factor out the buffering and low-level record code.
by David Benjamin
· 10 years ago
aeeff2c
Server-side OCSP stapling support.
by Paul Lietar
· 10 years ago
45c6c3e
Use the record-layer buffer for sniffing V2ClientHellos.
by David Benjamin
· 10 years ago
b088331
Simplify handshake hash handling.
by David Benjamin
· 10 years ago
5375fd5
Switch the handshake buffer from memory BIO to BUF_MEM.
by David Benjamin
· 10 years ago
c8d5122
Fold dtls1_process_record into dtls1_get_record.
by David Benjamin
· 10 years ago
229adfb
FALLBACK_SCSV is an RFC now.
by David Benjamin
· 10 years ago
fc05994
Fold away EC point format negotiation.
by David Benjamin
· 10 years ago
601448a
Add server-side support for asynchronous signing.
by nagendra modadugu
· 10 years ago
0950563
Implement custom extensions.
by Adam Langley
· 10 years ago
49c7af1
Convert the Channel ID extension to the new system.
by Adam Langley
· 10 years ago
f3cdc50
Remove some unused constants.
by David Benjamin
· 10 years ago
047d6f0
Remove ssl2.h and ssl23.h.
by Håvard Molland
· 10 years ago
614c66a
Add infrastructure for better extension handling.
by Adam Langley
· 10 years ago
b4d65fd
Implement asynchronous private key operations for client auth.
by David Benjamin
· 10 years ago
24f346d
Limit the number of warning alerts silently consumed.
by David Benjamin
· 10 years ago
a8ebe22
Add tests for empty record limit and make it work in the async case.
by David Benjamin
· 10 years ago
cd90f3a
Remove renegotiation deferral logic.
by David Benjamin
· 10 years ago
31a0779
Factor SSL_AEAD_CTX into a dedicated type.
by David Benjamin
· 10 years ago
e6df054
Add s->s3->initial_handshake_complete.
by David Benjamin
· 10 years ago
7cde0de
Fold num_renegotiations into total_renegotiations.
by David Benjamin
· 10 years ago
4a3f073
Tidy record length check.
by David Benjamin
· 10 years ago
9faafda
Clean up do_ssl3_write fragment handling.
by David Benjamin
· 10 years ago
f46cea8
Fix the derivation of SSL3_RT_SEND_MAX_ENCRYPTED_OVERHEAD.
by David Benjamin
· 10 years ago
ed7c475
Rename cutthrough to False Start.
by David Benjamin
· 10 years ago
a54e2e8
Remove server-side HelloVerifyRequest support.
by David Benjamin
· 10 years ago
ccf74f8
Revise SSL_cutthrough_complete and SSL_in_init.
by David Benjamin
· 10 years ago
b4a494c
Reformat SSL/TLS headers.
by Adam Langley
· 10 years ago
66850dd
Add dummy variables to keep wpa_supplicant happy.
by Adam Langley
· 10 years ago
b8a56f1
Remove dead code from EVP_CIPHER codepaths.
by David Benjamin
· 10 years ago
ea72bd0
Implement all TLS ciphers with stateful AEADs.
by David Benjamin
· 10 years ago
4b755cb
Implement the V2ClientHello sniff in version-locked methods.
by David Benjamin
· 10 years ago
e518f65
Update references to RFCs.
by David Benjamin
· 10 years ago
8c6fe45
Replace s->first_packet with a s->s3->have_version bit.
by David Benjamin
· 10 years ago
e319a2f
Remove SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS.
by David Benjamin
· 10 years ago
4cd8c43
Remove support for processing fragmented alerts
by Alex Chernyakhovsky
· 10 years ago
688d8df
Remove psk_identity_hint from SSL_SESSION.
by David Benjamin
· 10 years ago
e1b20a0
Remove SSL3_FLAGS_POP_BUFFER.
by David Benjamin
· 10 years ago
7571292
Extended master secret support.
by Adam Langley
· 10 years ago
a19fc25
Move ECC extensions out of SSL_SESSION.
by David Benjamin
· 10 years ago
c92c2d7
Prune some dead quirks and document the SSL_OP_ALL ones.
by David Benjamin
· 11 years ago
6c7aed0
Client-side OCSP stapling support.
by David Benjamin
· 11 years ago
457112e
unifdef a bunch of OPENSSL_NO_* ifdefs.
by David Benjamin
· 11 years ago
854dd65
Refactor server-side CertificateVerify handling.
by David Benjamin
· 11 years ago
92909a6
Remove MS SGC support on the the server.
by David Benjamin
· 11 years ago
bd30f8e
Remove support on both sides for *_fixed_(ec)dh client auth.
by David Benjamin
· 11 years ago
86271ee
Change CCS_OK to EXPECT_CCS.
by David Benjamin
· 11 years ago
cb5abad
Consolidate CCS_OK paths in s3_clnt.c.
by David Benjamin
· 11 years ago
84ec49e
Consolidate CCS_OK codepaths in s3_srvr.c.
by David Benjamin
· 11 years ago
b9cc33a
Remove SSL_OP_EPHEMERAL_RSA quirk.
by David Benjamin
· 11 years ago
045cc55
Don't delay CKX and Finished for False Start.
by Adam Langley
· 11 years ago
4c921e1
Move public headers to include/openssl/
by Adam Langley
· 11 years ago
95c29f3
Inital import.
by Adam Langley
· 11 years ago