Skip to content

Commit 74d7992

Browse files
committed
Remove some ciphers
1 parent c0984b6 commit 74d7992

78 files changed

Lines changed: 5565 additions & 8797 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Configure

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,9 @@ $config{sdirs} = [
312312
"buffer", "bio", "stack", "lhash", "rand", "err",
313313
"evp", "asn1", "pem", "x509", "x509v3", "conf", "txt_db", "pkcs7", "pkcs12", "comp", "ocsp", "ui",
314314
"cms", "ts", "srp", "cmac", "ct", "async", "kdf",
315-
"sm3", "base58", "sms4", "zuc", "serpent", "speck", "kdf2", "ffx", "otp",
316-
"ecies", "sm2", "paillier", "ec2", "sm9", "bfibe", "bb1ibe",
317-
"gmapi", "skf", "sdf", "saf", "sof"
315+
"sm3", "base58", "sms4", "zuc", "kdf2", "otp",
316+
"ecies", "sm2", "paillier", "sm9",
317+
"gmapi", "skf", "sdf"
318318
];
319319

320320
# Known TLS and DTLS protocols
@@ -421,8 +421,6 @@ my @disablables = (
421421
"otp",
422422
"gmapi",
423423
"ec2",
424-
"bfibe",
425-
"bb1ibe",
426424
"sm9",
427425
"sdf",
428426
"skf",
@@ -433,8 +431,6 @@ my @disablables = (
433431
"rsa",
434432
"pem",
435433
"pkcs7",
436-
"serpent",
437-
"speck",
438434
"base58",
439435
"java",
440436
"ca",
@@ -480,7 +476,6 @@ our %disabled = ( # "what" => "comment"
480476
"skfeng" => "default",
481477
"sdfeng" => "default",
482478
"gmieng" => "default",
483-
"speck" => "default",
484479
);
485480

486481
# Note: => pair form used for aesthetics, not to truly make a hash table
@@ -499,15 +494,12 @@ my @disable_cascades = (
499494
"dtls" => [ @dtls ],
500495

501496
"sm3" => [ "sm2" ],
502-
"sdf" => [ "saf" ],
503-
"saf" => [ "sof" ],
504497

505498
# SSL 3.0, (D)TLS 1.0 and TLS 1.1 require MD5 and SHA
506499
"md5" => [ "ssl", "tls1", "tls1_1", "dtls1", "engine" ],
507500
# current pkcs12 rfc only define sha1/des bag
508-
"sha" => [ "ssl", "tls1", "tls1_1", "dtls1", "engine", "rsa", "dh", "dsa", "ocsp", "ct", "srp", "ts", "ec2"],
501+
"sha" => [ "ssl", "tls1", "tls1_1", "dtls1", "engine", "rsa", "dh", "dsa", "ocsp", "ct", "srp", "ts"],
509502
"aes" => [ "engine" ],
510-
"ec2" => [ "sm9", "bfibe", "bb1ibe" ],
511503

512504
# Additionally, SSL 3.0 requires either RSA or DSA+DH
513505
sub { $disabled{rsa}

apps/build.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ IF[{- !$disabled{apps} -}]
1111
s_client.c s_server.c s_time.c sess_id.c smime.c speed.c spkac.c \
1212
srp.c ts.c verify.c version.c x509.c rehash.c \
1313
apps.c opt.c s_cb.c s_socket.c \
14-
app_rand.c cpk.c otp.c fpe.c paiutl.c \
14+
app_rand.c otp.c paiutl.c \
1515
sm2.c sm2utl.c sdf.c skf.c \
1616
sm9param.c gensm9.c sm9.c sm9utl.c \
1717
{- $target{apps_aux_src} -}

apps/cpk.c

Lines changed: 0 additions & 87 deletions
This file was deleted.

0 commit comments

Comments
 (0)