Jens Alfke

Results 140 comments of Jens Alfke

This feels more like a bucket-list, i.e. exhaustive, than _needed_. I’ve been using crypto for a long time and never needed more than a small number of algorithms like SHA,...

FYI, I'm motivated to work on this. If my team ends up choosing Nim to implement a project I'm speccing, we will probably need to use mbedTLS. I'm new to...

> Are there other programming languages doing that as part of the stdlib? Go implemented its own TLS package, in keeping with its extreme NIH tendency. Rust has native_tls which...

I ran into this tool, although I'm on macOS not Ubuntu. The actual error, buried in the log output is: ``` /usr/bin/ld: cannot find -levent ``` Either you don't have...

Honestly, it would be great if you could ditch autoconf, which is a terrible mess, and switch to CMake. I've started using CMake for my cross-platform native libraries, and once...

Any progress on this? I'm looking for a C/C++ WebSocket implementation and this one looks good so far...

~~Oops, I just noticed the license is GPL. That means I can't use it at all; the rest of my code is Apache licensed, and the library it's part of...

I diffed `sqlite3.c` against the stock 3.27.2 version. It looks like you've been developing with individual files but only committing the amalgamation here — I see auto-generated comments like `---...

I just pushed another commit that implements "Authorization with User Security Context" as per the spec.

The failed sgw-pipeline-errcheck is from the previous push -- the timestamp on it is yesterday (9/6). Why wasn't it re-run?