diff options
author | lloyd <[email protected]> | 2012-01-24 20:06:02 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-01-24 20:06:02 +0000 |
commit | 366f4cff8f09dd92c99dcf8c7016965f96f9ac9f (patch) | |
tree | 266d4d8eb64787948705036f0dd41711bcad0114 /src | |
parent | 0c0704eef5e4ab7e16c3f9c1576108c92a8aff87 (diff) |
Require ECDH and ECDSA modules for TLS. This is slightly non-optimal
in that RedHat doesn't want to ship ECC of any kind, which would
prevent shipping TLS as well, but actually IIRC they'll want to
physically strip out the code anyway (just #if 0 wasn't good enough),
so they can just patch the whole thing out if they want.
Diffstat (limited to 'src')
-rw-r--r-- | src/tls/info.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tls/info.txt b/src/tls/info.txt index 2774e9be8..599455aeb 100644 --- a/src/tls/info.txt +++ b/src/tls/info.txt @@ -63,6 +63,8 @@ asn1 des dh dsa +ecdh +ecdsa eme_pkcs emsa3 filters |