File indexing completed on 2024-06-23 05:14:13

0001 #!/bin/bash
0002 #
0003 # This is test script 3/3 for email sign/encrypt operation on Unix.
0004 #
0005 # See prep-encrypt for instructions.
0006 
0007 exec gpg-connect-agent -S ~/.gnupg/S.uiserver --run <(cat <<'BYE'
0008 /subst
0009 /serverpid
0010 session 123 Re: Letter received
0011 /sendfd test.data.signencrypt.sign.out r
0012 INPUT FD
0013 /sendfd test.data.signencrypt.out w
0014 OUTPUT FD
0015 encrypt --protocol=CMS
0016 bye
0017 
0018 BYE
0019 )