This repository was archived by the owner on Aug 19, 2022. It is now read-only.
Support critical libp2p extension #87
Labels
exp/expert
Having worked on the specific codebase is important
need/analysis
Needs further analysis before proceeding
According to https://github.com/libp2p/specs/blob/master/tls/tls.md:
However when the code checks the cert at:
go-libp2p-tls/crypto.go
Line 116 in 7530faa
It ignores that the extension can be critical. So in case there is a server with a cert with the libp2p ext.critical=true, I get an error:
The text was updated successfully, but these errors were encountered: