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 171b5403ee Fix ssl3_do_write error handling. 8 years ago
..
pqueue Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result. 8 years ago
test Wrap MSVC-only warning pragmas in a macro. 8 years ago
CMakeLists.txt Rename s3_{clnt,srvr}.c 8 years ago
custom_extensions.c Align the SSL stack on #include style. 9 years ago
d1_both.c Trim the DTLS write code slightly. 8 years ago
d1_lib.c Fold the DTLS client handshake into the TLS one. 8 years ago
d1_meth.c A bit of cleanup post state machine merging. 8 years ago
d1_pkt.c Trim the DTLS write code slightly. 8 years ago
d1_srtp.c Make kSRTPProfiles static. 8 years ago
dtls_record.c Fix the alias checks in dtls_record.c. 8 years ago
handshake_client.c Rename SERVER_DONE to SERVER_HELLO_DONE. 8 years ago
handshake_server.c Rename SERVER_DONE to SERVER_HELLO_DONE. 8 years ago
internal.h Wrap MSVC-only warning pragmas in a macro. 8 years ago
s3_both.c Fix ssl3_do_write error handling. 8 years ago
s3_enc.c Remove some easy obj.h dependencies. 8 years ago
s3_lib.c Move a bunch of public APIs from s3_lib.c to ssl_lib.c. 8 years ago
s3_meth.c A bit of cleanup post state machine merging. 8 years ago
s3_pkt.c Don't call read_bytes in read_change_cipher_spec. 8 years ago
ssl_aead_ctx.c Make tls_open_record always in-place. 8 years ago
ssl_asn1.c Check for overflow when parsing a CBS with d2i_*. 9 years ago
ssl_buffer.c Remove in-place TLS record assembly for now. 8 years ago
ssl_cert.c Ensure we check i2d_X509 return val 8 years ago
ssl_cipher.c Add SSL_CIPHER_is_DHE. 8 years ago
ssl_ecdh.c Generalizing curves to groups in preparation for TLS 1.3. 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 Adding function to set the "current time" callback used for DTLS. 8 years ago
ssl_rsa.c Add |SSL_CTX_set_private_key_method| to parallel |SSL_set_private_key_method| 8 years ago
ssl_session.c Split unlock functions into read/write variants. 8 years ago
ssl_stat.c Remove state parameters to ssl3_get_message. 8 years ago
ssl_test.cc Add a unit test for one-sided shutdown. 8 years ago
t1_enc.c Remove some easy obj.h dependencies. 8 years ago
t1_lib.c Generalizing curves to groups in preparation for TLS 1.3. 8 years ago
tls_record.c Remove in-place TLS record assembly for now. 8 years ago