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

support SSH certificate parsing #7960

Merged
merged 6 commits into from
Jan 7, 2023
Merged

support SSH certificate parsing #7960

merged 6 commits into from
Jan 7, 2023

Commits on Jan 6, 2023

  1. support SSH certificate parsing

    DSA (deliberately) not supported
    reaperhulk committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    66bab3f View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. make a unified API

    reaperhulk committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    ab9d7e8 View commit details
    Browse the repository at this point in the history
  2. Update src/cryptography/hazmat/primitives/serialization/ssh.py

    Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
    reaperhulk and alex authored Jan 7, 2023
    Configuration menu
    Copy the full SHA
    cf3f639 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cce420 View commit details
    Browse the repository at this point in the history
  4. black

    reaperhulk committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    5a863f6 View commit details
    Browse the repository at this point in the history
  5. fix missing test coverage

    reaperhulk committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    e33d83a View commit details
    Browse the repository at this point in the history