Home | History | Annotate | Download | only in ssl

Lines Matching refs:signature

745 			 * we need them to verify a ChannelID signature on a
2029 /* For TLS1.2 and later send signature
3063 /* we now have a signature that we need to verify */
3067 * signature without length field */
3085 /* Check key type is consistent with signature */
3182 /* bad signature */
3198 /* bad signature */
3208 { unsigned char signature[64];
3213 fprintf(stderr,"GOST signature length is %d",i);
3216 signature[63-idx]=p[idx];
3218 j=EVP_PKEY_verify(pctx,signature,64,s->s3->tmp.cert_verify_md,32);