Skip to content

Commit 3be27d5

Browse files
committed
A clean version
1 parent 74d7992 commit 3be27d5

45 files changed

Lines changed: 5164 additions & 7645 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: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ $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", "kdf2", "otp",
315+
"sm3", "sms4", "zuc", "kdf2", "otp",
316316
"ecies", "sm2", "paillier", "sm9",
317317
"gmapi", "skf", "sdf"
318318
];
@@ -415,12 +415,10 @@ my @disablables = (
415415
"sms4",
416416
"kdf2",
417417
"ecies",
418-
"ffx",
419418
"sm2",
420419
"paillier",
421420
"otp",
422421
"gmapi",
423-
"ec2",
424422
"sm9",
425423
"sdf",
426424
"skf",
@@ -431,7 +429,6 @@ my @disablables = (
431429
"rsa",
432430
"pem",
433431
"pkcs7",
434-
"base58",
435432
"java",
436433
"ca",
437434
"gmtls",

crypto/base58/base58.c

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

crypto/base58/base58_err.c

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

crypto/base58/build.info

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

crypto/err/err.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ static ERR_STRING_DATA ERR_str_libraries[] = {
6767
{ERR_PACK(ERR_LIB_SM9, 0, 0), "SM9 routines"},
6868
{ERR_PACK(ERR_LIB_SDF, 0, 0), "SDF routines"},
6969
{ERR_PACK(ERR_LIB_SKF, 0, 0), "SKF routines"},
70-
{ERR_PACK(ERR_LIB_BASE58, 0, 0), "BASE58 routines"},
7170
{0, NULL},
7271
};
7372

@@ -120,7 +119,6 @@ static ERR_STRING_DATA ERR_str_reasons[] = {
120119
{ERR_R_SM9_LIB, "SM9 lib"},
121120
{ERR_R_SDF_LIB, "SDF lib"},
122121
{ERR_R_SKF_LIB, "SKF lib"},
123-
{ERR_R_BASE58_LIB, "BASE58 lib"},
124122

125123
{ERR_R_NESTED_ASN1_ERROR, "nested asn1 error"},
126124
{ERR_R_MISSING_ASN1_EOS, "missing asn1 eos"},

crypto/err/err_all.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@
8787
#ifndef OPENSSL_NO_SKF
8888
# include <openssl/gmskf.h>
8989
#endif
90-
#ifndef OPENSSL_NO_BASE58
91-
# include <openssl/base58.h>
92-
#endif
9390

9491

9592
int err_load_crypto_strings_int(void)
@@ -179,9 +176,6 @@ int err_load_crypto_strings_int(void)
179176
# ifndef OPENSSL_NO_SKF
180177
ERR_load_SKF_strings() == 0 ||
181178
# endif
182-
# ifndef OPENSSL_NO_BASE58
183-
ERR_load_BASE58_strings() == 0 ||
184-
# endif
185179
#endif
186180
ERR_load_KDF_strings() == 0)
187181
return 0;

crypto/err/openssl.ec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ L SM2 include/openssl/sm2.h crypto/sm2/sm2_err.c
4343
L SM9 include/openssl/sm9.h crypto/sm9/sm9_err.c
4444
L SDF include/openssl/gmsdf.h crypto/sdf/sdf_err.c
4545
L SKF include/openssl/gmskf.h crypto/skf/skf_err.c
46-
L BASE58 include/openssl/base58.h crypto/base58/base58_err.c
4746

4847
# additional header files to be scanned for function names
4948
L NONE crypto/x509/x509_vfy.h NONE

crypto/sphincs/.clang-format

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

crypto/sphincs/.gitignore

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

crypto/sphincs/LICENSE

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

0 commit comments

Comments
 (0)