Lines Matching refs:signer

79 [B<-signer> I<file>]
93 [B<-signer> I<file>]
353 the B<-recip> or B<-signer> file. When signing this option can be used
448 =item B<-signer> I<file>
451 used multiple times if more than one signer is required.
457 signer certificates and will be used for chain building.
477 When signing a message the signer's certificate is normally included
515 =item B<-signer> I<file>
553 When used with B<-verify>, require and check signer certificate digest.
654 This version of the program only allows one signer per message but it
664 signer. This means that attributes must be present in at least one existing
665 signer using the same message digest or this operation will fail.
782 -signer mycert.pem
787 -signer mycert.pem
793 -signer mycert.pem -inkey mykey.pem -certfile mycerts.pem
798 -signer mycert.pem -signer othercert.pem -keyid
802 openssl cms -sign -in in.txt -text -signer mycert.pem \
806 Verify a message and extract the signer's certificate if successful:
808 openssl cms -verify -in mail.msg -signer user.pem -out signedtext.txt
818 openssl cms -sign -in ml.txt -signer my.pem -text \
850 Add a signer to an existing message:
852 openssl cms -resign -in mail.msg -signer newsign.pem -out mail2.msg
857 -signer mycert.pem -keyopt rsa_padding_mode:pss
878 The code currently will only write out the signer's certificate to a file: if
879 the signer has a separate encryption certificate this must be manually
891 No revocation checking is done on the signer's certificate.
901 The use of multiple B<-signer> options and the B<-resign> command were first