-
Notifications
You must be signed in to change notification settings - Fork 157
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
Support multiple certificates and certificate chains #53
Labels
Comments
Hey @denis4net! Sorry I haven't had a chance to look at this yet. I am working on PSK at the moment, when that is complete I will come right back to this. thanks for the patience :) |
Sean-Der
changed the title
dtls implementation doesn't manage to work with certificate chain
Support multiple certificates and certificate chains
Jul 24, 2019
it seems this PR #99 would fix this. |
Sean-Der
pushed a commit
that referenced
this issue
Nov 11, 2019
Breaking changes: * certificate, privateKey was replaced by certificate (tls.Certificate) * verifyPeerCertificates uses array of bytes for chain certificate instead of certificate(*x509.Certificate) Resolves #53
Sean-Der
pushed a commit
that referenced
this issue
Nov 16, 2019
Breaking changes: * certificate, privateKey was replaced by certificate (tls.Certificate) * verifyPeerCertificates uses array of bytes for chain certificate instead of certificate(*x509.Certificate) Resolves #53
Sean-Der
pushed a commit
that referenced
this issue
Nov 22, 2019
Breaking changes: * certificate, privateKey was replaced by certificate (tls.Certificate) * verifyPeerCertificates uses array of bytes for chain certificate instead of certificate(*x509.Certificate) Resolves #53
Sean-Der
pushed a commit
that referenced
this issue
Nov 23, 2019
Breaking changes: * certificate, privateKey was replaced by certificate (tls.Certificate) * verifyPeerCertificates uses array of bytes for chain certificate instead of certificate(*x509.Certificate) Resolves #53
Sean-Der
pushed a commit
that referenced
this issue
Nov 23, 2019
Breaking changes: * certificate, privateKey was replaced by certificate (tls.Certificate) * verifyPeerCertificates uses array of bytes for chain certificate instead of certificate(*x509.Certificate) Resolves #53
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your environment.
Library usage
What did you do?
I tried to connect to the simple dtls server using
and it works! But when I use a
-cert_chain
argument, dtls implementation fails:What did you expect?
Successful handshake
What happened?
Logs from server implementation on golang:
The text was updated successfully, but these errors were encountered: