[noPoll] Compile error deprecated functions TLS (aur: message 1 of 20)

Kjell Irgens kjell en spacetec.no
Mie Jun 14 08:50:13 CEST 2017


Hi

>>> nopoll_conn.c:642:2: error: 'TLSv1_client_method' is deprecated
>>> [-Werror=deprecated-declarations]
>>> nopoll_conn.c:642:2: error: 'TLSv1_server_method' is deprecated
>>> [-Werror=deprecated-declarations]
>>>
>>
>> Ok, all these declarations are flagged by OpenSSL as deprecated but at
>> the same time exposed and detected noPoll as available. I think I can't
>> do too much about, unless you have something in mind...

Don't think this is hard to fix properly.  Just add check for 
TLS_client_method() and/or TLS_client_method() and use these instead 
when available.

>>> nopoll_conn.c:2478:18: error: storage size of 'mdctx' isn't known
>>> nopoll_conn.c:2478:18: error: unused variable 'mdctx'
>>> [-Werror=unused-variable]
>>>
>>
>> This error has several implications. Maybe the most important is that
>> if you download public
>> http://www.aspl.es/nopoll/downloads/nopoll-0.4.3.b311.tar.gz you'll
>> find that line error reported does not matches....so we are not talking
>> about same sources :-?

This is a very real error with OpenSSL 1.1, and I got it as well. See my 
previous mail for a fix.

https://stackoverflow.com/questions/42662733/evp-md-ctx-error-storage-size-of-ctx-isn-t-known

--Kjell



CONFIDENTIALITY This e-mail and any attachment contain KONGSBERG information which may be proprietary, confidential or subject to export regulations, and is only meant or the intended recipient(s). Any disclosure, copying, distribution or use is prohibited, if not otherwise explicitly agreed with KONGSBERG. If received in error, please delete it immediately from your system and notify the sender properly. 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.aspl.es/pipermail/nopoll/attachments/20170614/4aa0fe1f/attachment.html>


Más información sobre la lista de distribución noPoll