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

Extend macOS implementation of SqueakSSL plugin to support setting a certificate on the SSL session context #816

Merged
merged 2 commits into from
Jun 28, 2024

Commits on Jun 15, 2024

  1. Fixed bug in ‘sqAcceptSSL’ in ‘sqMacSSL.c’ which, after setting the s…

    …tate to ‘SQSSL_CONNECTED’, returned the value of ‘SQSSL_OK’ (zero) rather than the number of bytes written to the output buffer.
    Rinzwind committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    539aedd View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Made ‘sqSetupSSL’ in ‘sqMacSSL.c’ handle the ‘CERTNAME’ property havi…

    …ng been set (by searching for a valid identity with the property value as its subject through ‘SecItemCopyMatching’ and setting it as the SSL session context’s certificate through ‘SSLSetCertificate’).
    Rinzwind committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    28670bc View commit details
    Browse the repository at this point in the history