Results 298 comments of David Benjamin

Hmm, that's irritating. I suppose we could generate both, but _surely_ this is something any decent compiler could figure out. Do you have a copy of the new file?

Also not wedded to the current the structure if something else be more convenient on the fiat side. The main nuisance is that, when Andres and I tested it, generating...

> That is, on MSVC, we could define u128 as a `struct { uint64_t lo, hi; }` and then implementing that with its intrinsics. Ah that could also be worth...

Bah wrong button

One detail to keep in mind: the natural mul function for u128 is not u128 x u128 -> u128, but u64 x u64 -> u128. That's the operation you get...

The two changes are orthogonal in that treating it as binary mode is not necessary to fix the regression. Simply reverting the fix is fine. That said, I do think...

That proposal seems problematic for non-PEM callers that were using `BIO_FP_TEXT` because they actually wanted the CRLF translation. The observation is that *PEM* doesn't need the translation, not that no...

I guess it does complicate the separation between http://localhost and https://localhost, but in so far as that matters, we should fix that by shipping https://github.com/sbingler/Origin-Bound-Cookies

No, that's not quite how that works. There is no need to manually cycle through redundant operations. For an AEAD like AES-GCM or ChaCha20-Poly1305, there are two things that look...