diff options
author | phk <phk@FreeBSD.org> | 1995-08-03 07:11:45 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1995-08-03 07:11:45 +0000 |
commit | 08830e41cb100de7d94e6d141b8e25a5a9f8ebcf (patch) | |
tree | c7e2292d1a9fbec5bcb4104df7186141529d5107 /usr.bin | |
parent | 476ff95ecbdb4045bb0fcb99be8dde62036de9c0 (diff) | |
download | FreeBSD-src-08830e41cb100de7d94e6d141b8e25a5a9f8ebcf.zip FreeBSD-src-08830e41cb100de7d94e6d141b8e25a5a9f8ebcf.tar.gz |
Sanitize the PGP strings a bit.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/file/Magdir/pgp | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/usr.bin/file/Magdir/pgp b/usr.bin/file/Magdir/pgp index 3965553..eb10f21 100644 --- a/usr.bin/file/Magdir/pgp +++ b/usr.bin/file/Magdir/pgp @@ -1,10 +1,11 @@ # -# pgp (pretty good protection) -0 beshort 0x9900 pgp key public ring -0 beshort 0x9501 pgp key security ring -0 beshort 0x9500 pgp key security ring -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 +# PGP (Pretty Good Privacy) +# +0 beshort 0x9900 PGP key public ring +0 beshort 0x9501 PGP key security ring +0 beshort 0x9500 PGP key security ring +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) |