[stunnel-users] V5.51 no support for OpenSSL 1.0.2 ?

Peter Pentchev roam at ringlet.net
Fri Apr 5 21:18:27 CEST 2019


On Fri, Apr 05, 2019 at 01:39:04PM +0000, Duncan Morris wrote:
> Hi,
> 
> The latest version of options.c, in the V5.51 source, uses a new function, which appears to only be present in OpenSSL 1.1.0 onwards.
> 
> key_buf=OPENSSL_hexstr2buf(key_str, &key_len);
> 
> Is it intentional that support for OpenSSL 1.0.2 has been dropped?

But there is also this segment of code...

#else /* OpenSSL older than 1.1.0 */
#define X509_STORE_CTX_get0_chain(x) X509_STORE_CTX_get_chain(x)
#define OPENSSL_hexstr2buf string_to_hex
#endif /* OpenSSL 1.1.0 or newer */

So it should build with OpenSSL 1.0.2, too. Have you actually experienced
problems building it?

G'luck,
Peter

-- 
Peter Pentchev  roam@{ringlet.net,debian.org,FreeBSD.org} pp at storpool.com
PGP key:        http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint 2EE7 A7A5 17FC 124C F115  C354 651E EFB0 2527 DF13
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://www.stunnel.org/pipermail/stunnel-users/attachments/20190405/c7790168/attachment.sig>


More information about the stunnel-users mailing list