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

Add things needed to implement ECDH based protocols #214

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Sep 19, 2023

  1. Add derive method to pkey

    Allows deriving shared secrets for use with symmetric encryption
    algorithms such as is done for ECDH.
    
    Closes wahern#213
    singpolyma committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    95f2ee3 View commit details
    Browse the repository at this point in the history
  2. Support loading raw EC keys

    Either public or private key.
    singpolyma committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    c920d31 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    32ff125 View commit details
    Browse the repository at this point in the history
  2. Add tests for wahern#213

    mwild1 committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    9130029 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    c37b57f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from mwild1/ecdh

    Docs and tests for ECDH key agreement
    singpolyma authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    f4db34e View commit details
    Browse the repository at this point in the history