Commit graph

2 commits

Author SHA1 Message Date
Niko Marmeladkov
366386bade Various fixes: cert auth lookup by number, debug logging, mobile client
- handleAuthCert: find identity by cert CommonName instead of pubkey

- Add debug log to HandleDial

- mobile: AuthenticateB64, NewClientWithKey, recover guards

- go mod tidy
2026-07-01 17:15:09 +03:00
Niko Marmeladkov
dbb2782dd7
Fix missing ALPN NextProtos for QUIC handshake
Add 'qcc' ALPN protocol to both ACME and insecure TLS configs.
Bump golang.org/x/crypto and transitive x/ deps.
Add golang.org/x/mobile for mobile client bindings.
2026-06-30 13:43:54 +03:00