Cameron Kaiser

Results 190 comments of Cameron Kaiser

I don't think I ever ran into that one, though it certainly does sound handy.

Sure thing. Interesting project there.

Yes, *please* don't just `defined(__ppc__)` -- there are little-endian PowerPC systems too. Raptor POWER9s can swing both ways (my Talos II is little-endian).

I think this is the same issue I reported in #57 .

lobste.rs and ish.app were the ones I believe I ran into this first on.

I checked this against trunk just to make sure my app wasn't failing, and it still doesn't work (macOS 10.14, x86_64). I attached the diff. [github_example.diff.txt](https://github.com/eduardsui/tlse/files/6176383/github_example.diff.txt)

It also doesn't work on Linux ppc64le either, for the record (same basic failure).

I'm still trying to figure this out. I agree it's not the `SSL_*` APIs because I'm not using those either. The most recent tip doesn't fix it. I do note...

Okay, with some hacking, I get the full TLS 1.3 page from Github. The problem looks lower level. If I repeatedly `recv()` over and over until there ain't no more,...