NID_md5_sha1
ret = RSA_sign(NID_md5_sha1, buf, 36, buf2, &rsa_num, rsa_key[j]);
ret = RSA_sign(NID_md5_sha1, buf, 36, buf2,
ret = RSA_verify(NID_md5_sha1, buf, 36, buf2, rsa_num, rsa_key[j]);
ret = RSA_verify(NID_md5_sha1, buf, 36, buf2,
.type = NID_md5_sha1,
.pkey_type = NID_md5_sha1,
{"MD5-SHA1","md5-sha1",NID_md5_sha1,0,NULL,0},
case NID_md5_sha1:
if (type == NID_md5_sha1) {
if (type == NID_md5_sha1) {
if (RSA_sign(NID_md5_sha1, data, data_len, signature, &signature_len,
verify = RSA_verify(NID_md5_sha1, s->s3->hs.tls12.cert_verify,
if (EVP_MD_type(md) == NID_md5_sha1) {