boringssl/ssl
David Benjamin 5d1ec73b0f Require that FOO_free functions do nothing on NULL.
This is consistent with C's free function and upstream's convention.

Change-Id: I83f6e2f5824e28f69a9916e580dc2d8cb3b94234
Reviewed-on: https://boringssl-review.googlesource.com/4512
Reviewed-by: Adam Langley <agl@google.com>
2015-05-04 22:58:13 +00:00
..
pqueue Fix memory leak in pqueue_test. 2015-02-11 23:18:45 +00:00
test Test that the server picks a non-ECC cipher when no curves are supported. 2015-04-28 20:55:09 +00:00
CMakeLists.txt Document everything in ssl_ciph.c, now ssl_cipher.c. 2015-04-13 22:06:55 +00:00
d1_both.c Require that FOO_free functions do nothing on NULL. 2015-05-04 22:58:13 +00:00
d1_clnt.c Include-what-you-use ssl/internal.h. 2015-04-10 22:15:02 +00:00
d1_lib.c Tidy cipher rule processing. 2015-04-13 22:05:10 +00:00
d1_meth.c Rename ssl_locl.h to internal.h 2015-04-10 22:14:09 +00:00
d1_pkt.c Include-what-you-use ssl/internal.h. 2015-04-10 22:15:02 +00:00
d1_srtp.c Include-what-you-use ssl/internal.h. 2015-04-10 22:15:02 +00:00
d1_srvr.c Switch cipher masks to uint32_t. 2015-04-10 22:16:05 +00:00
internal.h Remove SSL cert_flags. 2015-05-04 22:48:13 +00:00
s3_both.c Include-what-you-use ssl/internal.h. 2015-04-10 22:15:02 +00:00
s3_clnt.c CertificateStatus is optional. 2015-04-28 20:36:57 +00:00
s3_enc.c Document everything in ssl_ciph.c, now ssl_cipher.c. 2015-04-13 22:06:55 +00:00
s3_lib.c Always enable ecdh_auto. 2015-04-28 20:51:05 +00:00
s3_meth.c Rename ssl_locl.h to internal.h 2015-04-10 22:14:09 +00:00
s3_pkt.c Add SSL_set_reject_peer_renegotiations. 2015-04-13 22:38:58 +00:00
s3_srvr.c Always enable ecdh_auto. 2015-04-28 20:51:05 +00:00
ssl_algs.c Rename ssl_locl.h to internal.h 2015-04-10 22:14:09 +00:00
ssl_asn1.c (d2i_SSL_SESSION): Fix a memory leak that occurs on error. 2015-04-17 17:39:38 +00:00
ssl_cert.c Remove SSL cert_flags. 2015-05-04 22:48:13 +00:00
ssl_cipher.c Document everything in ssl_ciph.c, now ssl_cipher.c. 2015-04-13 22:06:55 +00:00
ssl_lib.c Require that FOO_free functions do nothing on NULL. 2015-05-04 22:58:13 +00:00
ssl_rsa.c Rename ssl_locl.h to internal.h 2015-04-10 22:14:09 +00:00
ssl_sess.c Make a few variable names saner. 2015-05-04 22:58:05 +00:00
ssl_stat.c Rename ssl_locl.h to internal.h 2015-04-10 22:14:09 +00:00
ssl_test.cc Convert ec_test to C++ 2015-04-28 21:00:34 +00:00
ssl_txt.c Rename ssl_locl.h to internal.h 2015-04-10 22:14:09 +00:00
t1_enc.c Document everything in ssl_ciph.c, now ssl_cipher.c. 2015-04-13 22:06:55 +00:00
t1_lib.c Always enable ecdh_auto. 2015-04-28 20:51:05 +00:00
t1_reneg.c Include-what-you-use ssl/internal.h. 2015-04-10 22:15:02 +00:00