openssl/openssl
OpenSSL with `no-scrypt` still has references to SCRYPT
Chiusa
#29.513 aperta il 29 dic 2025
branch: masterhelp wantedtriaged: feature
Metriche repository
- Star
- (30.157 stelle)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
I've built OpenSSL 3.5.4 (latest LTS) with the option no-scrypt.
Afterwards, it indeed lists SCRYPT as disabled:
$ openssl list -disabled
...
SCRYPT
....
But the following commands still list SCRYPT as available:
$ openssl list -key-managers
...
Name: OpenSSL SCRYPT via EVP_PKEY implementation
Type: Provider Algorithm
IDs: { 1.3.6.1.4.1.11591.4.11, id-scrypt, SCRYPT } @ default
...
$ openssl list -public-key-algorithms
...
Name: OpenSSL SCRYPT via EVP_PKEY implementation
Type: Provider Algorithm
IDs: { 1.3.6.1.4.1.11591.4.11, id-scrypt, SCRYPT } @ default
...