The OpenSSL x509 application supports additional fingerprint digests, but the help output doesn't show them. The migration to SHA-2 signed x509 Digital Certificates has added interest in using sha2 rather than sha1.
D:\OpenSSL\openssl-1.0.1i\apps>grep -in "digest to use" x509.c 144:" -md2/-md5/-sha1/-mdc2 - digest to use\n", Should be: " -md2/-md5/-sha1/-mdc2/-sha192/-sha224/-sha256/-sha384/-sha512 - digest to use\n", Brian Howson [email protected] ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
