diff options
Diffstat (limited to 'contrib/file/Magdir/pgp')
-rw-r--r-- | contrib/file/Magdir/pgp | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/contrib/file/Magdir/pgp b/contrib/file/Magdir/pgp index 038d098..63042ad 100644 --- a/contrib/file/Magdir/pgp +++ b/contrib/file/Magdir/pgp @@ -1,13 +1,26 @@ #------------------------------------------------------------------------------ # pgp: file(1) magic for Pretty Good Privacy +# see http://lists.gnupg.org/pipermail/gnupg-devel/1999-September/016052.html # 0 beshort 0x9900 PGP key public ring +!:mime application/x-pgp-keyring 0 beshort 0x9501 PGP key security ring +!:mime application/x-pgp-keyring 0 beshort 0x9500 PGP key security ring +!:mime application/x-pgp-keyring 0 beshort 0xa600 PGP encrypted data -0 string -----BEGIN\040PGP PGP armored data ->15 string PUBLIC\040KEY\040BLOCK- public key block ->15 string MESSAGE- message ->15 string SIGNED\040MESSAGE- signed message ->15 string PGP\040SIGNATURE- signature +#!:mime application/pgp-encrypted +#0 string -----BEGIN\040PGP text/PGP armored data +!:mime text/PGP # encoding: armored data +#>15 string PUBLIC\040KEY\040BLOCK- public key block +#>15 string MESSAGE- message +#>15 string SIGNED\040MESSAGE- signed message +#>15 string PGP\040SIGNATURE- signature + +2 string ---BEGIN\ PGP\ PUBLIC\ KEY\ BLOCK- PGP public key block +!:mime application/pgp-keys +0 string -----BEGIN\040PGP\40MESSAGE- PGP message +!:mime application/pgp +0 string -----BEGIN\040PGP\40SIGNATURE- PGP signature +!:mime application/pgp-signature |