..
record
Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)
2015-12-07 17:40:20 +01:00
statem
Fix DTLS handshake fragment retries
2015-12-10 12:44:07 +00:00
bio_ssl.c
Handle SSL_ERROR_WANT_X509_LOOKUP
2015-09-20 14:19:49 +01:00
d1_lib.c
Remove unused cert_verify_mac code
2015-11-25 18:22:12 +00:00
d1_msg.c
Move in_handshake into STATEM
2015-10-30 08:39:47 +00:00
d1_srtp.c
PACKETise ServerHello processing
2015-09-07 10:45:38 +01:00
install-ssl.com
Updates following review comments
2015-05-16 09:20:52 +01:00
Makefile
make update
2015-12-09 22:09:19 +00:00
methods.c
Ensure the dtls1_get_*_methods work with DTLS_ANY_VERSION
2015-11-05 15:05:58 +00:00
packet_locl.h
Avoid undefined behaviour in PACKET_buf_init
2015-10-21 16:13:53 +01:00
s3_cbc.c
Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)
2015-12-07 17:40:20 +01:00
s3_enc.c
Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)
2015-12-07 17:40:20 +01:00
s3_lib.c
Wire ChaCha20-Poly1305 to TLS.
2015-12-10 12:05:30 +01:00
s3_msg.c
Remove redundant code
2015-10-30 08:38:18 +00:00
ssl-lib.com
Move SSLv3_*method() functions
2015-05-16 09:20:58 +01:00
ssl_algs.c
Configure: make no-chacha and no-poly1305 work.
2015-12-10 12:05:50 +01:00
ssl_asn1.c
Enable -Wmissing-variable-declarations and
2015-09-11 04:51:55 +01:00
ssl_cert.c
Remove support for all 40 and 56 bit ciphers.
2015-12-05 17:45:59 +01:00
ssl_ciph.c
Wire ChaCha20-Poly1305 to TLS.
2015-12-10 12:05:30 +01:00
ssl_conf.c
Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDH
2015-12-04 22:30:36 +01:00
ssl_err.c
update errors
2015-12-08 16:32:39 +00:00
ssl_err2.c
Run util/openssl-format-source -v -c .
2015-01-22 09:20:09 +00:00
ssl_lib.c
Fix warnings about unused variables when EC is disabled.
2015-12-09 23:59:04 +01:00
ssl_locl.h
Wire ChaCha20-Poly1305 to TLS.
2015-12-10 12:05:30 +01:00
ssl_rsa.c
Ensure all EVP calls have their returns checked where appropriate
2015-11-20 15:47:02 +00:00
ssl_sess.c
Extended master secret fixes and checks.
2015-12-08 16:32:39 +00:00
ssl_stat.c
Change SSL_state_string return strings to start with a T
2015-10-30 08:39:47 +00:00
ssl_txt.c
Remove BIO_s_file_internal macro.
2015-10-02 14:22:05 -04:00
ssl_utst.c
Run util/openssl-format-source -v -c .
2015-01-22 09:20:09 +00:00
t1_enc.c
Fix clang complaints about uninitialised variables.
2015-12-07 20:37:08 +01:00
t1_ext.c
Remove support for OPENSSL_NO_TLSEXT
2015-05-22 23:10:51 +01:00
t1_lib.c
Add a return value check
2015-12-10 11:50:20 +00:00
t1_reneg.c
PACKETise ServerHello processing
2015-09-07 10:45:38 +01:00
t1_trce.c
Wire ChaCha20-Poly1305 to TLS.
2015-12-10 12:05:30 +01:00
tls_srp.c
Remove an NULL ptr deref in an error path
2015-11-17 11:17:37 +00:00