qcc/internal/server
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
..
bandwidth.go Initial commit: QuiC Call server 2026-06-30 12:52:09 +03:00
server.go handleAuthCert: look up identity by cert CommonName, not pubkey 2026-07-01 15:41:54 +03:00
session.go Fix PoW auth bypass: verify against issued challenge, not new one 2026-06-30 13:47:17 +03:00