[openssl-dev] [openssl.org #4094] Nonsensical pointer comparison in PACKET_buf_init

2015-10-14 Thread Pascal Cuoq via RT
As of 2015-10-14, the function PACKET_buf_init in ssl/packet_locl.h reads: static inline int PACKET_buf_init(PACKET *pkt, unsigned char *buf, size_t len) { /* Sanity check for negative values. */ if (buf + len < buf) return 0; pkt->curr = buf; pkt->remaining = len; ret

Re: [openssl-dev] [openssl.org #4093] AutoReply: Problem loading engine from config

2015-10-14 Thread Dmitry Belyavsky via RT
Hello! The attached patch fixes it. On Wed, Oct 14, 2015 at 10:10 PM, The default queue via RT wrote: > > Greetings, > > This message has been automatically generated in response to the > creation of a trouble ticket regarding: > "Problem loading engine from config", > a summary of whic

[openssl-dev] [openssl.org #4093] Problem loading engine from config

2015-10-14 Thread Dmitry Belyavsky via RT
Hello, I have a problem when I load an engine from config file in master. OpenSSL cmdline: /home/build/openssl-shell/openssl/apps/openssl dgst -md_gost94 dgst.dat Error configuring OpenSSL modules 47445915269832:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso

[openssl-dev] [openssl.org #3896] unable to install to openssldir

2015-10-14 Thread Emilia Käsper via RT
Nope, not doing anything wrong. makedepend is bust and can't find the headers. Our clang and OS/X configurations were a bit off - I've changed them to use clang for 'make depend' as well when clang is the compiler, see commit c97c7f8d53dda12f4fda24fc7542281999df97f6. Cheers, Emilia __

[openssl-dev] [openssl.org #4088] RE: [Bug] Openssl caused CPU high to 100%

2015-10-14 Thread Stephen Henson via RT
OK thanks for the update. Ticket closed. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listi

Re: [openssl-dev] who wants to fix travis builds?

2015-10-14 Thread Andy Polyakov
>>> I've opened the following PR to add support for GCC v5 and >>> address sanitizer (not sure if we want valgrind as well...): >>> https://github.com/openssl/openssl/pull/429 I've commented there on other -fsanitize options as well as about option to execute them without --debug and/or --strict-