diff options
author | lloyd <[email protected]> | 2012-06-07 23:58:28 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-06-07 23:58:28 +0000 |
commit | 1ca43e0c8caba8b2517122b46e83bf4ca5d79005 (patch) | |
tree | a1365d38c763cfd66844f7ad29f1f19ce05d15cd /src/tls | |
parent | 8a7eb1f73c503b289a6f4bc56f5ebef806c9d4e6 (diff) |
Update cms, cvc, zlib, bzip2, openssl, and gnump modules for the new
allocator interface. The compression filters now just use malloc/free
with a memset.
Add a new info.txt field <warning>, like comment but warns. Use for
CMS which is pretty broken (doesn't even compile anymore), and for TLS.
Diffstat (limited to 'src/tls')
-rw-r--r-- | src/tls/info.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tls/info.txt b/src/tls/info.txt index 9c0051abd..1863be577 100644 --- a/src/tls/info.txt +++ b/src/tls/info.txt @@ -2,10 +2,10 @@ define TLS load_on auto -<comment> +<warning> The TLS code is complex, new, and not yet reviewed, there may be serious bugs or security issues. -</comment> +</warning> <header:public> tls_alert.h |