diff options
| author | tb <> | 2024-03-02 10:13:13 +0000 |
|---|---|---|
| committer | tb <> | 2024-03-02 10:13:13 +0000 |
| commit | feacafd961cf1e2403e9dcb6c3f6a0722730e87d (patch) | |
| tree | 7c88586c01b489d8d1d146f3e29fe0056bdd8436 /src/lib/libcrypto/Symbols.list | |
| parent | 6952f7a4dea03a42ca5c0da4f3344dd7ddaf041e (diff) | |
| download | openbsd-feacafd961cf1e2403e9dcb6c3f6a0722730e87d.tar.gz openbsd-feacafd961cf1e2403e9dcb6c3f6a0722730e87d.tar.bz2 openbsd-feacafd961cf1e2403e9dcb6c3f6a0722730e87d.zip | |
Remove RC4-HMAC-MD5 and AES-{128,256}-CBC-HMAC-SHA-1
"Stitched" mode AEADs were removed from libssl a long time ago. Nothing
uses these CIPHERs anymore.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/Symbols.list')
| -rw-r--r-- | src/lib/libcrypto/Symbols.list | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/libcrypto/Symbols.list b/src/lib/libcrypto/Symbols.list index 3d8f456389..84a38a342d 100644 --- a/src/lib/libcrypto/Symbols.list +++ b/src/lib/libcrypto/Symbols.list | |||
| @@ -1371,7 +1371,6 @@ EVP_aead_aes_256_gcm | |||
| 1371 | EVP_aead_chacha20_poly1305 | 1371 | EVP_aead_chacha20_poly1305 |
| 1372 | EVP_aead_xchacha20_poly1305 | 1372 | EVP_aead_xchacha20_poly1305 |
| 1373 | EVP_aes_128_cbc | 1373 | EVP_aes_128_cbc |
| 1374 | EVP_aes_128_cbc_hmac_sha1 | ||
| 1375 | EVP_aes_128_ccm | 1374 | EVP_aes_128_ccm |
| 1376 | EVP_aes_128_cfb1 | 1375 | EVP_aes_128_cfb1 |
| 1377 | EVP_aes_128_cfb128 | 1376 | EVP_aes_128_cfb128 |
| @@ -1393,7 +1392,6 @@ EVP_aes_192_gcm | |||
| 1393 | EVP_aes_192_ofb | 1392 | EVP_aes_192_ofb |
| 1394 | EVP_aes_192_wrap | 1393 | EVP_aes_192_wrap |
| 1395 | EVP_aes_256_cbc | 1394 | EVP_aes_256_cbc |
| 1396 | EVP_aes_256_cbc_hmac_sha1 | ||
| 1397 | EVP_aes_256_ccm | 1395 | EVP_aes_256_ccm |
| 1398 | EVP_aes_256_cfb1 | 1396 | EVP_aes_256_cfb1 |
| 1399 | EVP_aes_256_cfb128 | 1397 | EVP_aes_256_cfb128 |
| @@ -1477,7 +1475,6 @@ EVP_rc2_ecb | |||
| 1477 | EVP_rc2_ofb | 1475 | EVP_rc2_ofb |
| 1478 | EVP_rc4 | 1476 | EVP_rc4 |
| 1479 | EVP_rc4_40 | 1477 | EVP_rc4_40 |
| 1480 | EVP_rc4_hmac_md5 | ||
| 1481 | EVP_read_pw_string | 1478 | EVP_read_pw_string |
| 1482 | EVP_read_pw_string_min | 1479 | EVP_read_pw_string_min |
| 1483 | EVP_ripemd160 | 1480 | EVP_ripemd160 |
