Frank Denis

Results 470 comments of Frank Denis

Three things to avoid for constant-time operations: - Lookups based on secret data - Conditional jumps based on secret data - Opcodes whose number of cycles to execute is not...

The DNS library supports dialers, so it should be compatible with SOCKS proxies. What would be a sane syntax in the forward configuration file to mention what zones should be...

Maybe a simpler and more flexible approach would be a syntax such as: ``` example.com proxy:8.8.8.8,9,9,9,9 ``` And then some global configuration settings to define how exactly forwarded queries are...

Is this not relevant any more? `0.0.0.0` should listen only to IPv4, this is the original behavior and what most people would expect.

Thanks for your input! The documentation is a Wiki, so anybody can update it, including you :) Unfortunately I don't have an Android device, so I have no idea about...

Android binaries are built automatically by the CI system, like all other binaries.

> But that automation must have been configured by somebody in order to work properly, right? Doesn't that mean that the person who did that understands how Android works? The...

HI! Why not. But I use a Mac, and don't know anything about Flahub. Since you do, could you possibly help with the required package definitions and maybe a way...

If the public key of the recipient is not known, the shared secret cannot be recovered. Signcryption doesn't seem necessary here, unless the relay needs to verify the sender's identity...

> The sender doesn't know any keys of the receiver. > Sender encrypts a message using their private key In that case only the sender can decrypt their own message....