Send inn-workers mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.isc.org/mailman/listinfo/inn-workers
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of inn-workers digest..."
Today's Topics:
1. INN and openssl 1.1 (The Doctor)
----------------------------------------------------------------------
Message: 1
Date: Tue, 19 Jan 2016 09:14:22 -0700
From: The Doctor <[email protected]>
To: [email protected]
Subject: INN and openssl 1.1
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii
Only some minor tweeks are needed for Openssl 1.1 compatability AFAIK.
The only affected file is nnrpd/tls.c
When compiling INN with openssl 1.1 I get,
/usr/source/inn-CURRENT-20160119/nnrpd/tls.c:496: undefined reference to
`SSLeay_add_ssl_algorithms'
So 496 to 498 Currently read
SSLeay_add_ssl_algorithms();
CTX = SSL_CTX_new(SSLv23_server_method());
For Openssl 1.1 they would need to read
OpenSSL_add_ssl_algorithms();
CTX = SSL_CTX_new(TLS_server_method());
Mior.
Hopefully OPenssl commiter for 1.1 branch will hear my plea for
backwards compatability so that
you have
#define SSLeay_add_ssl_algorithms OpenSSL_add_ssl_algorithms
#define SSLv23_server_method TLS_server_method
--
Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca
God,Queen and country!Never Satan President Republic!Beware AntiChrist rising!
http://www.fullyfollow.me/rootnl2k Look at Psalms 14 and 53 on Atheism
Birthdate 29 Jan 1969 Redhill, Surrey, UK
------------------------------
_______________________________________________
inn-workers mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/inn-workers
End of inn-workers Digest, Vol 80, Issue 6
******************************************