You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* skeleton for prefix transport
* outline implementatiions for prefix / format transports
* add initial default supported prefixes
* proper labels for default prefixes
* add optional methods to obfuscate session hmacID using ECDHE+AES
* passing for min successful test. added XORObfs because collisions would cause N pubkey ops
* passing tests for all current prefixes
* failing base64 test
* prefixes with custom decode supported w/ GET base64 example
* apply updated version of client lib
* moved things around to accomodate privkey arg to transport construction
* prefix transport config and corner case handling
* move things around to accommodate pubkeys and client lib versions
* missed one update
* go mod updates for gotapdance/tapdance
* adding registrar overrides for prefix transport
* parsing and choosing from prefix list
* WIP regserver prefix_transport overrides
* passing tests for expected parsing behavior
* add lint ignore for legacy code using math/rand
* maybe complete prefix override
* partial integration into registration server pipeline
* prefix transport overrides complete, in theory, for now
* update gotapdance version
* crypto/ed25519 requires 64 byte [priv][pub] format or it panics
* more keysize issues 😑
* conform to new Client Transport interface
0 commit comments