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

FIPS compatibility for tests #740

Merged
merged 5 commits into from
Mar 5, 2021
Merged

FIPS compatibility for tests #740

merged 5 commits into from
Mar 5, 2021

Commits on Mar 5, 2021

  1. Configuration menu
    Copy the full SHA
    95bb394 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6062dcc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e972312 View commit details
    Browse the repository at this point in the history
  4. certificate-verify-malformed-sig - be strict with expected alerts

    also allow the server to quickly close the connection right after
    the bad CV message
    tomato42 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    9697783 View commit details
    Browse the repository at this point in the history
  5. rsa-sigs-on-certificate-verify - better error reporting on server alert

    since server can abort right after Certificate or CertificateVerify
    it doesn't like then and close connection then, we may not be able
    to write to the socket, reporting a pipe error when in reality
    server did send an Alert message
    tomato42 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    e51a7e1 View commit details
    Browse the repository at this point in the history