Matt Caswell
Matt Caswell
OTC Meeting minutes notes: Issue was raised about how this will work in the FIPS provider. The FIPS provider has its own libctx, does not link against libcrypto, and does...
OTC: We are in consensus that this is a desirable conceptual feature. There will be subsequent feedback on various aspects of the approach.
OTC: Moving this to Post 3.0
> My recollection (which could be wrong) is that we do make some effort to support compiling our sources with a C++ compiler, in which case we would want to...
Separately though, I think some of these casts may have documentary value - so I'm not entirely convinced that removing them is necessary.
Nice! Note that this is too late for inclusion in 3.0 and has been added to the "post 3.0" milestone. For that reason its unlikely to get much developer attention...
OMC have voted to lift the OMC hold on this PR.
"enable-weak-ssl-ciphers" is a compile time option - so you must build OpenSSL yourself on Windows (or find a binary distribution that was built with this option). Assuming you are using...
The `openssl ciphers` command will normally tell you information about the ciphers in the default cipher list. Even when support for weak ciphers are compiled in - they still do...
> Cannot open include file: `stdlib.h` This error indicates some fundamental issue in your compiler environment. `stdlib.h` is a standard include file that should come supplied with the compiler. Did...