diff options
author | Jack Lloyd <[email protected]> | 2016-02-07 05:10:18 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-02-07 05:10:18 -0500 |
commit | 62a03ea81ab7a2fe8ff79275427f3353a75e3a4f (patch) | |
tree | 22134859fa408e5d1ea6d8d1d4a5198c665e48aa /src/lib/tls/info.txt | |
parent | 0ed7333721b8205c2b4b281b6cd5c762754fbe7d (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.txt | 1 |
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> |