Jeffrey Walton
Jeffrey Walton
Good job Andy. Cryptogams is one of those hidden gems on the web.
Google has a library called [cpu_features](https://github.com/google/cpu_features). It is missing a few key defines and platforms, like [ARMv7](https://github.com/google/cpu_features/issues/71) and PowerPC. You will certainly want ARMv7 for ARM builds. It is a...
I can't duplicate this on Debian 8. I don't have a Ubuntu machine. Can you troubleshoot it and provide a patch?
Sent to `gnutls-devel` mailing list. ``` On Sun, Apr 21, 2019 at 11:45 AM Jeffrey Walton wrote: > > Hi Everyone, > > I'm building GnuTLS 3.6.7.1 from sources. I'm...
Man, fixing GnuTLS is turning into a career... It looks like building against Guile is broken, and Ubuntu has a broken link. Autoconf sucks... This commit fixes the broken link...
Yeah, I don't know what's wrong with the last test. A segfault is not very helpful. I get the 3des-cbc error sometimes. I also get this error sometimes: ``` FAIL:...
I opened an issue with GnuTLS: [OpenSSL backend and failures in cipher-api-test.c](https://gitlab.com/gnutls/gnutls/issues/780).
Thanks @lawidog. Would it be better to fix the cause of `CRYPTOPP_DISABLE_ASM` (instead of `-DCRYPTOPP_DISABLE_ASM`)?
Thanks @Vollstrecker, We need to support back to Cmake 2.8.6. That's the version of CMake that is in the field due to LTS and ETS releases.
I don't believe CMake honors things like `%PATH%` and other variables like `%WINDOWSPHONEKITDIR %` in a Developer Command Prompt. Or at least my testing did not confirm it. If the...