bcgit / bc-java

Bouncy Castle Java Distribution (Mirror)
https://www.bouncycastle.org/java.html
MIT License
2.33k stars 1.14k forks source link

Fix parsing of LibrePGP key-id #1793

Closed vanitasvitae closed 2 months ago

vanitasvitae commented 2 months ago

Hey! When rewriting the public key parser logic, I accidentally missed parsing out the key-id of LibrePGP (v5) keys. This patch fixes this slip-up and adds a test.

vanitasvitae commented 2 months ago

Closed in favor of #1809