[openssl-dev] [openssl.org #3566] openssl-1.0.1j make depend failes

2016-02-02 Thread Rich Salz via RT
Sorry we didn't get to this sooner. We're only taking security fixes for 1.0.1
now.
Please open a new ticket if this is still an issue with current releases.
Also, fixed in master (and maybe 1.0.2)
--
Rich Salz, OpenSSL dev team; rs...@openssl.org

___
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev


Re: [openssl.org #3566] openssl-1.0.1j make depend failes

2014-10-31 Thread Kiyoshi KANAZAWA via RT
Hi,

About "make check".
It seems that "no-ssl3" disables ssl2 in openssl library automatically, but 
dose not in test.
Specifying not only "no-ssl3" but also "no-ssl2", "make check" passes.

Regards,

--- Kiyoshi 




- Original Message -
>From: Kiyoshi KANAZAWA 
>To: "r...@openssl.org"  
>Cc: "openssl-dev@openssl.org" 
>Date: 2014/10/17, Fri 00:32
>Subject: Re: [openssl.org #3566] openssl-1.0.1j make depend failes 
> 
>
>Hello,
>
>
>
>Yes, I can make without "make depend",
>but make check fails with "Failed AES256-GCM-SHA384", if I specify "no-ssl3".
>
>
>Without "no-ssl3", make check passes.
>
>
>I tried 4 patterns of Configure parameters, and got the same result.
>
>- solaris-x86-cc threads shared zlib no-ssl3
>- solaris64-x86_64-cc threads shared zlib no-ssl3
>(cc is "solarisstudio12.3/bin/cc")
>- solaris-x86-gcc threads shared zlib no-ssl3
>- solaris64-x86_64-gcc threads shared zlib no-ssl3
>(gcc version 4.8.3)
>
>
>Regards,
>
>
>--- Kiyoshi 
>
>
>
>- Original Message -
>>From: Stephen Henson via RT 
>>To: yoi_no_myou...@yahoo.co.jp 
>>Cc: openssl-dev@openssl.org
>>Date: 2014/10/16, Thu 21:50
>>Subject: [openssl.org #3566] openssl-1.0.1j make depend failes 
>> 
>>On Thu Oct 16 14:22:19 2014, yoi_no_myou...@yahoo.co.jp wrote:
>>> Hello,
>>>
>>> I'd like to build openssl-1.0.1j with "no-ssl3", but can not.
>>>
>>>
>>> ./Configure --prefix=/opt/local/openssl solaris-x86-cc threads shared
>>> zlib no-ssl3
>>>
>>> Got message:
>>>
>>> --- from here, message ---
>>>
>>> Since you've disabled or enabled at least one algorithm, you need to
>>> do
>>> the following before building:
>>>
>>> make depend
>>>
>>> Configured for solaris-x86-cc.
>>>
>>> --- till here, message ---
>>>
>>
>>Obviously this needs fixing but as a workaround: if you're building from
>>scratch (or after "make clean") it should compile fine with without doing 
>>"make
>>depend".
>>
>>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


Re: [openssl.org #3566] openssl-1.0.1j make depend failes

2014-10-30 Thread Kiyoshi KANAZAWA via RT


Hello,

Sorry, makedepend is the one distributed with X11 or Openwin.
With path to it, "make depend" is done.

"make check" with no-ssl3 is another problem.


--- Kiyoshi 



- Original Message -
>From: Kiyoshi KANAZAWA 
>To: "r...@openssl.org"  
>Cc: "openssl-dev@openssl.org" 
>Date: 2014/10/17, Fri 00:32
>Subject: Re: [openssl.org #3566] openssl-1.0.1j make depend failes 
> 
>
>Hello,
>
>
>
>Yes, I can make without "make depend",
>but make check fails with "Failed AES256-GCM-SHA384", if I specify "no-ssl3".
>
>
>Without "no-ssl3", make check passes.
>
>
>I tried 4 patterns of Configure parameters, and got the same result.
>
>- solaris-x86-cc threads shared zlib no-ssl3
>- solaris64-x86_64-cc threads shared zlib no-ssl3
>(cc is "solarisstudio12.3/bin/cc")
>- solaris-x86-gcc threads shared zlib no-ssl3
>- solaris64-x86_64-gcc threads shared zlib no-ssl3
>(gcc version 4.8.3)
>
>
>Regards,
>
>
>--- Kiyoshi 
>
>
>
>----- Original Message -
>>From: Stephen Henson via RT 
>>To: yoi_no_myou...@yahoo.co.jp 
>>Cc: openssl-dev@openssl.org
>>Date: 2014/10/16, Thu 21:50
>>Subject: [openssl.org #3566] openssl-1.0.1j make depend failes 
>> 
>>On Thu Oct 16 14:22:19 2014, yoi_no_myou...@yahoo.co.jp wrote:
>>> Hello,
>>>
>>> I'd like to build openssl-1.0.1j with "no-ssl3", but can not.
>>>
>>>
>>> ./Configure --prefix=/opt/local/openssl solaris-x86-cc threads shared
>>> zlib no-ssl3
>>>
>>> Got message:
>>>
>>> --- from here, message ---
>>>
>>> Since you've disabled or enabled at least one algorithm, you need to
>>> do
>>> the following before building:
>>>
>>> make depend
>>>
>>> Configured for solaris-x86-cc.
>>>
>>> --- till here, message ---
>>>
>>
>>Obviously this needs fixing but as a workaround: if you're building from
>>scratch (or after "make clean") it should compile fine with without doing 
>>"make
>>depend".
>>
>>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


Re: [openssl.org #3566] openssl-1.0.1j make depend failes

2014-10-16 Thread Kiyoshi KANAZAWA via RT
Hello,


Yes, I can make without "make depend",
but make check fails with "Failed AES256-GCM-SHA384", if I specify "no-ssl3".

Without "no-ssl3", make check passes.

I tried 4 patterns of Configure parameters, and got the same result.

- solaris-x86-cc threads shared zlib no-ssl3
- solaris64-x86_64-cc threads shared zlib no-ssl3
(cc is "solarisstudio12.3/bin/cc")
- solaris-x86-gcc threads shared zlib no-ssl3
- solaris64-x86_64-gcc threads shared zlib no-ssl3
(gcc version 4.8.3)

Regards,

--- Kiyoshi 



- Original Message -
>From: Stephen Henson via RT 
>To: yoi_no_myou...@yahoo.co.jp 
>Cc: openssl-dev@openssl.org
>Date: 2014/10/16, Thu 21:50
>Subject: [openssl.org #3566] openssl-1.0.1j make depend failes 
> 
>On Thu Oct 16 14:22:19 2014, yoi_no_myou...@yahoo.co.jp wrote:
>> Hello,
>>
>> I'd like to build openssl-1.0.1j with "no-ssl3", but can not.
>>
>>
>> ./Configure --prefix=/opt/local/openssl solaris-x86-cc threads shared
>> zlib no-ssl3
>>
>> Got message:
>>
>> --- from here, message ---
>>
>> Since you've disabled or enabled at least one algorithm, you need to
>> do
>> the following before building:
>>
>> make depend
>>
>> Configured for solaris-x86-cc.
>>
>> --- till here, message ---
>>
>
>Obviously this needs fixing but as a workaround: if you're building from
>scratch (or after "make clean") it should compile fine with without doing "make
>depend".
>
>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


[openssl.org #3566] openssl-1.0.1j make depend failes

2014-10-16 Thread Stephen Henson via RT
On Thu Oct 16 14:22:19 2014, yoi_no_myou...@yahoo.co.jp wrote:
> Hello,
>
> I'd like to build openssl-1.0.1j with "no-ssl3", but can not.
>
>
> ./Configure --prefix=/opt/local/openssl solaris-x86-cc threads shared
> zlib no-ssl3
>
> Got message:
>
> --- from here, message ---
>
> Since you've disabled or enabled at least one algorithm, you need to
> do
> the following before building:
>
> make depend
>
> Configured for solaris-x86-cc.
>
> --- till here, message ---
>

Obviously this needs fixing but as a workaround: if you're building from
scratch (or after "make clean") it should compile fine with without doing "make
depend".

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


[openssl.org #3566] openssl-1.0.1j make depend failes

2014-10-16 Thread Kiyoshi KANAZAWA via RT
Hello,

I'd like to build openssl-1.0.1j with "no-ssl3", but can not.


./Configure --prefix=/opt/local/openssl solaris-x86-cc threads shared zlib 
no-ssl3

Got message:

--- from here, message ---

Since you've disabled or enabled at least one algorithm, you need to do
the following before building:

    make depend

Configured for solaris-x86-cc.

--- till here, message ---


But when I tried "make depend", it failed:
--- from here, message ---making depend in crypto...
make[1]: Entering directory '/tmp/openssl-1.0.1j/crypto'
../util/domd: makedepend: not found
mv: cannot stat 'Makefile.new': No such file or directory
Makefile:134: recipe for target 'depend' failed
make[1]: *** [depend] Error 1
make[1]: Leaving directory '/tmp/openssl-1.0.1j/crypto'
Makefile:465: recipe for target 'depend' failed
make: *** [depend] Error 1
--- till here, message ---



Regards,

--- Kiyoshi 

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