diff options
author | Jack Lloyd <[email protected]> | 2019-05-25 16:43:43 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-05-25 16:43:43 -0400 |
commit | 0dd03c973f6c9ae6a38118385c82e64154e465f3 (patch) | |
tree | deeac293416284dc167a6f64c9ef244208416a76 /src/lib/tls/tls_suite_info.cpp | |
parent | 7de87541af346350c2305f38241b8549c9a63b9d (diff) | |
parent | c483a24e81bb222c0de44b1b35fcc724958815da (diff) |
Merge GH #1978 TLS refactorings
Diffstat (limited to 'src/lib/tls/tls_suite_info.cpp')
-rw-r--r-- | src/lib/tls/tls_suite_info.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/tls/tls_suite_info.cpp b/src/lib/tls/tls_suite_info.cpp index 574b4e5b8..f55b7cce1 100644 --- a/src/lib/tls/tls_suite_info.cpp +++ b/src/lib/tls/tls_suite_info.cpp @@ -2,8 +2,8 @@ * TLS cipher suite information * * This file was automatically generated from the IANA assignments -* (tls-parameters.txt hash ac96406c0080f669ca9442b0f5efcb31549ecb2e) -* by ./src/scripts/tls_suite_info.py on 2017-11-05 +* (tls-parameters.txt hash fe1ef8f3492b0708f3b14c9e8f8de55188c1b3c0) +* by ./src/scripts/tls_suite_info.py on 2019-05-24 * * Botan is released under the Simplified BSD License (see license.txt) */ |