Lines Matching refs:sign
26 [B<-sign>]
51 By default the signing operation (see B<-sign> option) is assumed.
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>.
148 =item B<-sign>
177 (as with the B<-sign> and B<-verify> options) but a signature output value,
178 typically produced using the B<-sign> option.
297 The RSA algorithm generally supports the encrypt, decrypt, sign,
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
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
442 openssl pkeyutl -sign -in file -inkey key.pem -out sig
454 openssl pkeyutl -sign -in file -inkey key.pem -out sig -pkeyopt digest:sha256
478 openssl pkeyutl -sign -in file -inkey sm2.key -out sig -rawin -digest sm3 \