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

Adds a truststore for certficates #1399

Merged
merged 1 commit into from
Aug 22, 2023

Conversation

bitkeeper
Copy link
Contributor

@bitkeeper bitkeeper commented Aug 10, 2023

This PR introduces a new class asyncua.crypto.truststore.TrustStore.
With this TrustStore certificates can be validated against trusted certificates, trusted ca certificates and certificate revocation lists.
The TrustStore can handle multiple locations to collect trusted certificates and CRLs.

Test is included.

A subsequent PR is required to integrate TrustStore with Client and Server code.

@bitkeeper bitkeeper marked this pull request as draft August 10, 2023 14:34
In validates against trusted certificate, trusted ca certificates and certificate revocation lists.
@bitkeeper bitkeeper marked this pull request as ready for review August 15, 2023 12:19
@oroulet
Copy link
Member

oroulet commented Aug 22, 2023

I do not understand much of that, but code seems clean and documented and has tests so I merge

@oroulet oroulet merged commit 4cfe696 into FreeOpcUa:master Aug 22, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants