• GnuPG signature

    From Anonymous@21:1/5 to All on Wed Sep 15 10:01:20 2021
    How to switch mutt on old-style clearsign signature?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Tavis Ormandy@21:1/5 to Anonymous on Thu Sep 16 01:09:05 2021
    On 2021-09-15, Anonymous wrote:
    How to switch mutt on old-style clearsign signature?


    Hmm, are you asking for how to *send* clearsign signatures or how to
    *check* them? If it's the latter, I think you want `set pgp_auto_decode`.

    Tavis.

    --
    _o) $ lynx lock.cmpxchg8b.com
    /\\ _o) _o) $ finger taviso@sdf.org
    _\_V _( ) _( ) @taviso

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Anonymous@21:1/5 to All on Thu Sep 16 14:28:56 2021
    On 2021-09-15, Anonymous wrote:
    How to switch mutt on old-style clearsign signature?


    Hmm, are you asking for how to *send* clearsign signatures or how to
    *check* them? If it's the latter, I think you want `set
    pgp_auto_decode`.

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA256

    I mean how to send clear signed message?

    -----BEGIN PGP SIGNATURE-----

    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz=
    =aaaa
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Friedhelm Waitzmann@21:1/5 to All on Thu Nov 11 16:21:04 2021
    Anonymous:
    On 2021-09-15, Anonymous wrote:
    How to switch mutt on old-style clearsign signature?


    Hmm, are you asking for how to *send* clearsign signatures or how to
    *check* them? If it's the latter, I think you want `set
    pgp_auto_decode`.

    I mean how to send clear signed message?

    Set crypt_use_gpgme to »no«. From muttrc(5):

    crypt_use_gpgme
    Type: boolean
    Default: no

    This variable controls the use of the
    GPGME-enabled crypto backends. If it is set and
    Mutt was built with gpgme support, the gpgme code
    for S/MIME and PGP will be used instead of the
    classic code. Note that you need to set this
    option in .muttrc; it won't have any effect when
    used interactively.

    Note that the GPGME backend does not support
    creating old-style inline (traditional) PGP
    encrypted or signed messages (see
    $pgp_autoinline).

    And set pgp_clearsign_command accordingly to the command string
    that will do the clearsigning.


    Friedhelm

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)