提交 dc110177 编写于 作者: M Matt Caswell

Remove the no-rijndael option

Rijndael is an old name for AES.
Reviewed-by: NRich Salz <rsalz@openssl.org>
Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
上级 83bd31da
......@@ -4,6 +4,9 @@
Changes between 1.0.2g and 1.1.0 [xx XXX xxxx]
*) Removed no-rijndael as a config option. Rijndael is an old name for AES.
[Matt Caswell}
*) Removed the mk1mf build scripts.
[Richard Levitte]
......
......@@ -290,7 +290,6 @@ my @disablables = (
"rc5",
"rdrand",
"rfc3779",
"rijndael", # Old AES name
"ripemd",
"rmd160",
"rsa",
......@@ -356,7 +355,6 @@ my @disable_cascades = (
"ssl" => [ "ssl3" ],
"ssl3-method" => [ "ssl3" ],
"zlib" => [ "zlib-dynamic" ],
"rijndael" => [ "aes" ],
"des" => [ "mdc2" ],
"ec" => [ "ecdsa", "ecdh" ],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册