forked from eclipse-leshan/leshan
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[eclipse-leshan#371] Fix truncating of certificate chain.
The certificate chain sent in a CERTIFICATE message should not contain certificates representing authorities trusted by the peer (as indicated in its CERTIFICATE_REQUEST message). The filtering of such certificates from the chain has been erroneously done on the certificates' issuer DN instead of using the subject DN. This has been fixed.
- Loading branch information
Kai Hudalla
committed
Aug 1, 2017
1 parent
fc41b35
commit 7530b2c
Showing
3 changed files
with
63 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters