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.
 
 
 
 
 
 
Adam Langley d4aae0f965 Minor typo fixes. 8 years ago
..
test Empty signature algorithms in TLS 1.3 CertificateRequest is illegal. 8 years ago
CMakeLists.txt Add TLS 1.3 1-RTT. 8 years ago
custom_extensions.c Send unsupported_extension on unexpected ServerHello extensions. 8 years ago
d1_both.c Switch finish_handshake to release_current_message. 8 years ago
d1_lib.c Stop using the word 'buffer' everywhere. 8 years ago
d1_pkt.c Move post-handshake message handling out of read_app_data. 8 years ago
d1_srtp.c Make kSRTPProfiles static. 8 years ago
dtls_method.c Switch finish_handshake to release_current_message. 8 years ago
dtls_record.c Fix the alias checks in dtls_record.c. 8 years ago
handshake_client.c Don't have the default value of |verify_result| be X509_V_OK. 8 years ago
handshake_server.c Splitting SSL session state. 8 years ago
internal.h Adding handling for KeyUpdate post-handshake message. 8 years ago
s3_both.c Splitting SSL session state. 8 years ago
s3_enc.c Splitting SSL session state. 8 years ago
s3_lib.c Splitting SSL session state. 8 years ago
s3_pkt.c Move post-handshake message handling out of read_app_data. 8 years ago
ssl_aead_ctx.c Fixing iv_length for TLS 1.3. 8 years ago
ssl_asn1.c Disconnect handshake message creation from init_buf. 8 years ago
ssl_buffer.c Remove in-place TLS record assembly for now. 8 years ago
ssl_cert.c Factor out the client_cert_cb code. 8 years ago
ssl_cipher.c Forbid PSK ciphers in TLS 1.3 for now. 8 years ago
ssl_ecdh.c Add BN_rand_range_ex and use internally. 8 years ago
ssl_file.c Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit. 8 years ago
ssl_lib.c Don't have the default value of |verify_result| be X509_V_OK. 8 years ago
ssl_rsa.c Give SSL_PRIVATE_KEY_METHOD a message-based API. 8 years ago
ssl_session.c Minor typo fixes. 8 years ago
ssl_stat.c Factor out the client_cert_cb code. 8 years ago
ssl_test.cc Splitting SSL session state. 8 years ago
t1_enc.c Splitting SSL session state. 8 years ago
t1_lib.c Send unsupported_extension on unexpected ServerHello extensions. 8 years ago
tls13_both.c Adding handling for KeyUpdate post-handshake message. 8 years ago
tls13_client.c Empty signature algorithms in TLS 1.3 CertificateRequest is illegal. 8 years ago
tls13_enc.c Adding handling for KeyUpdate post-handshake message. 8 years ago
tls13_server.c Splitting SSL session state. 8 years ago
tls_method.c Switch finish_handshake to release_current_message. 8 years ago
tls_record.c Check for buffered handshake messages on cipher change in DTLS. 8 years ago