diff options
| author | tb <> | 2024-03-02 11:17:27 +0000 |
|---|---|---|
| committer | tb <> | 2024-03-02 11:17:27 +0000 |
| commit | 8ea5a70cb7cc8a88e0f55a52b08b9bf917e9ab4d (patch) | |
| tree | 8c07af34e7527067f90550ed8765d719f02813b4 /src/lib/libcrypto/Symbols.list | |
| parent | 26367add3db68a3e89bda58a3c85174507f8e71a (diff) | |
| download | openbsd-8ea5a70cb7cc8a88e0f55a52b08b9bf917e9ab4d.tar.gz openbsd-8ea5a70cb7cc8a88e0f55a52b08b9bf917e9ab4d.tar.bz2 openbsd-8ea5a70cb7cc8a88e0f55a52b08b9bf917e9ab4d.zip | |
Unhook and remove GOST and STREEBOG
This stops compiling the GOST source. The current implementation is low
quality and got in the way, especially in libssl. While we would be open
for GOST support, it needs to be significantly better than what we have
had and it also needs a maintainer.
Add OPENSSL_NO_GOST to opensslfeatures and stop installing gost.h.
Some code wrapped in #ifndef OPENSSL_NO_GOST will be removed later.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/Symbols.list')
| -rw-r--r-- | src/lib/libcrypto/Symbols.list | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/src/lib/libcrypto/Symbols.list b/src/lib/libcrypto/Symbols.list index f14233f649..ac82746c2a 100644 --- a/src/lib/libcrypto/Symbols.list +++ b/src/lib/libcrypto/Symbols.list | |||
| @@ -1099,7 +1099,6 @@ ERR_load_DSA_strings | |||
| 1099 | ERR_load_EC_strings | 1099 | ERR_load_EC_strings |
| 1100 | ERR_load_ERR_strings | 1100 | ERR_load_ERR_strings |
| 1101 | ERR_load_EVP_strings | 1101 | ERR_load_EVP_strings |
| 1102 | ERR_load_GOST_strings | ||
| 1103 | ERR_load_OBJ_strings | 1102 | ERR_load_OBJ_strings |
| 1104 | ERR_load_OCSP_strings | 1103 | ERR_load_OCSP_strings |
| 1105 | ERR_load_PEM_strings | 1104 | ERR_load_PEM_strings |
| @@ -1453,11 +1452,6 @@ EVP_enc_null | |||
| 1453 | EVP_get_cipherbyname | 1452 | EVP_get_cipherbyname |
| 1454 | EVP_get_digestbyname | 1453 | EVP_get_digestbyname |
| 1455 | EVP_get_pw_prompt | 1454 | EVP_get_pw_prompt |
| 1456 | EVP_gost2814789_cfb64 | ||
| 1457 | EVP_gost2814789_cnt | ||
| 1458 | EVP_gost2814789_ecb | ||
| 1459 | EVP_gost2814789imit | ||
| 1460 | EVP_gostr341194 | ||
| 1461 | EVP_idea_cbc | 1455 | EVP_idea_cbc |
| 1462 | EVP_idea_cfb64 | 1456 | EVP_idea_cfb64 |
| 1463 | EVP_idea_ecb | 1457 | EVP_idea_ecb |
| @@ -1495,8 +1489,6 @@ EVP_sm4_cfb128 | |||
| 1495 | EVP_sm4_ctr | 1489 | EVP_sm4_ctr |
| 1496 | EVP_sm4_ecb | 1490 | EVP_sm4_ecb |
| 1497 | EVP_sm4_ofb | 1491 | EVP_sm4_ofb |
| 1498 | EVP_streebog256 | ||
| 1499 | EVP_streebog512 | ||
| 1500 | EVP_whirlpool | 1492 | EVP_whirlpool |
| 1501 | EXTENDED_KEY_USAGE_free | 1493 | EXTENDED_KEY_USAGE_free |
| 1502 | EXTENDED_KEY_USAGE_it | 1494 | EXTENDED_KEY_USAGE_it |
| @@ -1519,37 +1511,6 @@ GENERAL_NAME_set0_value | |||
| 1519 | GENERAL_SUBTREE_free | 1511 | GENERAL_SUBTREE_free |
| 1520 | GENERAL_SUBTREE_it | 1512 | GENERAL_SUBTREE_it |
| 1521 | GENERAL_SUBTREE_new | 1513 | GENERAL_SUBTREE_new |
| 1522 | GOST2814789IMIT | ||
| 1523 | GOST2814789IMIT_Final | ||
| 1524 | GOST2814789IMIT_Init | ||
| 1525 | GOST2814789IMIT_Transform | ||
| 1526 | GOST2814789IMIT_Update | ||
| 1527 | GOSTR341194 | ||
| 1528 | GOSTR341194_Final | ||
| 1529 | GOSTR341194_Init | ||
| 1530 | GOSTR341194_Transform | ||
| 1531 | GOSTR341194_Update | ||
| 1532 | GOST_CIPHER_PARAMS_free | ||
| 1533 | GOST_CIPHER_PARAMS_it | ||
| 1534 | GOST_CIPHER_PARAMS_new | ||
| 1535 | GOST_KEY_check_key | ||
| 1536 | GOST_KEY_free | ||
| 1537 | GOST_KEY_get0_group | ||
| 1538 | GOST_KEY_get0_private_key | ||
| 1539 | GOST_KEY_get0_public_key | ||
| 1540 | GOST_KEY_get_digest | ||
| 1541 | GOST_KEY_get_size | ||
| 1542 | GOST_KEY_new | ||
| 1543 | GOST_KEY_set_digest | ||
| 1544 | GOST_KEY_set_group | ||
| 1545 | GOST_KEY_set_private_key | ||
| 1546 | GOST_KEY_set_public_key | ||
| 1547 | GOST_KEY_set_public_key_affine_coordinates | ||
| 1548 | Gost2814789_cfb64_encrypt | ||
| 1549 | Gost2814789_cnt_encrypt | ||
| 1550 | Gost2814789_ecb_encrypt | ||
| 1551 | Gost2814789_set_key | ||
| 1552 | Gost2814789_set_sbox | ||
| 1553 | HKDF | 1514 | HKDF |
| 1554 | HKDF_expand | 1515 | HKDF_expand |
| 1555 | HKDF_extract | 1516 | HKDF_extract |
| @@ -2262,15 +2223,6 @@ SMIME_write_CMS | |||
| 2262 | SMIME_write_PKCS7 | 2223 | SMIME_write_PKCS7 |
| 2263 | SSLeay | 2224 | SSLeay |
| 2264 | SSLeay_version | 2225 | SSLeay_version |
| 2265 | STREEBOG256 | ||
| 2266 | STREEBOG256_Final | ||
| 2267 | STREEBOG256_Init | ||
| 2268 | STREEBOG256_Update | ||
| 2269 | STREEBOG512 | ||
| 2270 | STREEBOG512_Final | ||
| 2271 | STREEBOG512_Init | ||
| 2272 | STREEBOG512_Transform | ||
| 2273 | STREEBOG512_Update | ||
| 2274 | TS_ACCURACY_dup | 2226 | TS_ACCURACY_dup |
| 2275 | TS_ACCURACY_free | 2227 | TS_ACCURACY_free |
| 2276 | TS_ACCURACY_get_micros | 2228 | TS_ACCURACY_get_micros |
| @@ -3103,7 +3055,6 @@ d2i_ESS_SIGNING_CERT | |||
| 3103 | d2i_EXTENDED_KEY_USAGE | 3055 | d2i_EXTENDED_KEY_USAGE |
| 3104 | d2i_GENERAL_NAME | 3056 | d2i_GENERAL_NAME |
| 3105 | d2i_GENERAL_NAMES | 3057 | d2i_GENERAL_NAMES |
| 3106 | d2i_GOST_CIPHER_PARAMS | ||
| 3107 | d2i_IPAddressChoice | 3058 | d2i_IPAddressChoice |
| 3108 | d2i_IPAddressFamily | 3059 | d2i_IPAddressFamily |
| 3109 | d2i_IPAddressOrRange | 3060 | d2i_IPAddressOrRange |
| @@ -3294,7 +3245,6 @@ i2d_ESS_SIGNING_CERT | |||
| 3294 | i2d_EXTENDED_KEY_USAGE | 3245 | i2d_EXTENDED_KEY_USAGE |
| 3295 | i2d_GENERAL_NAME | 3246 | i2d_GENERAL_NAME |
| 3296 | i2d_GENERAL_NAMES | 3247 | i2d_GENERAL_NAMES |
| 3297 | i2d_GOST_CIPHER_PARAMS | ||
| 3298 | i2d_IPAddressChoice | 3248 | i2d_IPAddressChoice |
| 3299 | i2d_IPAddressFamily | 3249 | i2d_IPAddressFamily |
| 3300 | i2d_IPAddressOrRange | 3250 | i2d_IPAddressOrRange |
