diff options
author | Jack Lloyd <[email protected]> | 2016-12-04 15:59:52 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-12-04 15:59:52 -0500 |
commit | d44c00a0d311d9295653b1a7bffbc679967631f1 (patch) | |
tree | e4496204111a27dba1ac3cd5093bd8874efb1aa9 /doc | |
parent | a681421d01ea132ea3461f99641daacd9bd64df9 (diff) |
Remove ECB mode
Not a good thing to offer at this level. If you know what you
are doing for the strange special case where it is necessary,
the raw BlockCipher interface is available and probably more
convenient.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/deprecated.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/deprecated.txt b/doc/deprecated.txt index 1a1a95242..cafb34d93 100644 --- a/doc/deprecated.txt +++ b/doc/deprecated.txt @@ -8,8 +8,6 @@ in the source. Currently deprecated: -- ECB Cipher_Mode for block ciphers - - 3DES and SEED ciphersuites in TLS - DSA ciphersuites/certs in TLS |