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

crypto: clear OpenSSL error queue after calling X509_verify() #45377

Merged
merged 4 commits into from Nov 17, 2022

Commits on Nov 8, 2022

  1. crypto: clear OpenSSL error queue after calling X509_verify()

    Prior to this commit, functions accessing the OpenSSL error queue did
    not work properly after x509.verify() returned false.
    takuro-sato committed Nov 8, 2022
    Copy the full SHA
    b65799c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2775ffc View commit details
    Browse the repository at this point in the history
  3. improve comment

    Co-authored-by: Tobias Nießen <tniessen@tnie.de>
    takuro-sato and tniessen committed Nov 8, 2022
    Copy the full SHA
    5003cc9 View commit details
    Browse the repository at this point in the history
  4. improve comment

    Co-authored-by: Tobias Nießen <tniessen@tnie.de>
    takuro-sato and tniessen committed Nov 8, 2022
    Copy the full SHA
    f26f710 View commit details
    Browse the repository at this point in the history