Displaying 9 results from an estimated 9 matches for "ssl_clear_options".
2015 May 22
1
v2.2.18 released
...27:37 ssl-params: Info: Generating SSL parameters
May 15 09:27:37 ssl-params: Fatal: Couldn't load required plugin /tmp/tocevod/lib/dovecot/libssl_iostream_openssl.so: dlopen() failed: ld.so.1: ssl-params: fatal: relocation error: file /tmp/tocevod/lib/dovecot/libssl_iostream_openssl.so: symbol SSL_clear_options: referenced symbol not found
May 15 09:27:37 ssl-params: Error: child process failed with status 22784
May 15 09:27:46 master: Warning: Killed with signal 15 (by pid=1848 uid=0 code=kill)
------------------------------------------------
doveconf -n
# 2.2.18: /tmp/tocevod/etc/dovecot/dovecot.con...
2018 Mar 01
2
Make fails with 2.3.0.1 & 2.2.34 on Mac OS X 10.7.5
...nssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/err.h usability... yes
checking openssl/err.h presence... yes
checking for openssl/err.h... yes
checking if OpenSSL version is 1.0.1 or newer... true
checking if OpenSSL version is 1.0.2 or better... true
checking whether SSL_clear_options exists... no
...
No problems. But then ?make? ends with:
dcrypt-openssl.c:117: error: field 'ctx' has incomplete type
dcrypt-openssl.c: In function 'dcrypt_openssl_ctx_hmac_destroy':
dcrypt-openssl.c:451: warning: implicit declaration of function 'HMAC_cleanup'
dcrypt-open...
2018 Mar 01
2
Make fails with 2.3.0.1 & 2.2.34 on Mac OS X 10.7.5
..... yes
>> checking openssl/err.h usability... yes
>> checking openssl/err.h presence... yes
>> checking for openssl/err.h... yes
>> checking if OpenSSL version is 1.0.1 or newer... true
>> checking if OpenSSL version is 1.0.2 or better... true
>> checking whether SSL_clear_options exists... no
>> ...
>> Any suggestions?
>>
>> Thanks,
>>
>> James.
>>
>
> What SSL library and version?
> ---
> Aki Tuomi
OpenSSL
$openssl version
OpenSSL 1.0.2g 1 Mar 2016
But I also have:
$ /usr/local/bin/openssl version
OpenSSL 1.1....
2015 May 18
0
v2.2.18 released
...27:37 ssl-params: Info: Generating SSL parameters
May 15 09:27:37 ssl-params: Fatal: Couldn't load required plugin /tmp/tocevod/lib/dovecot/libssl_iostream_openssl.so: dlopen() failed: ld.so.1: ssl-params: fatal: relocation error: file /tmp/tocevod/lib/dovecot/libssl_iostream_openssl.so: symbol SSL_clear_options: referenced symbol not found
May 15 09:27:37 ssl-params: Error: child process failed with status 22784
May 15 09:27:46 master: Warning: Killed with signal 15 (by pid=1848 uid=0 code=kill)
------------------------------------------------
doveconf -n
# 2.2.18: /tmp/tocevod/etc/dovecot/dovecot.con...
2015 May 22
0
v2.2.18 released
...-params: Info: Generating SSL parameters
>> May 15 09:27:37 ssl-params: Fatal: Couldn't load required plugin /tmp/tocevod/lib/dovecot/libssl_iostream_openssl.so: dlopen() failed: ld.so.1: ssl-params: fatal: relocation error: file /tmp/tocevod/lib/dovecot/libssl_iostream_openssl.so: symbol SSL_clear_options: referenced symbol not found
>
>
> I suspect you have compiled with one SSL library and are running with another.
>
> Hints:
>
> 1. Check RPATH in libs:
> $ dump -Lv /tmp/tocevod/lib/dovecot/libssl_iostream_openssl.so
>
> 2. unset LD_LIBRARY_PATH
>
> 3. Check wh...
2018 Jan 10
0
Make fails with 2.3.0 on Mac OS X 10.7.5
...nssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/err.h usability... yes
checking openssl/err.h presence... yes
checking for openssl/err.h... yes
checking if OpenSSL version is 1.0.1 or newer... true
checking if OpenSSL version is 1.0.2 or better... true
checking whether SSL_clear_options exists... no
...
No problems. But then ?make? ends with:
dcrypt-openssl.c:117: error: field 'ctx' has incomplete type
dcrypt-openssl.c: In function 'dcrypt_openssl_ctx_hmac_destroy':
dcrypt-openssl.c:451: warning: implicit declaration of function 'HMAC_cleanup'
dcrypt-open...
2018 Mar 01
0
Make fails with 2.3.0.1 & 2.2.34 on Mac OS X 10.7.5
...king openssl/err.h usability... yes
>>> checking openssl/err.h presence... yes
>>> checking for openssl/err.h... yes
>>> checking if OpenSSL version is 1.0.1 or newer... true
>>> checking if OpenSSL version is 1.0.2 or better... true
>>> checking whether SSL_clear_options exists... no
>>> ...
>>> Any suggestions?
>>>
>>> Thanks,
>>>
>>> James.
>>>
>>
>> What SSL library and version?
>> ---?
>> Aki Tuomi
>
> OpenSSL
>
> $openssl version
> OpenSSL 1.0.2g ?1 Mar 2016
&...
2018 Mar 01
0
Make fails with 2.3.0.1 & 2.2.34 on Mac OS X 10.7.5
...</div>
<div>
checking for openssl/err.h... yes
</div>
<div>
checking if OpenSSL version is 1.0.1 or newer... true
</div>
<div>
checking if OpenSSL version is 1.0.2 or better... true
</div>
<div>
checking whether SSL_clear_options exists... no
</div>
<div>
...
</div>
<div>
<br>
</div>
<div>
No problems. But then ‘make’ ends with:
</div>
<div>
<br>
</div>
<div>
dcrypt-openssl.c:117: error: field 'ctx...
2018 Mar 01
5
Make fails with 2.3.0.1 & 2.2.34 on Mac OS X 10.7.5
> On 1 Mar 2018, at 5:56 pm, Aki Tuomi <aki.tuomi at dovecot.fi <mailto:aki.tuomi at dovecot.fi>> wrote:
>
>
>
> On 01.03.2018 07:34, James Brown wrote:
>> On 1 Mar 2018, at 4:09 pm, Aki Tuomi <aki.tuomi at dovecot.fi <mailto:aki.tuomi at dovecot.fi>> wrote:
>>>
>>>
>>> What SSL library and version?
>>> ---