This commit is contained in:
Zhi Guan
2017-05-15 17:23:26 +08:00
parent bba5011e7c
commit 79e2936664
24 changed files with 531 additions and 76 deletions

View File

@@ -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", "speck"
"serpent", "speck", "base58"
];
# Known TLS and DTLS protocols
@@ -435,6 +435,7 @@ my @disablables = (
"pkcs12",
"serpent",
"speck",
"base58",
);
foreach my $proto ((@tls, @dtls))
{