Lines Matching refs:verify
27 [B<-verify>]
75 This option can only be used with B<-sign> and B<-verify>.
83 This option can only be used with B<-sign> and B<-verify>.
107 Signature file, required and allowed for B<-verify> operations only
160 =item B<-verify>
177 (as with the B<-sign> and B<-verify> options) but a signature output value,
298 verify and verifyrecover operations. However, some padding modes
317 and manual inspection of the decrypted message to verify if the decrypted
324 verify and verifyrecover are can be performed in this mode.
326 For B<pss> mode only sign and verify are supported and the digest type must be
362 supports the sign and verify operations with PSS padding. The following
394 The EC algorithm supports sign, verify and derive operations. The sign and
395 verify operations use ECDSA and derive uses ECDH. SHA1 is assumed by default for
413 (for example if the input is stdin) then the sign or verify operation will fail.
417 The SM2 algorithm supports sign, verify, encrypt and decrypt operations. For
418 the sign and verify operations, SM2 requires an Distinguishing ID string to
425 This sets the ID string used in SM2 sign or verify operations. While verifying
431 This sets the ID string used in SM2 sign or verify operations. While verifying
450 openssl pkeyutl -verify -in file -sigfile sig -inkey key.pem
483 openssl pkeyutl -verify -certin -in file -inkey sm2.cert -sigfile sig \