qcc/internal
Niko Marmeladkov 50344a350a handleAuthCert: look up identity by cert CommonName, not pubkey
Use cert's Subject.CommonName (the phone number) to find identity instead of extracting pubkey and iterating DB. Each cert is bound to a number; the cert tells us which number directly. Also verify cert pubkey matches stored identity pubkey.
2026-07-01 15:41:54 +03:00
..
auth Initial commit: QuiC Call server 2026-06-30 12:52:09 +03:00
ca Add cert-based re-authentication (OpAuthCert) 2026-06-30 14:56:29 +03:00
call Add debug log to HandleDial, remove OpRegister 2026-07-01 15:08:23 +03:00
config Initial commit: QuiC Call server 2026-06-30 12:52:09 +03:00
congestion Initial commit: QuiC Call server 2026-06-30 12:52:09 +03:00
crypto Initial commit: QuiC Call server 2026-06-30 12:52:09 +03:00
identity handleAuthCert: look up identity by cert CommonName, not pubkey 2026-07-01 15:41:54 +03:00
protocol Initial commit: QuiC Call server 2026-06-30 12:52:09 +03:00
server handleAuthCert: look up identity by cert CommonName, not pubkey 2026-07-01 15:41:54 +03:00
store Initial commit: QuiC Call server 2026-06-30 12:52:09 +03:00
transport Fix missing ALPN NextProtos for QUIC handshake 2026-06-30 13:43:54 +03:00