Lines Matching refs:signer

78 [B<-signer> I<file>]
92 [B<-signer> I<file>]
194 By default, validation of signer certificates and their chain
346 the B<-recip> or B<-signer> file. When signing this option can be used
442 =item B<-signer> I<file>
445 used multiple times if more than one signer is required.
470 When signing a message the signer's certificate is normally included
508 =item B<-signer> I<file>
546 When used with B<-verify>, require and check signer certificate digest.
647 This version of the program only allows one signer per message but it
657 signer. This means that attributes must be present in at least one existing
658 signer using the same message digest or this operation will fail.
775 -signer mycert.pem
780 -signer mycert.pem
786 -signer mycert.pem -inkey mykey.pem -certfile mycerts.pem
791 -signer mycert.pem -signer othercert.pem -keyid
795 openssl cms -sign -in in.txt -text -signer mycert.pem \
799 Verify a message and extract the signer's certificate if successful:
801 openssl cms -verify -in mail.msg -signer user.pem -out signedtext.txt
811 openssl cms -sign -in ml.txt -signer my.pem -text \
843 Add a signer to an existing message:
845 openssl cms -resign -in mail.msg -signer newsign.pem -out mail2.msg
850 -signer mycert.pem -keyopt rsa_padding_mode:pss
871 The code currently will only write out the signer's certificate to a file: if
872 the signer has a separate encryption certificate this must be manually
884 No revocation checking is done on the signer's certificate.
892 The use of multiple B<-signer> options and the B<-resign> command were first