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

ECDSA support #196

Merged
merged 11 commits into from
Nov 13, 2019
Merged

ECDSA support #196

merged 11 commits into from
Nov 13, 2019

Commits on Oct 25, 2019

  1. Configuration menu
    Copy the full SHA
    1e60de9 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. settings for virtual hosts

    tomato42 committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    10d82f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b83aca View commit details
    Browse the repository at this point in the history
  3. document use of parameters with virtual hosts (planned)

    describe the planned behaviour
    tomato42 committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    e07b08d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4530de7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6562f2d View commit details
    Browse the repository at this point in the history
  6. restructure picking server key exchange

    make sure that we have all the data at hand to select it and use it,
    make the selection of signature algorithm before the key exchange
    algorithm
    tomato42 committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    6ad4f8a View commit details
    Browse the repository at this point in the history
  7. ensure that key and cert goes through _pickServerKeyExchangeSig

    if we want to change the key and certificate based on sigalgs,
    we need to pass them through the method that picks the signature
    tomato42 committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    02c5569 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2408a3b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ca065ca View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2493373 View commit details
    Browse the repository at this point in the history