aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/info.txt
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2016-02-07 05:10:18 -0500
committerJack Lloyd <[email protected]>2016-02-07 05:10:18 -0500
commit62a03ea81ab7a2fe8ff79275427f3353a75e3a4f (patch)
tree22134859fa408e5d1ea6d8d1d4a5198c665e48aa /src/lib/tls/info.txt
parent0ed7333721b8205c2b4b281b6cd5c762754fbe7d (diff)
Make SRP6 support optional in TLS
Remove SRP_SHA from the default policy, since normal applications do not need it. Removes nullptr initializers of unique_ptrs in the Server_Key_Exchange constructor, that's the default unique_ptr already.
Diffstat (limited to 'src/lib/tls/info.txt')
-rw-r--r--src/lib/tls/info.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/tls/info.txt b/src/lib/tls/info.txt
index 50b6dbbdf..a43d5619a 100644
--- a/src/lib/tls/info.txt
+++ b/src/lib/tls/info.txt
@@ -50,6 +50,5 @@ rng
rsa
sha1
sha2_32
-srp6
x509
</requires>