Skip to content

Conversation

kleskjr
Copy link
Contributor

@kleskjr kleskjr commented Jun 7, 2018

verifing clients's public certificate and public key before establishing a secure connection

@oroulet
Copy link
Member

oroulet commented Jun 13, 2018

I have no idea if check is correct but it looks simple and valid. For storing certificate I propose that you make a new class called CertificateStoreInMemory or similar with a few methods like add_certicate an check_certificate (cert) and set_checker. Then add a method to InternalServer called set_certicate_store.Thus people can make their own implementation later. The certificate validation itself should be done in InternalServer or wherever you think is best

@oroulet
Copy link
Member

oroulet commented Jun 13, 2018

Maybe make a CertificateStoreInterface too with all methods raising NotImplemented

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