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

Update Patched Fix openssl X509StoreRef::objects is unsound #394

Closed
wants to merge 1 commit into from

Commits on Mar 25, 2024

  1. Update Patched Fix openssl X509StoreRef::objects is unsound

    This function returned a reference into an OpenSSL datastructure, but there was no way to ensure OpenSSL would not mutate the datastructure behind one's back.
    
    Use of this function should be replaced with `X509StoreRef::all_certificates.`
    bangtabil authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    f17bf64 View commit details
    Browse the repository at this point in the history