diff options
author | Jack Lloyd <[email protected]> | 2017-12-21 15:37:39 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-01-28 12:14:07 -0500 |
commit | b2b55e6c2fdb824f49923b60d2c3ffff8f0fb99a (patch) | |
tree | 8d5650816329cbe176a4e1fee639094c9387b260 /src/lib/tls/info.txt | |
parent | 1c667d34bf71336d33bb76309176a993f13a2aac (diff) |
Use enums to represent TLS signature and kex algorithms.
Adds support for PSS signatures (currently verifying only).
Diffstat (limited to 'src/lib/tls/info.txt')
-rw-r--r-- | src/lib/tls/info.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/tls/info.txt b/src/lib/tls/info.txt index 68e560f2d..2bda6622f 100644 --- a/src/lib/tls/info.txt +++ b/src/lib/tls/info.txt @@ -7,6 +7,7 @@ load_on auto <header:public> credentials_manager.h tls_alert.h +tls_algos.h tls_blocking.h tls_callbacks.h tls_channel.h |