Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop subkey support from the internal OpenPGP parser #2281

Closed
wants to merge 1 commit into from

Commits on Nov 18, 2022

  1. Drop subkey support from the internal OpenPGP parser

    The world of OpenPGP subkeys is scarily complicated and we're failing at
    it in too many ways to count. People who need the complexity of a full
    implementation can use the Sequoia backend, meanwhile this tames the
    internal parser back to something we may be able to support.
    
    Update tests accordingly - as a nice side-effect this makes the internal
    parser behave the same as Sequoia for these cases.
    
    Fixes: rpm-software-management#2278
    pmatilai committed Nov 18, 2022
    4 Configuration menu
    Copy the full SHA
    32893a5 View commit details
    Browse the repository at this point in the history