mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
fix: use ASN.1 format certificate extension
This commit is contained in:
@ -519,6 +519,7 @@ class QUICConnection(IRawConnection, IMuxedConn):
|
||||
|
||||
self._peer_verified = True
|
||||
logger.debug(f"Peer identity verified successfully: {verified_peer_id}")
|
||||
|
||||
return verified_peer_id
|
||||
|
||||
except QUICPeerVerificationError:
|
||||
|
||||
Reference in New Issue
Block a user