Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Aug 2021 10:00:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        doc@FreeBSD.org
Subject:   [Bug 257783] gpgkeys.txt is broken
Message-ID:  <bug-257783-9-s1qVVgn85a@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257783-9@https.bugs.freebsd.org/bugzilla/>
References:  <bug-257783-9@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257783

--- Comment #3 from Markus Stoff <markus@stoffdv.at> ---
gnupg1 is correct in throwing an error. There must be a blank line before t=
he
ASCII-Armored data:

https://datatracker.ietf.org/doc/html/rfc4880#section-6.2

   Concatenating the following data creates ASCII Armor:

     - An Armor Header Line, appropriate for the type of data

     - Armor Headers

=3D=3D>  - A blank (zero-length, or containing only whitespace) line

     - The ASCII-Armored data

     - An Armor Checksum

     - The Armor Tail, which depends on the Armor Header Line

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257783-9-s1qVVgn85a>