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 3a2a48086b Remove long-dead comment. 8 years ago
..
pqueue Add a run_tests target to run all tests. 9 years ago
test Implement draft-ietf-tls-curve25519-01 in Go. 8 years ago
CMakeLists.txt Fix shared library build on OS X. 9 years ago
custom_extensions.c Align the SSL stack on #include style. 9 years ago
d1_both.c Rewrite DTLS handshake message sending logic. 9 years ago
d1_clnt.c Pull ChangeCipherSpec into the handshake state machine. 8 years ago
d1_lib.c Separate CCS and handshake writing in DTLS. 9 years ago
d1_meth.c Pull ChangeCipherSpec into the handshake state machine. 8 years ago
d1_pkt.c Slightly simplify SSL3_RECORD. 8 years ago
d1_srtp.c Add defines for SRTP profiles using GCM ciphers from RFC 7714. 8 years ago
d1_srvr.c Pull ChangeCipherSpec into the handshake state machine. 8 years ago
dtls_record.c Reject empty records of unexpected type. 9 years ago
internal.h Remove long-dead comment. 8 years ago
s3_both.c Pull ChangeCipherSpec into the handshake state machine. 8 years ago
s3_clnt.c Convert ssl3_send_cert_verify to CBB. 8 years ago
s3_enc.c Change some "int" variables to "size_t" in ssl3_handshake_mac(). 9 years ago
s3_lib.c Make SSL_(CTX_)?set_tmp_ecdh call SSL_(CTX_)?set1_curves. 8 years ago
s3_meth.c Pull ChangeCipherSpec into the handshake state machine. 8 years ago
s3_pkt.c Slightly simplify SSL3_RECORD. 8 years ago
s3_srvr.c Convert ssl3_send_cert_verify to CBB. 8 years ago
ssl_aead_ctx.c Implement draft-ietf-tls-chacha20-poly1305-04. 8 years ago
ssl_asn1.c Check for overflow when parsing a CBS with d2i_*. 9 years ago
ssl_buffer.c Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER. 8 years ago
ssl_cert.c Remove unreachable code to duplicate DH keys. 8 years ago
ssl_cipher.c Implement draft-ietf-tls-chacha20-poly1305-04. 8 years ago
ssl_file.c More SSL_SESSION serialization functions. 9 years ago
ssl_lib.c Implement draft-ietf-tls-chacha20-poly1305-04. 8 years ago
ssl_rsa.c Add get0 getters for EVP_PKEY. 9 years ago
ssl_session.c Remove the CRYPTO_EX_new callback. 8 years ago
ssl_stat.c Document alert handling. 9 years ago
ssl_test.cc Implement draft-ietf-tls-chacha20-poly1305-04. 8 years ago
t1_enc.c *_Update of length zero is legal. 8 years ago
t1_lib.c Completely remove P-224 from the TLS stack. 8 years ago
tls_record.c Remove |need_record_splitting| from |SSL3_STATE|. 8 years ago