rpm-software-management / librepo

A library providing C and Python (libcURL like) API for downloading packages and linux repository metadata in rpm-md format
http://rpm-software-management.github.io/librepo/
GNU Lesser General Public License v2.1
74 stars 91 forks source link

PGP: Update test vectors #273

Closed teythoon closed 1 year ago

teythoon commented 1 year ago

The old OpenPGP key used SHA-1 in the binding signature. SHA-1 will be rejected by newer implementations and policies.

Replace the key with a new one that uses SHA2-512 instead. Regenerate the signature. Add a generator script in case the key needs to be replaced in the future.

jrohel commented 1 year ago

Thank you