>On Fri, May 27, 2011, Joakim Tjernlund wrote:
>
>>
>> SEGV backtrace:
>> 417[2011-05-27 11:11:50.897]:[bt] Got signal SEGV, faulty address is (nil), 
>> from \
>> 0xf8bd1b0 418[2011-05-27 11:11:50.897]:[bt] Execution path:
>> 419[2011-05-27 11:11:50.924]:[bt] /lib/libc.so.6(strcmp+0x10) [0xf8bd1b0]
>> 420[2011-05-27 11:11:50.924]:[bt] 
>> /opt/appl/cuappl02a-r18a-110526jt1/bin/httpd() \
>> [0x100d3d68] 421[2011-05-27 11:11:50.924]:[bt] \
>> /opt/appl/cuappl02a-r18a-110526jt1/bin/httpd() [0x100d3424] 422[2011-05-27 \
>> 11:11:50.925]:[bt] 
>> /opt/appl/cuappl02a-r18a-110526jt1/bin/httpd(lh_insert+0xbc) \
>> [0x100d3858] 423[2011-05-27 11:11:50.925]:[bt] \
>> /opt/appl/cuappl02a-r18a-110526jt1/bin/httpd(OBJ_NAME_add+0x88) [0x100d3fe0] 
>> \
>> 424[2011-05-27 11:11:50.925]:[bt] \
>> /opt/appl/cuappl02a-r18a-110526jt1/bin/httpd(EVP_add_cipher+0x64) 
>> [0x100df438] \
>> 425[2011-05-27 11:11:50.925]:[bt] \
>> /opt/appl/cuappl02a-r18a-110526jt1/bin/httpd(OpenSSL_add_all_ciphers+0x1c) \
>> [0x100d978c] 426[2011-05-27 11:11:50.925]:[bt] \
>> /opt/appl/cuappl02a-r18a-110526jt1/bin/httpd(OPENSSL_add_all_algorithms_noconf+0x14)
>>  \
>> [0x100d975c] 427[2011-05-27 11:11:50.925]:[bt] \
>> /opt/appl/cuappl02a-r18a-110526jt1/bin/httpd(websSSLOpen+0x3c) [0x1003a31c] \
>> 428[2011-05-27 11:11:50.925]:[bt] \
>> /opt/appl/cuappl02a-r18a-110526jt1/bin/httpd(main+0x310) [0x10029c9c] \
>> 429[2011-05-27 11:11:50.925]:[bt] /lib/libc.so.6(+0x1f97c) [0xf85497c] \
>> 430[2011-05-27 11:11:50.925]:[bt] /lib/libc.so.6(+0x1fb0c) [0xf854b0c]
>> OPENSSL_NO_DEPRECATED and NO_OBJECT doesn't seem o play well tougher. Any 
>> ideas?
>>
>
>NO_OBJECT shouldn't really exist any more as many things will fail if it is
>set. In that case it is attempting to lookup the name associated with and OID
>and failing: meaning algorithm tables don't work if it is set.
>
>Steve.

I see, thanks.

I am trying to build a minimal SSLv3 lib and I am trying to find
out what crypto algos I need to support SSLv3 only. Do you know or
is there a list somewhere?

BTW, please cc me as I am not subscribed.

Also, I am adding basic autotools support needed to build the crypto
and ssl dirs. Any interest in that? I can post what I have
done if someone wants to have a look.

 Jocke
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to