Watson Ladd

Results 20 issues of Watson Ladd

A nonce collision with GCM is devastating, and there is a 2^{-43} probability of such a collision every single time a message is generated.

Apparently minor version increments of protobuf package are incompatible with generated code, but it seems difficult to pin the version of the protobuf package more tightly then the grpc-rust dependency...

leftshark.tls13.com returns two unknown frames, one with type 0xc, and the other in the experimental range. h2 only produces one UnknownFrameEvent with type 0xc and ignores the experimental range frame...

get_vec returns Vec. Unfortunately the borrow checker interprets this to make the first argument to get_vec also have static scope, ala https://stackoverflow.com/questions/58436950/argument-requires-that-is-borrowed-for-static-how-do-i-work-round-this. There do not seem to be any good...

PointG1, PointG2, and PointGT don't implement any of the encoding related types. This makes it hard top use things like the Gob package with these types.

This is a radically different looking approach to solve a somewhat different but related problem. We would like clients to produce tokens that are a function of their IP address,...

With changes to the fipsinstall command we cannot install a 3.0 FIPS module when using the 3.1 binary as the configuration file comes out different from when the 3.0 fipsinstall...

triaged: feature

This will need documentation added, and the author revised to not be my alter ego from 9-5, but it shows what we want to solve in Issue #23400

hold: cla required
triaged: feature
hold: need otc decision

While investigating the security of McCallum-Relyea I found epeint.iacr.org/2016/144 which presents a similar protocol with a security proof and integrated with shamir secret sharing. Migration would solve the issue of...

And I can't figure out why. I've added debugging printfs limiting the problem to SHA1Update I think.