Commit cfb5bc69 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

rsa/rsa_pmeth.c: recognize SHA3 as supported RSA digest.

parent c1ea7477
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -376,6 +376,10 @@ static int check_padding_md(const EVP_MD *md, int padding)
        case NID_md4:
        case NID_mdc2:
        case NID_ripemd160:
        case NID_sha3_224:
        case NID_sha3_256:
        case NID_sha3_384:
        case NID_sha3_512:
            return 1;

        default: