According with docs openssl list-public-key-algorithms shows the available signing algorithms, but isn't very helpfull, in fact I'm still unable to figure out which parameter to pass to crypto.createVerify(algorithm) 馃槩
By the way, on openssl 1.1.0b does not exists that command:
$ openssl version
OpenSSL 1.1.0b 26 Sep 2016
$ openssl list-public-key-algorithms
Invalid command 'list-public-key-algorithms'; type "help" for a list.
$ openssl list -public-key-algorithms
Name: OpenSSL RSA method
Type: Builtin Algorithm
OID: rsaEncryption
PEM string: RSA
Name: rsa
Alias for: rsaEncryption
Name: OpenSSL PKCS#3 DH method
Type: Builtin Algorithm
OID: dhKeyAgreement
PEM string: DH
...
According with docs
openssl list-public-key-algorithmsshows the available signing algorithms, but isn't very helpfull, in fact I'm still unable to figure out which parameter to pass tocrypto.createVerify(algorithm)馃槩By the way, on openssl 1.1.0b does not exists that command: