You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
David Benjamin d55bd797eb Fix SSL_COMP_get_compression_methods type signature. 7 years ago
..
test Improve TestConfig flags for initial and resumption connections. 7 years ago
CMakeLists.txt Convert bio_test to GTest. 7 years ago
bio_ssl.c Move the SSL BIO into ssl/ from decrepit/. 7 years ago
custom_extensions.c Support enabling early data on SSL 7 years ago
d1_both.c Trim x509.h includes. 7 years ago
d1_lib.c Don't use long for timestamps. 7 years ago
d1_pkt.c Remove support for blocking DTLS timeout handling. 7 years ago
d1_srtp.c Fix ssl_ctx_make_profiles error handling. 8 years ago
dtls_method.c Adding support for receiving early data on the server. 7 years ago
dtls_record.c Don't use the buffer BIO in DTLS. 7 years ago
handshake_client.c Factor out the default signature algorithm logic. 7 years ago
handshake_server.c Factor out the default signature algorithm logic. 7 years ago
internal.h Factor out the default signature algorithm logic. 7 years ago
s3_both.c Deprecate SSL_PRIVATE_KEY_METHOD type and max_signature_len. 7 years ago
s3_lib.c Really remove DHE ciphersuites from TLS. 7 years ago
s3_pkt.c Enforce max_early_data_size on the server. 7 years ago
ssl_aead_ctx.c Adding version to AEAD. 7 years ago
ssl_asn1.c Remove the last remnants of key_exchange_info. 7 years ago
ssl_buffer.c Just allocate what's needed for SSL write buffers. 7 years ago
ssl_cert.c Really remove DHE ciphersuites from TLS. 7 years ago
ssl_cipher.c Fix SSL_COMP_get_compression_methods type signature. 7 years ago
ssl_ecdh.c Really remove DHE ciphersuites from TLS. 7 years ago
ssl_file.c Remove |X509| things from SSL_SESSION. 7 years ago
ssl_lib.c Remove old SSL min/max version functions. 7 years ago
ssl_privkey.c Add SSL_CTX_set_verify_algorithm_prefs. 7 years ago
ssl_privkey_cc.cc Rename ssl_rsa.c to ssl_privkey.c. 7 years ago
ssl_session.c Support asynchronous ticket decryption with TLS 1.0–1.2. 7 years ago
ssl_stat.c Unexport the handshake's internal state. 7 years ago
ssl_test.cc Convert default version tests in ssl_test. 7 years ago
ssl_transcript.c Moving transcript and PRF functions to SSL_TRANSCRIPT. 7 years ago
ssl_x509.c Move ssl_verify_alarm_type into ssl_x509.c. 7 years ago
t1_enc.c Move tmp.extended_master_secret to SSL_HANDSHAKE. 7 years ago
t1_lib.c Factor out the default signature algorithm logic. 7 years ago
tls13_both.c Acknowledge KeyUpdate messages. 7 years ago
tls13_client.c Deprecate SSL_PRIVATE_KEY_METHOD type and max_signature_len. 7 years ago
tls13_enc.c Send half-RTT tickets when negotiating 0-RTT. 7 years ago
tls13_server.c Enforce max_early_data_size on the server. 7 years ago
tls_method.c Adding support for receiving early data on the server. 7 years ago
tls_record.c Enforce max_early_data_size on the server. 7 years ago