mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 08:56:17 +08:00
update speck module
This commit is contained in:
@@ -313,7 +313,7 @@ $config{sdirs} = [
|
||||
"cms", "ts", "srp", "cmac", "ct", "async", "kdf",
|
||||
"sm3", "sms4", "kdf2", "ecies", "ffx", "sm2", "paillier", "cpk", "otp", "gmapi", "ec2",
|
||||
"bfibe", "bb1ibe", "sm9", "saf", "sdf", "skf", "sof", "zuc",
|
||||
"serpent"
|
||||
"serpent", "speck"
|
||||
];
|
||||
|
||||
# Known TLS and DTLS protocols
|
||||
@@ -434,6 +434,7 @@ my @disablables = (
|
||||
"pkcs7",
|
||||
"pkcs12",
|
||||
"serpent",
|
||||
"speck",
|
||||
);
|
||||
foreach my $proto ((@tls, @dtls))
|
||||
{
|
||||
@@ -477,6 +478,7 @@ our %disabled = ( # "what" => "comment"
|
||||
"saf" => "default",
|
||||
"sof" => "default",
|
||||
"serpent" => "default",
|
||||
# "speck" => "default",
|
||||
);
|
||||
|
||||
# Note: => pair form used for aesthetics, not to truly make a hash table
|
||||
|
||||
Reference in New Issue
Block a user