aboutsummaryrefslogtreecommitdiff
path: root/ssl/tls_method.cc
AgeCommit message (Expand)AuthorFilesLines
2022-09-28Maintain the sequence number as a uint64_t.David Benjamin1-2/+2
2021-04-15Add experimental handshake hints API.David Benjamin1-2/+4
2020-03-16Configure QUIC secrets inside set_{read,write}_state.David Benjamin1-2/+34
2020-02-24Keep the encryption state and encryption level in sync.David Benjamin1-2/+6
2020-02-13Require handshake flights end at record boundaries.David Benjamin1-5/+7
2020-02-11Rename TLS-specific functions to tls_foo from ssl3_foo.David Benjamin1-20/+20
2019-10-21Rename a number of BUF_* functions to OPENSSL_*.David Benjamin1-1/+1
2019-04-29Convert a few more things from int to bool.David Benjamin1-16/+16
2018-09-15Remove the add_alert hook.David Benjamin1-1/+0
2018-09-06Support symbol prefixesJoshua Liebow-Feeser1-2/+2
2018-05-29Pack encrypted handshake messages together.David Benjamin1-0/+4
2018-05-01SSL_CONFIG: new struct for sheddable handshake configuration.Matthew Braithwaite1-6/+8
2018-02-15Remove SSLv3_method and friends.David Benjamin1-17/+0
2017-11-01Remove supports_cipher hook.David Benjamin1-3/+0
2017-10-27Revert "Pack encrypted handshake messages together."David Benjamin1-4/+0
2017-10-25Pack encrypted handshake messages together.David Benjamin1-2/+4
2017-10-24Move init_buf and rwstate into SSL3_STATE.David Benjamin1-4/+3
2017-10-24Use more scopers.David Benjamin1-4/+2
2017-10-17Replace open_close_notify with open_app_data.David Benjamin1-1/+0
2017-10-17Lift BIO above SSL_PROTOCOL_METHOD.David Benjamin1-8/+5
2017-10-17Switch a bunch of things from int to bool.David Benjamin1-7/+7
2017-10-17Always process handshake records in full.David Benjamin1-6/+8
2017-10-12Rename ssl3_send_alert and ssl3_protocol_version.David Benjamin1-1/+1
2017-08-29Convert comments in ssl.David Benjamin1-10/+10
2017-08-08Replace init_msg/init_num with a get_message hook.David Benjamin1-2/+2
2017-08-08Replace reuse_message with an explicit next_message call.David Benjamin1-4/+14
2017-08-07Add DTLS_with_buffers_method.David Benjamin1-1/+1
2017-08-07Remove the free_buffer parameter to release_current_message.David Benjamin1-1/+5
2017-08-07Remove expect and received flight hooks.David Benjamin1-5/+2
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-7/+6
2017-07-19Move libssl's internals into the bssl namespace.David Benjamin1-63/+71
2017-07-17Add async certificate verification callback.David Benjamin1-9/+3
2017-07-13Switch more files to C++.David Benjamin1-0/+291