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

Darwinssl: Test for errSecSuccess in PKCS12 import rather than noErr #993

Merged
merged 1 commit into from Sep 6, 2016

Commits on Sep 6, 2016

  1. Test for errSecSuccess in PKCS12 import rather than noErr

    While noErr and errSecSuccess are defined as the same value, the API
    documentation states that SecPKCS12Import() returns errSecSuccess if
    there were no errors in importing. Ensure that a future change of the
    defined value doesn't break (however unlikely) and be consistent with
    the API docs.
    danielgustafsson committed Sep 6, 2016
    Copy the full SHA
    0cd9679 View commit details
    Browse the repository at this point in the history