Results 85 comments of Adam Langley

Have you setup the SRV records for your server correctly? If not, you can probably edit the config file directly to set the server's address.

Done in the DPK changes.

> How could this challenge be solved? Any further Ideas? This topic was raised at the 2023-04-21 face-to-face meeting. It was agreed that we would draft a change to add...

From the WG call of 2024-02-28: we agree that you would probably want some specific OIDs for this case. If you can get them assigned from a reasonably canonical arc,...

Does this add the files to the top-level, or is GitHub just showing that badly? They should be in a suitably named subdirectory with a README.md that explains them. Also,...

The section "Key Exchange Details" on https://pond.imperialviolet.org/tech.html contains the most detailed specification at the moment, but you're correct that this is insufficient to write an implementation. I agree that it...

Rather than import github.com/juniorz/otr-keychain, that code should be merged to go.crypto. Have you signed the CLA (https://golang.org/doc/contribute.html#copyright)? If so I can take care of that.

I would imagine that this is something to do with Jabber's complex ID system. If anyone knows XMPP well enough to explain how servers actually implement this I'd be happy...

You mean the bitstream for an image? The code, of course, decompresses the input images into memory. But using the library you can hook in at any point in the...