> [miroslav.za...@skype.net - Sat Jul 17 02:17:51 2010]:
> 
> The cipher_table was always null when I accessed it and method
> ENGINE_unregister_ciphers was not called at all (even though
> breakpoint was set).
> 
> Here is the backtrace.
> 

Well that makes no sense at all, if cipher_table is NULL it shouldn't be
making the calls where it crashes.

#2  0x00007ffff1e7dc34 in engine_table_select (table=0x7ffff216c860,
nid=427) at eng_table.c:274

Can you print *table in frame #2? This should be table should be
&cipher_table, so that should give cipher_table. But if *table is NULL
(see eng_table.c) it just returns straight away!

Do you have hardware that supports AES-NI on that platform?

Steve.
-- 
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org

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

Reply via email to