eclipse-californium / californium

CoAP/DTLS Java Implementation
https://www.eclipse.org/californium/
Other
730 stars 367 forks source link

Fix trust stores with only one trusted certificate. #2151

Closed boaks closed 1 year ago

boaks commented 1 year ago

Add support for pure certificate chains in PEM with PR #2054 caused trust stores with only one certificate to be interpreted as certificate chain.

Fixes issue #2149