aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/ssl3.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-17Remove the last of the filename comments.David Benjamin1-1/+0
2022-07-30Replace OPENSSL_STATIC_ASSERT with static_assert.David Benjamin1-5/+0
2022-01-28Record ClientHelloInner values in msg_callback.David Benjamin1-0/+1
2018-11-14Modernize OPENSSL_COMPILE_ASSERT, part 2.David Benjamin1-3/+3
2018-06-04Preliminary support for compressed certificates.Adam Langley1-0/+1
2018-03-13Remove remnants of the HRR message.David Benjamin1-1/+0
2017-11-01Adding support for draft 21 as a TLS 1.3 variant.Steven Valdez1-0/+2
2017-10-03Remove old TLS 1.3 variants (NoSessionID and RecordType).Steven Valdez1-1/+0
2017-09-22Simplify tls1_change_cipher_spec.David Benjamin1-10/+0
2017-08-29Migrate TLS 1.2 and below state machines to the new style.Steven Valdez1-60/+0
2017-08-18Run comment conversion script on include/David Benjamin1-55/+55
2017-08-08Replace init_msg/init_num with a get_message hook.David Benjamin1-1/+0
2017-08-08Replace reuse_message with an explicit next_message call.David Benjamin1-1/+0
2017-07-17Add async certificate verification callback.David Benjamin1-0/+1
2017-07-14Implement ContentType TLS 1.3 variant.Steven Valdez1-0/+1
2017-06-20Simplify ssl_private_key_* state machine points.David Benjamin1-3/+0
2017-06-16Squash together states in the TLS 1.2 server Certificate flight.David Benjamin1-2/+0
2017-06-16Squash together TLS 1.2 states for server Finished block.David Benjamin1-2/+0
2017-06-15Adding support for sending early data on the client.Steven Valdez1-0/+1
2017-04-05Prune some dead constants.David Benjamin1-6/+0
2017-02-13Avoid transitioning into SSL_ST_OK and back out.David Benjamin1-0/+1
2017-02-09Remove some dead state constants.David Benjamin1-3/+0
2017-02-03Remove an unnecessary TLS 1.2 ClientHello state.David Benjamin1-1/+0
2017-01-25Remove the rest of write_message.David Benjamin1-17/+0
2016-12-12Emulate the client_cert_cb with cert_cb.David Benjamin1-1/+0
2016-11-16Parse ClientHello extensions before deciding on resumption.David Benjamin1-0/+1
2016-08-11Insert a state before cert_cb.David Benjamin1-0/+1
2016-07-20Factor out the client_cert_cb code.David Benjamin1-1/+0
2016-07-18Add TLS 1.3 1-RTT.Steven Valdez1-0/+3
2016-07-07Push V2ClientHello handling into ssl3_get_message.David Benjamin1-2/+0
2016-07-06Rename Channel ID's EncryptedExtensions to just ChannelID in C.David Benjamin1-1/+1
2016-06-29Remove a/b parameters to send_change_cipher_spec.David Benjamin1-4/+2
2016-06-08Rename SERVER_DONE to SERVER_HELLO_DONE.David Benjamin1-3/+4
2016-06-01Renaming SSL3_MT_NEWSESSION_TICKET to SSL3_MT_NEW_SESSION_TICKET.Steven Valdez1-1/+5
2016-05-23Renaming Channel ID Encrypted Extensions.Steven Valdez1-1/+1
2016-05-18Remove state parameters to ssl3_get_message.David Benjamin1-15/+4
2015-12-15Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER.David Benjamin1-2/+0
2015-10-26Add server-side support for asynchronous RSA decryption.nagendra modadugu1-0/+1
2015-10-26Fix ssl3.h / ssl.h circular dependency.David Benjamin1-260/+6
2015-10-26Remove unhelpful warning about changing state numbers.David Benjamin1-1/+0
2015-09-08Wait for CertificateStatus message to verify certificate.Paul Lietar1-0/+1
2015-08-28Tidy up the ssl3_send_server_key_exchange slightly.David Benjamin1-1/+0
2015-08-28Move peer_dh_tmp and peer_ecdh_tmp out of SESS_CERT.David Benjamin1-0/+6
2015-08-28Factor out the buffering and low-level record code.David Benjamin1-16/+12
2015-08-20Server-side OCSP stapling support.Paul Lietar1-2/+6
2015-08-17Use the record-layer buffer for sniffing V2ClientHellos.David Benjamin1-5/+0
2015-08-07Simplify handshake hash handling.David Benjamin1-3/+7
2015-08-07Switch the handshake buffer from memory BIO to BUF_MEM.David Benjamin1-2/+2
2015-08-05Fold dtls1_process_record into dtls1_get_record.David Benjamin1-6/+0
2015-08-05FALLBACK_SCSV is an RFC now.David Benjamin1-3/+2