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

Throw UnsupportedError on unknown algorithm in keys, signatures and encrypted session keys #1523

Merged
merged 9 commits into from Jun 7, 2022

Commits on May 23, 2022

  1. Add UnparsablePacket to properly deal with key blocks that include ma…

    …lformed or unsupported packets
    larabr committed May 23, 2022
    Copy the full SHA
    9517429 View commit details
    Browse the repository at this point in the history
  2. Update type defs

    larabr committed May 23, 2022
    Copy the full SHA
    d055fae View commit details
    Browse the repository at this point in the history
  3. Export UnparsablePacket

    larabr committed May 23, 2022
    Copy the full SHA
    7b2a157 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Copy the full SHA
    870ffde View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Copy the full SHA
    3fd57a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Copy the full SHA
    1231fc4 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Throw UnsupportedError in Curve constructor, replace "Invalid" algo e…

    …rror messages with "Unknown"
    larabr committed Jun 3, 2022
    Copy the full SHA
    c5aeacc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3c0cd71 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6e1f821 View commit details
    Browse the repository at this point in the history