JonathanLennox / raw-key-fingerprints

Other
0 stars 1 forks source link

Add 'expires' to the security discussion. #3

Open steely-glint opened 2 weeks ago

steely-glint commented 2 weeks ago

The only other property that webRTC exposes from the RTCCertificate object is 'expires' . This can usefully be combined with PeerConnection.generateCertificate() to create a medium term pairing/trust relationship.

The security discussion should cover this.

JonathanLennox commented 2 weeks ago

Ah, that's a good point. I don't think this is easily modifiable. So at this point I'm thinking that using https://www.ietf.org/archive/id/draft-davidben-x509-alg-none-00.html is a better solution.