openssl/ssl
Matt Caswell 826760945d Async clean ups
Removed the function ASYNC_job_is_waiting() as it was redundant. The only
time user code has a handle on a job is when one is waiting, so all they
need to do is check whether the job is NULL. Also did some cleanups to
make sure the job really is NULL after it has been freed!

Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-11-20 23:32:18 +00:00
..
record Ensure all EVP calls have their returns checked where appropriate 2015-11-20 15:47:02 +00:00
statem Fix uninitialised variable 2015-11-20 23:15:53 +00:00
bio_ssl.c Handle SSL_ERROR_WANT_X509_LOOKUP 2015-09-20 14:19:49 +01:00
d1_lib.c Standardise our style for checking malloc failures 2015-11-09 22:48:41 +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
Makefile Make libssl async aware 2015-11-20 23:31:42 +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 Ensure all EVP calls have their returns checked where appropriate 2015-11-20 15:47:02 +00:00
s3_enc.c Ensure all EVP calls have their returns checked where appropriate 2015-11-20 15:47:02 +00:00
s3_lib.c Make GOST ciphersuites require TLSv1 2015-11-19 14:35:39 +00:00
s3_msg.c Remove redundant code 2015-10-30 08:38:18 +00:00
ssl_algs.c CCM support. 2015-08-14 06:56:11 +01:00
ssl_asn1.c Enable -Wmissing-variable-declarations and 2015-09-11 04:51:55 +01:00
ssl_cert.c Add comment explaining why we don't check a return value 2015-11-17 11:21:17 +00:00
ssl_ciph.c Ensure all EVP calls have their returns checked where appropriate 2015-11-20 15:47:02 +00:00
ssl_conf.c Standardise our style for checking malloc failures 2015-11-09 22:48:41 +00:00
ssl_err2.c
ssl_err.c Make libssl async aware 2015-11-20 23:31:42 +00:00
ssl_lib.c Async clean ups 2015-11-20 23:32:18 +00:00
ssl_locl.h Make libssl async aware 2015-11-20 23:31:42 +00: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 Standardise our style for checking malloc failures 2015-11-09 22:48:41 +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
ssl-lib.com
t1_enc.c Ensure all EVP calls have their returns checked where appropriate 2015-11-20 15:47:02 +00:00
t1_ext.c
t1_lib.c Ensure all EVP calls have their returns checked where appropriate 2015-11-20 15:47:02 +00:00
t1_reneg.c PACKETise ServerHello processing 2015-09-07 10:45:38 +01:00
t1_trce.c
tls_srp.c Remove an NULL ptr deref in an error path 2015-11-17 11:17:37 +00:00