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

Win32 keychain #238

Merged
merged 5 commits into from
Sep 24, 2024
Merged

Win32 keychain #238

merged 5 commits into from
Sep 24, 2024

Conversation

ekoby
Copy link
Member

@ekoby ekoby commented Sep 24, 2024

[fixes #232]

ekoby and others added 2 commits September 24, 2024 09:57
implement win32 keychain pubkey/signing
@ekoby ekoby requested a review from a team as a code owner September 24, 2024 13:59
@ekoby ekoby added the minor Minor release bump label Sep 24, 2024
res = -1;
}
} else {
UM_LOG(WARN, "failed to open key[%s]: %s", name, win32_error(rc));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

failed to open key still should return 0?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is removing key, so it's ok if key is not found

return keychain_key_ec;
}
}
return keychain_key_invalid;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

log message if key is invalid?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

logged by higher level

@ekoby ekoby merged commit 90bf8e4 into main Sep 24, 2024
11 checks passed
@ekoby ekoby deleted the win32-keychain branch September 24, 2024 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Minor release bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

keychain: windows support
2 participants