Skip to content

Commit 24f8a17

Browse files
committed
Update
remove ECRS, EC-Schnorr modules
1 parent 246867f commit 24f8a17

27 files changed

Lines changed: 5767 additions & 6937 deletions

Configure

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ $config{sdirs} = [
314314
"cms", "ts", "srp", "cmac", "ct", "async", "kdf",
315315
"sm3", "base58", "sms4", "zuc", "serpent", "speck", "kdf2", "ffx", "otp",
316316
"ecies", "sm2", "cpk", "paillier", "ec2", "sm9", "bfibe", "bb1ibe",
317-
"gmapi", "skf", "sdf", "saf", "sof", "ecrs"
317+
"gmapi", "skf", "sdf", "saf", "sof"
318318
];
319319

320320
# Known TLS and DTLS protocols
@@ -417,7 +417,6 @@ my @disablables = (
417417
"ecies",
418418
"ffx",
419419
"sm2",
420-
"ecrs",
421420
"paillier",
422421
"cpk",
423422
"otp",

crypto/ec/ec_err.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ static ERR_STRING_DATA EC_str_functs[] = {
215215
"EC_POINT_set_Jprojective_coordinates_GFp"},
216216
{ERR_FUNC(EC_F_EC_POINT_SET_TO_INFINITY), "EC_POINT_set_to_infinity"},
217217
{ERR_FUNC(EC_F_EC_PRE_COMP_NEW), "ec_pre_comp_new"},
218-
{ERR_FUNC(EC_F_EC_SCHNORR_SIGN), "ec_schnorr_sign"},
219218
{ERR_FUNC(EC_F_EC_TYPE1CURVE_TATE), "EC_type1curve_tate"},
220219
{ERR_FUNC(EC_F_EC_WNAF_MUL), "ec_wNAF_mul"},
221220
{ERR_FUNC(EC_F_EC_WNAF_PRECOMPUTE_MULT), "ec_wNAF_precompute_mult"},

crypto/ecrs/build.info

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

crypto/ecrs/ecrs_asn1.c

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

crypto/ecrs/ecrs_err.c

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

crypto/ecrs/ecrs_lcl.h

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

0 commit comments

Comments
 (0)