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

Fix a sig algs bug and add some tests #2160

Closed
wants to merge 3 commits into from

Commits on Dec 30, 2016

  1. Fix the SSL_set1_sigalgs() macro

    This macro has a typo in it which makes it unusable. This issue was already
    fixed in 1.0.2 in commit 75fdee0, but the same fix was not applied to
    other branches.
    mattcaswell committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    239a1c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad7b0cc View commit details
    Browse the repository at this point in the history
  3. Don't run the sigalgs tests over a TLSv1.3 connection

    We need a new API for TLSv1.3 sig algs
    mattcaswell committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    1f9f595 View commit details
    Browse the repository at this point in the history