Re: Ciphers: disabling

2013-01-10 Thread Serhiy Ivanov
TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA in punt 9 of RFC 2246? -- kind regards, Serhiy Ivanov __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Manager

Re: Ciphers: disabling

2013-01-10 Thread Serhiy Ivanov
& make install # -no-CAMELLIA-128-CBC no-md5 no-rsa no-dsa Obtained: d1_srtp.c:229:44: error: ‘SSL_CTX’ has no member named ‘srtp_profiles’ srtp_profiles definede under context #ifndef OPENSSL_NO_TLSEXT in ssl.h while code is turned on under #ifndef OPENSSL_NO_SRTP what's wrong? --

Re: Ciphers: disabling

2013-01-10 Thread Serhiy Ivanov
7:23 PM, Jeremy Farrell wrote: >> From: Serhiy Ivanov [mailto:serhiy.i.iva...@globallogic.com] >> Sent: Wednesday, January 09, 2013 12:03 PM >> >> Tried to turn off one cipher via: >> #!/bin/bash >> make clean && ./config -no-CAMELLIA-128-CBC && make de

Cut openssl

2013-01-09 Thread Serhiy Ivanov
t even compile others 2) more transparent bio object Are these options configurable (i see -no- as multioption to config, but i don't see smth like no-) or i should recompile rather msnually? -- kind regards, Serhiy Ivanov| ___

Ciphers: disabling

2013-01-09 Thread Serhiy Ivanov
#x27;t see way to really turn off ciphers. Hoew to turn them off -- kind regards, Serhiy Ivanov __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-use

[no subject]

2013-01-08 Thread Serhiy Ivanov
ought they are two different implementations of same 2) Reconfigure openssl to get work with rather BSD Sockets directly -- kind regards, Serhiy Ivanov| __ OpenSSL Project http://www.openssl.org User Su

Re: full static linkage

2013-01-08 Thread Serhiy Ivanov
Let's close question with full path for library (simply no -l option need). On Tue, Jan 8, 2013 at 2:36 PM, Jakob Bohm wrote: > On 1/8/2013 10:03 AM, Serhiy Ivanov wrote: >> >> I built my simple project with -lssl option, so libsssl.a qattached >> statically. However

Re: full static linkage

2013-01-08 Thread Serhiy Ivanov
all? On Tue, Jan 8, 2013 at 2:36 PM, Jakob Bohm wrote: > On 1/8/2013 10:03 AM, Serhiy Ivanov wrote: >> >> I built my simple project with -lssl option, so libsssl.a qattached >> statically. However as i see from map report i see next pages: > > The command > cc -lssl

full static linkage

2013-01-08 Thread Serhiy Ivanov
openssl so that no dynamic linkage will present anymore? -- kind regards, Serhiy Ivanov __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org

Memory overrides doesn't work correctly

2013-01-06 Thread Serhiy Ivanov
loc dealloc"); return 0; } After runnig just compare alloc_s and dealloc_s. They should be identical. But they aren't. Also in backtrace there is a stack reported. For example i see that memory allocated in context of lh_new is freed. While memory under lh_insert isn't. Valgrind+memc

Fwd: Memory overrides doesn't work correctly

2013-01-06 Thread Serhiy Ivanov
-- Forwarded message -- From: Serhiy Ivanov Date: Sun, Jan 6, 2013 at 1:33 PM Subject: Memory overrides doesn't work correctly To: openssl-users@openssl.org Have next memory overrides: #include #include #include #include #include #include static FILE * FBacktrLog,