Jeff Allen

Results 53 issues of Jeff Allen

As seen in dedis/onet#359, there's a data race between the Go stdlib HTTP server and Graceful on shutdown. It looks like http.Server.ConnState is only safe to be set before the...

#### Overview This is a new connector that attempts to do an authentication against an SMTP server. #### What this PR does / why we need it If your company...

The .debs distributed depend on package fuse and ruby. Package fuse is not available, only fuse-utils. If I put things on manually and try to run it, I get this...

### Context - svfs version : 0.9.1 - storage provider : ovh - product : PCA ### Steps to reproduce this issue : Use gpg to compress and encrypt something,...

And it needs to be GDPR compliant.

This is a tracking issue to remind us to watch cloudflare/bn256#23 and bring those changes into Kyber and possibly make use of them if possible. They are vartime, so we...

enhancement

PR #434 introduces checks that a group can opt-in to by providing certain methods (Point.IsCanonical, Point.HasSmallOrder, Scalar.IsCanonical). We need to investigate and maybe implement these checks on curve25519 and nist...

Comment seen in wallet code on cothority. ``` // All these structures are used to save/load json files. This is due to the // fact that points and scalars are...

We need to try building for all build tags (vartime, experimental) Adding that with the current Makefile based system is difficult, because the "test" target is not defined in the...

From dedis/onet#256: Would it be possible to add a function to get the cardinality of the elliptic curve that is used ?

enhancement