diff options
author | Jack Lloyd <[email protected]> | 2016-10-28 15:50:34 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-10-28 15:50:34 -0400 |
commit | a9676895238f6b5c09f275e0357070c2eab488a6 (patch) | |
tree | eff7544933ab50b973e2a3a4e287332168e4813a /src | |
parent | 24119540b807db760b8b34251023c038a03d12f6 (diff) |
Update modern policy: Add NewHope, SQL, ChaCha20 SSE2. Prohibit TLS-CBC
Diffstat (limited to 'src')
-rw-r--r-- | src/build-data/policy/modern.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/build-data/policy/modern.txt b/src/build-data/policy/modern.txt index 567491f92..95c198658 100644 --- a/src/build-data/policy/modern.txt +++ b/src/build-data/policy/modern.txt @@ -14,7 +14,6 @@ sha3 gcm ocb chacha20poly1305 -shake_cipher kdf2 hkdf @@ -49,6 +48,7 @@ ffi <if_available> tls prf_tls +newhope clmul locking_allocator @@ -57,9 +57,13 @@ aes_ni aes_ssse3 serpent_simd threefish_avx2 +chacha_sse2 simd +sessions_sql +certstor_sql + rdrand_rng system_rng @@ -75,6 +79,9 @@ win32_stats </if_available> <prohibited> +# Just say no to TLS 1.0 +tls_cbc + cast des gost_28147 |