Brent Cook
Brent Cook
> Also, I'm curious why static libraries couldn't be used to build standalone apps rather than listing every object file. I believe this was to work around issues when users...
Got it to fail with MSYS2 like this: ``` CCLD ocspcheck.exe ../../libtool: line 1900: /ucrt64/bin/cc: Argument list too long make[2]: *** [Makefile:463: ocspcheck.exe] Error 126 ```
Howdy, thanks for the pointer to the patch tree. Was somebody reaching out before this issue was raised? Just curious why nobody submitted any of the new ASM PRs before....
Thanks @q66, that was very helpful, and I appreciate the work you put into it. Things like 1.1 APIs have been backported based largely on what APIs apps use in...
What OS and CPU?
I'm guessing you're also testing on Windows? We literally do not enable any assembly optimizations when building on Windows.
ecdhp521 and related optimizations were disabled in 2014 due to issues with gcc and uint128_t on some OpenBSD architectures causing ssh to break with ecdsa keys. To enable it, you...
#460 enabled some optimizations on CMake builds that were disabled by default. Worth about 50% depending on the compiler.
Hi, thanks for the question. Once there's a stable release for a given branch, every subsequent release from that branch is also the latest stable release from that branch. It...
Sounds more like there's an issue with bad behavior when the default ssl.cnf cannot be found. There are a few related issues, will try to tackle them together.