mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Sanitize the PGP strings a bit.
This commit is contained in:
parent
6186bd5dc7
commit
eebb154304
1 changed files with 10 additions and 9 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue