I see a lot of clutter in log files from things like
error:1408F10B:SSL routines:ssl3_get_record:wrong version number
I assume they are from bad guys probing for openings.
Is the error code returned by ERR_get_error() constant across releases? Can I
compile magic constants like 1408F10B into
You don't happen to have a libcrypto.so lying around in your build
directory?
Just now, I noticed that test/build.info is a bit sloppy, this patch
should help:
diff --git a/test/build.info b/test/build.info
index e4fff15883..e5e1eef153 100644
--- a/test/build.info
+++ b/test/build.info
@@ -449,7
Dear Tobi,
On Fri, Nov 22, 2019 at 12:27 PM wrote:
> Hi everbody,
>
>
>
> I`m looking for a working example on how to implements a custom engine
> based on EVP methods callbacks. First I was implementing my custom engine
> based on RSA callbacks, but we found out that we cannot use this mechanis