Re: [openssl-users] mailing list registration renewal - clarify bounce errors

2016-11-07 Thread Richard Levitte
In message  
on Mon, 7 Nov 2016 21:50:13 +0300, Dmitry Belyavsky  said:

beldmit> Hello Rich,
beldmit> 
beldmit> On Mon, Nov 7, 2016 at 8:34 PM, Salz, Rich  wrote:
beldmit> 
beldmit> > I can find no evidence of "excessive bounces .." so I am just
beldmit> asking here, is
beldmit> > this a standard clean up of the ML or have you really received
beldmit> excessive
beldmit> > bounces from my email address ?
beldmit> 
beldmit> The latter.
beldmit> 
beldmit> We have seen some more reports of this recently, and are
beldmit> increasing the logging to determine the cause. Interestingly, it's
beldmit> all from gmail.com addresses.
beldmit> 
beldmit> 
beldmit> I confirm the receiving the similar message.

The issue is called DMARC, and most certainly with a reject policy,
which basically tells recipients to reject messages that doesn't quite
appear to come from the originator.

This is problematic for mailing lists, that kind of act as a middle
man, and even moreso because rejections end up as bounces to the
mailing list software, which will end up disabling the bouncing
address.  So in the end, it becomes a story of how users from one
domain are capable of throw out everyone else that checks their DMARC
policy.

Last time we went through this, we ignored the problem, for reasons I
cannot remember now.  I'll have a closer look at what mailman can
offer and get back to you.

-- 
Richard Levitte levi...@openssl.org
OpenSSL Project http://www.openssl.org/~levitte/
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users


[openssl-users] Missing documentation

2016-11-07 Thread Joachim Person
Hi,

It seems like the documentation for SSL_set_tlsext_host_name is gone. Does
anyone know where I can find the documentation? I am interested in the
return values right now.

https://www.openssl.org/docs/man1.1.0/ssl/SSL_set_tlsext_host_name.html
(Page not found)

BR
Joachim
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users


Re: [openssl-users] Problem in compiling OpenSSL on Windows-7-32-bit

2016-11-07 Thread Kim Gräsman
On Tue, Nov 8, 2016 at 6:26 AM, Ajay Garg  wrote:
>
> Is compiling on windows always such a pain? :(
> On Linux, it compiled perfectly the first time itself.

It's worked well for me in a similar environment. I use DLL builds,
though, so `ntdll.mak` instead of `nt.mak`.

One thing that looks suspicious is this:

> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 14.0\VC\
> N\nasm.EXE"' : return code '0x1'

Have you put nasm.exe inside the Visual Studio install dir? That seems
like an odd choice, not sure if the spaces in the path maybe confuses
something?

You also don't mention which directory you're in when running these
commands. I've run everything inside the openssl-1.0.2h (using a
different version) source directory.

- Kim
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users


Re: [openssl-users] Problem in compiling OpenSSL on Windows-7-32-bit

2016-11-07 Thread Ajay Garg
I tried configuring with no-asm, and then re-compiled.
Now, I get stuck at

*#error: MDC2 is disabled*
If I then *also* add no-mdc2, I get stuck at *cannot open input file
'out32\ssleay32.lib*'

Is compiling on windows always such a pain? :(
On Linux, it compiled perfectly the first time itself.

On Mon, Nov 7, 2016 at 9:52 PM, Ajay Garg  wrote:

> Oops.. sorry.
> OpenSSL-version is 1.0.2d, and nasm-version is 2.12.02.
>
>
>
> On Mon, Nov 7, 2016 at 9:31 PM, Jeremy Farrell 
> wrote:
>
>> What version of OpenSSL? What version of nasm (nasm -v)? People are more
>> likely to be able to help if you provide such basic information.
>>
>> Regards,
>>jjf
>>
>> On 07/11/2016 11:42, Ajay Garg wrote:
>>
>> Oops... pardon me.
>> The e) step was not done.
>>
>> The errors came right after step d)
>>
>> On 7 Nov 2016 3:36 p.m., "Ajay Garg"  wrote:
>>
>>> Hi All.
>>>
>>> Following are the steps I followed :
>>>
>>> 
>>> ###
>>> a)
>>> Downloaded nasm.exe from internet, and placed it in the include-path.
>>>
>>> b)
>>> *perl Configure VC-WIN32*
>>>
>>> c)
>>>
>>>
>>> *ms\do_nasm.bat *
>>> d)
>>>
>>>
>>> * nmake -f ms\nt.mak *
>>> e)
>>> *make*
>>>
>>>
>>>
>>> *###
>>> *
>>> Compilation runs fine for some time, but then I get hundreds of
>>> IDENTICAL errors as follows ::
>>>
>>> 
>>> ###
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> *tmp32\sha1-586.asm:3964: warning: `PTR' is not a NASM keyword
>>> tmp32\sha1-586.asm:3964: error: comma, colon, decorator or end of line
>>> expecte after operand tmp32\sha1-586.asm:3970: error: symbol
>>> `__sha1_block_data_order_avx' redefined tmp32\sha1-586.asm:3970: error:
>>> parser: instruction expected tmp32\sha1-586.asm:3972: error: parser:
>>> instruction expected tmp32\sha1-586.asm:3983: error: parser: instruction
>>> expected tmp32\sha1-586.asm:3985: error: parser: instruction expected
>>> tmp32\sha1-586.asm:3986: error: parser: instruction expected
>>> tmp32\sha1-586.asm:3987: warning: label alone on a line without a colon
>>> might  in error NMAKE : fatal error U1077: '"C:\Program Files\Microsoft
>>> Visual Studio 14.0\VC\ N\nasm.EXE"' : return code '0x1' Stop.*
>>>
>>>
>>> *###
>>> *
>>> Any pointers how to solve this?
>>> I will heartfully grateful.
>>>
>>> Thanks and Regards,
>>> Ajay
>>>
>>
>> --
>> J. J. Farrell
>> Not speaking for Oracle
>>
>>
>> --
>> openssl-users mailing list
>> To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
>>
>>
>
>
> --
> Regards,
> Ajay
>



-- 
Regards,
Ajay
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users


Re: [openssl-users] Duplicating const X509_NAME

2016-11-07 Thread Benjamin Kaduk
On 11/07/2016 05:42 AM, Sascha Steinbiss wrote:
> Hi all,
>
> I was wondering how to properly make a clone of a const X509_NAME in
> OpenSSL 1.1?
>
> In particular, I am obtaining a const X509_NAME* via OCSP_resp_get0_id()
> and would like to pass it to X509_find_by_subject() which takes a
> X509_NAME* (non-const). I looked into using X509_NAME_dup() to obtain a
> local copy -- which looked like the obvious approach -- but that also
> only takes a non-const parameter.
>
> Any ideas? With
>

Hmm, seems like there may be a need for get1-style accessors, then. 
Supposedly missing accessors will get backported from master to the 1.1
branch (though making it in time for 1.1.0c later this week could be
tough).  It might be worth filing a pull request with such things.

-Ben
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users


Re: [openssl-users] mailing list registration renewal - clarify bounce errors

2016-11-07 Thread Dmitry Belyavsky
Hello Rich,

On Mon, Nov 7, 2016 at 8:34 PM, Salz, Rich  wrote:

> > I can find no evidence of "excessive bounces .." so I am just asking
> here, is
> > this a standard clean up of the ML or have you really received excessive
> > bounces from my email address ?
>
> The latter.
>
> We have seen some more reports of this recently, and are increasing the
> logging to determine the cause.  Interestingly, it's all from gmail.com
> addresses.
>

I confirm the receiving  the similar message.

-- 
SY, Dmitry Belyavsky
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users


Re: [openssl-users] mailing list registration renewal - clarify bounce errors

2016-11-07 Thread Sec_Aficiondado
Hi all,

Same here. I got the message but I see no evidence of issues in this email 
account.

I changed my password just in case anyway.

Thanks!

Sent from my mobile

> On Nov 7, 2016, at 12:40 PM, debbie10t  wrote:
> 
> 
> 
> On 07/11/16 17:34, Salz, Rich wrote:
>>> I can find no evidence of "excessive bounces .." so I am just asking here, 
>>> is
>>> this a standard clean up of the ML or have you really received excessive
>>> bounces from my email address ?
>> 
>> The latter.
>> 
>> We have seen some more reports of this recently, and are increasing the 
>> logging to determine the cause.  Interestingly, it's all from gmail.com 
>> addresses.
>> 
> 
> Well, that is very interesting !  Would it be possible to forward me
> a copy of the headers showing a bounce from my account?  Perhaps I can
> help solve the problem.
> 
> -- 
> openssl-users mailing list
> To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users


Re: [openssl-users] mailing list registration renewal - clarify bounce errors

2016-11-07 Thread debbie10t



On 07/11/16 17:34, Salz, Rich wrote:

I can find no evidence of "excessive bounces .." so I am just asking here, is
this a standard clean up of the ML or have you really received excessive
bounces from my email address ?


The latter.

We have seen some more reports of this recently, and are increasing the logging 
to determine the cause.  Interestingly, it's all from gmail.com addresses.



Well, that is very interesting !  Would it be possible to forward me
a copy of the headers showing a bounce from my account?  Perhaps I can
help solve the problem.

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


Re: [openssl-users] openssl-users Digest, Vol 24, Issue 12

2016-11-07 Thread Hello Notelling
Your query is being processed

On 7 Nov 2016 5:34 p.m.,  wrote:

> Send openssl-users mailing list submissions to
> openssl-users@openssl.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://mta.openssl.org/mailman/listinfo/openssl-users
> or, via email, send a message with subject or body 'help' to
> openssl-users-requ...@openssl.org
>
> You can reach the person managing the list at
> openssl-users-ow...@openssl.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of openssl-users digest..."
>
>
> Today's Topics:
>
>1. Re: Problem in compiling OpenSSL on Windows-7-32-bit (Ajay Garg)
>2. How to sort cipher list by ephemeral/non-ephemeral?
>   (Jeffrey Walton)
>3. Re: How to sort cipher list by ephemeral/non-ephemeral?
>   (Salz, Rich)
>4. mailing list registration renewal - clarify bounce errors
>   (debbie10t)
>5. Re: mailing list registration renewal - clarify bounce errors
>   (Salz, Rich)
>
>
> --
>
> Message: 1
> Date: Mon, 7 Nov 2016 21:52:57 +0530
> From: Ajay Garg 
> To: openssl-users@openssl.org
> Subject: Re: [openssl-users] Problem in compiling OpenSSL on
> Windows-7-32-bit
> Message-ID:
> 

Re: [openssl-users] mailing list registration renewal - clarify bounce errors

2016-11-07 Thread Salz, Rich
> I can find no evidence of "excessive bounces .." so I am just asking here, is
> this a standard clean up of the ML or have you really received excessive
> bounces from my email address ?

The latter.

We have seen some more reports of this recently, and are increasing the logging 
to determine the cause.  Interestingly, it's all from gmail.com addresses.

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


[openssl-users] mailing list registration renewal - clarify bounce errors

2016-11-07 Thread debbie10t

Hi,

today I received an email from openssl-users-requ...@openssl.org


Your membership in the mailing list openssl-users has been disabled
due to excessive bounces ..


I can find no evidence of "excessive bounces .." so I am just asking
here, is this a standard clean up of the ML or have you really received
excessive bounces from my email address ?

Thank you.
--
--
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users


Re: [openssl-users] How to sort cipher list by ephemeral/non-ephemeral?

2016-11-07 Thread Salz, Rich
You can't do it with keywords. Be explicit about what you want and put it in 
the order you want.  That way you will not be surprised when the expansion of a 
keyword changes.

>From your list, ECDHE first, then decide RSA/ECDSA.  Then AES-GCM.  Why do you 
>care about sha384 vs 256? Do you really need camellia-only?

And @STRENGTH is a hack, looking at only one factor.

Here is a real-world example (this ignores some of my advice)
 ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:
  ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:AES256-GCM-SHA384:
  AES256-SHA256:DES-CBC3-SHA:ECDHE-RSA-AES128-GCM-SHA256:
  ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:
  ECDHE-ECDSA-AES128-SHA256:AES128-GCM-SHA256:AES128-SHA256:

--  
Senior Architect, Akamai Technologies
Member, OpenSSL Dev Team
IM: richs...@jabber.at Twitter: RichSalz
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users


[openssl-users] How to sort cipher list by ephemeral/non-ephemeral?

2016-11-07 Thread Jeffrey Walton
I prefer to use a cipher list like "HIGH:!aNULL:!RC4:!MD5". I prefer
it because its fairly easy to parse and understand. Its also easy to
teach to developers.

I want the resulting ciphers sorted with the ephemeral suites at the
head of the list.

How does one sort the list with ephemeral suites at the top of the list?

-

If 'openssl ciphers' is stable with respect to its output, then the
order is (is this @strength?):

# openssl ciphers -v 'HIGH:!aNULL:!MD5:!RC4:!PSK:!SRP:!KRB5' | cut -f 1 -d ' '
ECDHE-RSA-AES256-GCM-SHA384
ECDHE-ECDSA-AES256-GCM-SHA384
ECDHE-RSA-AES256-SHA384
ECDHE-ECDSA-AES256-SHA384
ECDHE-RSA-AES256-SHA
ECDHE-ECDSA-AES256-SHA
DHE-DSS-AES256-GCM-SHA384
DHE-RSA-AES256-GCM-SHA384
DHE-RSA-AES256-SHA256
DHE-DSS-AES256-SHA256
DHE-RSA-AES256-SHA
DHE-DSS-AES256-SHA
DHE-RSA-CAMELLIA256-SHA
DHE-DSS-CAMELLIA256-SHA
ECDH-RSA-AES256-GCM-SHA384
ECDH-ECDSA-AES256-GCM-SHA384
ECDH-RSA-AES256-SHA384
ECDH-ECDSA-AES256-SHA384
ECDH-RSA-AES256-SHA
ECDH-ECDSA-AES256-SHA
AES256-GCM-SHA384
AES256-SHA256
AES256-SHA
CAMELLIA256-SHA
ECDHE-RSA-AES128-GCM-SHA256
ECDHE-ECDSA-AES128-GCM-SHA256
ECDHE-RSA-AES128-SHA256
ECDHE-ECDSA-AES128-SHA256
ECDHE-RSA-AES128-SHA
ECDHE-ECDSA-AES128-SHA
DHE-DSS-AES128-GCM-SHA256
DHE-RSA-AES128-GCM-SHA256
DHE-RSA-AES128-SHA256
DHE-DSS-AES128-SHA256
DHE-RSA-AES128-SHA
DHE-DSS-AES128-SHA
DHE-RSA-CAMELLIA128-SHA
DHE-DSS-CAMELLIA128-SHA
ECDH-RSA-AES128-GCM-SHA256
ECDH-ECDSA-AES128-GCM-SHA256
ECDH-RSA-AES128-SHA256
ECDH-ECDSA-AES128-SHA256
ECDH-RSA-AES128-SHA
ECDH-ECDSA-AES128-SHA
AES128-GCM-SHA256
AES128-SHA256
AES128-SHA
CAMELLIA128-SHA
ECDHE-RSA-DES-CBC3-SHA
ECDHE-ECDSA-DES-CBC3-SHA
EDH-RSA-DES-CBC3-SHA
EDH-DSS-DES-CBC3-SHA
ECDH-RSA-DES-CBC3-SHA
ECDH-ECDSA-DES-CBC3-SHA
DES-CBC3-SHA
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users


Re: [openssl-users] Problem in compiling OpenSSL on Windows-7-32-bit

2016-11-07 Thread Ajay Garg
Oops.. sorry.
OpenSSL-version is 1.0.2d, and nasm-version is 2.12.02.



On Mon, Nov 7, 2016 at 9:31 PM, Jeremy Farrell 
wrote:

> What version of OpenSSL? What version of nasm (nasm -v)? People are more
> likely to be able to help if you provide such basic information.
>
> Regards,
>jjf
>
> On 07/11/2016 11:42, Ajay Garg wrote:
>
> Oops... pardon me.
> The e) step was not done.
>
> The errors came right after step d)
>
> On 7 Nov 2016 3:36 p.m., "Ajay Garg"  wrote:
>
>> Hi All.
>>
>> Following are the steps I followed :
>>
>> 
>> ###
>> a)
>> Downloaded nasm.exe from internet, and placed it in the include-path.
>>
>> b)
>> *perl Configure VC-WIN32*
>>
>> c)
>>
>>
>> *ms\do_nasm.bat *
>> d)
>>
>>
>> * nmake -f ms\nt.mak *
>> e)
>> *make*
>>
>>
>>
>> *###
>> *
>> Compilation runs fine for some time, but then I get hundreds of IDENTICAL
>> errors as follows ::
>>
>> 
>> ###
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> *tmp32\sha1-586.asm:3964: warning: `PTR' is not a NASM keyword
>> tmp32\sha1-586.asm:3964: error: comma, colon, decorator or end of line
>> expecte after operand tmp32\sha1-586.asm:3970: error: symbol
>> `__sha1_block_data_order_avx' redefined tmp32\sha1-586.asm:3970: error:
>> parser: instruction expected tmp32\sha1-586.asm:3972: error: parser:
>> instruction expected tmp32\sha1-586.asm:3983: error: parser: instruction
>> expected tmp32\sha1-586.asm:3985: error: parser: instruction expected
>> tmp32\sha1-586.asm:3986: error: parser: instruction expected
>> tmp32\sha1-586.asm:3987: warning: label alone on a line without a colon
>> might  in error NMAKE : fatal error U1077: '"C:\Program Files\Microsoft
>> Visual Studio 14.0\VC\ N\nasm.EXE"' : return code '0x1' Stop.*
>>
>>
>> *###
>> *
>> Any pointers how to solve this?
>> I will heartfully grateful.
>>
>> Thanks and Regards,
>> Ajay
>>
>
> --
> J. J. Farrell
> Not speaking for Oracle
>
>
> --
> openssl-users mailing list
> To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
>
>


-- 
Regards,
Ajay
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users


Re: [openssl-users] Problem in compiling OpenSSL on Windows-7-32-bit

2016-11-07 Thread Jeremy Farrell
What version of OpenSSL? What version of nasm (nasm -v)? People are more 
likely to be able to help if you provide such basic information.


Regards,
   jjf

On 07/11/2016 11:42, Ajay Garg wrote:


Oops... pardon me.
The e) step was not done.

The errors came right after step d)


On 7 Nov 2016 3:36 p.m., "Ajay Garg" > wrote:


Hi All.

Following are the steps I followed :


###
a)
Downloaded nasm.exe from internet, and placed it in the include-path.

b)
*perl Configure VC-WIN32*

c)
*ms\do_nasm.bat

*
d)*
nmake -f ms\nt.mak

*
e)*
*
*make*

*###


*
Compilation runs fine for some time, but then I get hundreds of
IDENTICAL errors as follows ::


###
*tmp32\sha1-586.asm:3964: warning: `PTR' is not a NASM keyword
tmp32\sha1-586.asm:3964: error: comma, colon, decorator or end of
line expecte
after operand
tmp32\sha1-586.asm:3970: error: symbol
`__sha1_block_data_order_avx' redefined
tmp32\sha1-586.asm:3970: error: parser: instruction expected
tmp32\sha1-586.asm:3972: error: parser: instruction expected
tmp32\sha1-586.asm:3983: error: parser: instruction expected
tmp32\sha1-586.asm:3985: error: parser: instruction expected
tmp32\sha1-586.asm:3986: error: parser: instruction expected
tmp32\sha1-586.asm:3987: warning: label alone on a line without a
colon might
 in error
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual
Studio 14.0\VC\
N\nasm.EXE"' : return code '0x1'
Stop.*

*###

*
Any pointers how to solve this?
I will heartfully grateful.

Thanks and Regards,
Ajay



--
J. J. Farrell
Not speaking for Oracle

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


[openssl-users] [openssl-announce] Forthcoming OpenSSL release

2016-11-07 Thread OpenSSL

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Forthcoming OpenSSL release
===

The OpenSSL project team would like to announce the forthcoming release of
OpenSSL version 1.1.0c

This release will be made available on 10th November 2016 between 1200-1600
UTC and will fix several security defects.  The highest security defect
being fixed is classified as severity "High", and does not affect OpenSSL
versions prior to 1.1.0.

Please see the following page for further details of severity levels:
https://www.openssl.org/policies/secpolicy.html

Yours

The OpenSSL Project Team
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJYIGF/AAoJEAEKUEB8TIy9lzYH/2M2KpYDo9dr1Nx8KobKx/jZ
uzT9lI7oXujxnauQPVvTGcbX3RYswXbWXCh6c5TUXXanLQH0RQNvWJgmrdYrIzzD
22Softp4Djf67QZqjGGssrtTVeRf2q5ShgGHfbB7ShI6BEgN9QCzaelplNIyIMvH
6CixH6li5K4RkkmgaUvkWPsXGbyra2IzPzvJJCQF8rS3OZZcvCWWUC4U5qSFyzQJ
KKj8C0loHimNVAYGXubuK8rZpsPzs+GQeLWI2koJLc9T3y96yumeJP9snUsN5pUi
vatIay5LxXr9xKzGl79X6k75xlrJuEAxJcImvbstFAlftgMRCjyEKy4LGyBIgqA=
=5j78
-END PGP SIGNATURE-
--
openssl-announce mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-announce
--
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users


Re: [openssl-users] Problem in compiling OpenSSL on Windows-7-32-bit

2016-11-07 Thread Ishan Thakur
Hi Ajay ,I am not exactly sure about this , but you can try these 2 things and 
see if it works :1. Install NASM properly , in your case its being searched at 
'"C:\Program Files\Microsoft Visual Studio 14.0\VC\N\nasm.EXE"'2.  If above 
does not works use this command :    perl Configure VC-WIN32 no-asm

Regards,Ishan


  From: Ajay Garg 
 To: openssl-users@openssl.org 
 Sent: Monday, 7 November 2016 5:12 PM
 Subject: Re: [openssl-users] Problem in compiling OpenSSL on Windows-7-32-bit
   
Oops... pardon me.
The e) step was not done.The errors came right after step d)
On 7 Nov 2016 3:36 p.m., "Ajay Garg"  wrote:

Hi All.

Following are the steps I followed :

## ## 
###
a)
Downloaded nasm.exe from internet, and placed it in the include-path.

b)
perl Configure VC-WIN32

c)
ms\do_nasm.bat

d)
nmake -f ms\nt.mak

e)
make
## ## 
###




Compilation runs fine for some time, but then I get hundreds of IDENTICAL 
errors as follows ::

## ## 
###
tmp32\sha1-586.asm:3964: warning: `PTR' is not a NASM keyword
tmp32\sha1-586.asm:3964: error: comma, colon, decorator or end of line expecte
after operand
tmp32\sha1-586.asm:3970: error: symbol `__sha1_block_data_order_avx' redefined
tmp32\sha1-586.asm:3970: error: parser: instruction expected
tmp32\sha1-586.asm:3972: error: parser: instruction expected
tmp32\sha1-586.asm:3983: error: parser: instruction expected
tmp32\sha1-586.asm:3985: error: parser: instruction expected
tmp32\sha1-586.asm:3986: error: parser: instruction expected
tmp32\sha1-586.asm:3987: warning: label alone on a line without a colon might
 in error
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 14.0\VC\
N\nasm.EXE"' : return code '0x1'
Stop.
## ## 
###


Any pointers how to solve this?
I will heartfully grateful.



Thanks and Regards,
Ajay


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


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


[openssl-users] Duplicating const X509_NAME

2016-11-07 Thread Sascha Steinbiss
Hi all,

I was wondering how to properly make a clone of a const X509_NAME in
OpenSSL 1.1?

In particular, I am obtaining a const X509_NAME* via OCSP_resp_get0_id()
and would like to pass it to X509_find_by_subject() which takes a
X509_NAME* (non-const). I looked into using X509_NAME_dup() to obtain a
local copy -- which looked like the obvious approach -- but that also
only takes a non-const parameter.

Any ideas? With

Thanks and kind regards
Sascha
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users


Re: [openssl-users] Problem in compiling OpenSSL on Windows-7-32-bit

2016-11-07 Thread Ajay Garg
Oops... pardon me.
The e) step was not done.

The errors came right after step d)

On 7 Nov 2016 3:36 p.m., "Ajay Garg"  wrote:

> Hi All.
>
> Following are the steps I followed :
>
> 
> ###
> a)
> Downloaded nasm.exe from internet, and placed it in the include-path.
>
> b)
> *perl Configure VC-WIN32*
>
> c)
>
>
> *ms\do_nasm.bat*
> d)
>
>
> *nmake -f ms\nt.mak*
> e)
> *make*
>
>
>
>
>
>
> *###*
> Compilation runs fine for some time, but then I get hundreds of IDENTICAL
> errors as follows ::
>
> 
> ###
>
>
>
>
>
>
>
>
>
>
>
>
>
> *tmp32\sha1-586.asm:3964: warning: `PTR' is not a NASM
> keywordtmp32\sha1-586.asm:3964: error: comma, colon, decorator or end of
> line expecteafter operandtmp32\sha1-586.asm:3970: error: symbol
> `__sha1_block_data_order_avx' redefinedtmp32\sha1-586.asm:3970: error:
> parser: instruction expectedtmp32\sha1-586.asm:3972: error: parser:
> instruction expectedtmp32\sha1-586.asm:3983: error: parser: instruction
> expectedtmp32\sha1-586.asm:3985: error: parser: instruction
> expectedtmp32\sha1-586.asm:3986: error: parser: instruction
> expectedtmp32\sha1-586.asm:3987: warning: label alone on a line without a
> colon might in errorNMAKE : fatal error U1077: '"C:\Program Files\Microsoft
> Visual Studio 14.0\VC\N\nasm.EXE"' : return code '0x1'Stop.*
>
>
>
>
> *###*
> Any pointers how to solve this?
> I will heartfully grateful.
>
>
>
> Thanks and Regards,
> Ajay
>
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users


[openssl-users] Problem in compiling OpenSSL on Windows-7-32-bit

2016-11-07 Thread Ajay Garg
Hi All.

Following are the steps I followed :

###
a)
Downloaded nasm.exe from internet, and placed it in the include-path.

b)
*perl Configure VC-WIN32*

c)


*ms\do_nasm.bat*
d)


*nmake -f ms\nt.mak*
e)
*make*





*###*
Compilation runs fine for some time, but then I get hundreds of IDENTICAL
errors as follows ::

###













*tmp32\sha1-586.asm:3964: warning: `PTR' is not a NASM
keywordtmp32\sha1-586.asm:3964: error: comma, colon, decorator or end of
line expecteafter operandtmp32\sha1-586.asm:3970: error: symbol
`__sha1_block_data_order_avx' redefinedtmp32\sha1-586.asm:3970: error:
parser: instruction expectedtmp32\sha1-586.asm:3972: error: parser:
instruction expectedtmp32\sha1-586.asm:3983: error: parser: instruction
expectedtmp32\sha1-586.asm:3985: error: parser: instruction
expectedtmp32\sha1-586.asm:3986: error: parser: instruction
expectedtmp32\sha1-586.asm:3987: warning: label alone on a line without a
colon might in errorNMAKE : fatal error U1077: '"C:\Program Files\Microsoft
Visual Studio 14.0\VC\N\nasm.EXE"' : return code '0x1'Stop.*



*###*
Any pointers how to solve this?
I will heartfully grateful.



Thanks and Regards,
Ajay
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users