Dear Users,
I have released version 5.56 of stunnel.
### Version 5.56, 2019.11.22, urgency: HIGH
* New features
- Various text files converted to Markdown format.
* Bugfixes
- Support for realpath(3) implementations incompatible
with POSIX.1-2008, such as 4.4BSD or Solaris.
- Support fo
Just FYI: trying to build openssl 1.1.1d with no-shared fails (on
OpenBSD 6.5) see below. I'm not sure why test/cipher_overhead_test
is needed for the build.
rm -f test/cipher_overhead_test
${LDCMD:-cc} -Wa,--noexecstack -Qunused-arguments -Wall -O3 -L.-o
test/cipher_overhead_test test/cipher
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 mechanism,
therefore I need to change to EVP, details are written here
h