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

tls: macos_load_system_certificates using security framework. #9528

Closed
wants to merge 2 commits into from

Commits on Oct 29, 2024

  1. tls: improve cert handling and error logging for handshake.

    * Adds betters checks to windows cert loading, extra debug logs.
    * Adds betters checks for TLS handshake error handling, extra debug logs.
    * General debug logs on conditionals for handshake and certificate loads, clarified the SNI setup.
    
    Signed-off-by: Jorge Niedbalski <[email protected]>
    Jorge Niedbalski committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    0ed4c81 View commit details
    Browse the repository at this point in the history
  2. tls: macos_load_system_certificates using security framework.

    Load certificates from SecTrustSettingsCopyCertificates
    using the security framework to avoid relying on local certificates.
    
    Signed-off-by: Jorge Niedbalski <[email protected]>
    Jorge Niedbalski committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    3a2ae23 View commit details
    Browse the repository at this point in the history