Re: [openssl-users] Win 10 failure on install

2017-05-01 Thread Richard Levitte
Are you running on an Itanium? If not, VC-WIN64I is not for you, please configure with VC-WIN64A instead. Cheers, Richard In message on Mon, 1 May 2017 18:02:54 -0500, Jon Coons said: jonacoons> Hello, jonacoons> jonacoons> I keep running into a Win 10 failure using nmake for SSL installat

Re: [openssl-users] Query regarding DTLS handshake

2017-05-01 Thread Michael Tuexen
> On 2. May 2017, at 08:03, mahesh gs wrote: > > > > On Sun, Apr 30, 2017 at 11:11 PM, Michael Tuexen > wrote: > > On 20. Apr 2017, at 20:01, mahesh gs wrote: > > > > Hi, > > > > This issue occur purely based on the time (sequence of events) at which SSL > > read_state_machine enter the po

Re: [openssl-users] Query regarding DTLS handshake

2017-05-01 Thread mahesh gs
On Sun, Apr 30, 2017 at 11:11 PM, Michael Tuexen < michael.tue...@lurchi.franken.de> wrote: > > On 20. Apr 2017, at 20:01, mahesh gs wrote: > > > > Hi, > > > > This issue occur purely based on the time (sequence of events) at which > SSL read_state_machine enter the post processing of certificate

Re: [openssl-users] Query regarding MSG_NOSIGNAL with SSL_Write

2017-05-01 Thread mahesh gs
Hi Matt, Sorry for delayed response. I was on leave. Yes, ours is a library and we do not wish to ignore the signal process wide because the consumer of our library (application) might want to handle the SIGPIPE for there own socket handling. Thanks, Mahesh G S On Thu, Apr 27, 2017 at 4:36 PM,

Re: [openssl-users] Problem building Linux shared library with static FIPS capable OpenSSL

2017-05-01 Thread Dr. Stephen Henson
On Mon, May 01, 2017, Nathan Glasser wrote: > Hello, > > We are using openssl-fips 2.0.14 with OpenSSL 1.0.2j. > > We have a shared library on both Linux and Windows which uses static OpenSSL > libraries. We'd like it to use static FIPS-capable OpenSSL libraries. > > On Windows, everything is f

Re: [openssl-users] Documentation for Integrating New Cipher Creation Request

2017-05-01 Thread Paul Dale
I think this is worthwhile too. Just before I submitted the ARIA addition, I drafted such a document which you could use as a basis. The PR had some modifications made before being merged, so it isn't completely accurate. I'll forward this directly. Pauli -- Oracle Dr Paul Dale | Cryptograp

[openssl-users] Problem building Linux shared library with static FIPS capable OpenSSL

2017-05-01 Thread Nathan Glasser
Hello, We are using openssl-fips 2.0.14 with OpenSSL 1.0.2j. We have a shared library on both Linux and Windows which uses static OpenSSL libraries. We'd like it to use static FIPS-capable OpenSSL libraries. On Windows, everything is fine. On Linux, I have a problem. I am doing my tests on RedHa

[openssl-users] Win 10 failure on install

2017-05-01 Thread Jon Coons
Hello, I keep running into a Win 10 failure using nmake for SSL installation. Here is the CLI info: c:\openssl>nmake Microsoft (R) Program Maintenance Utility Version 14.00.24210.0 Copyright (C) Microsoft Corporation. All rights reserved. "C:\Program Files (x86)\Microsoft Visual Studio

Re: [openssl-users] NMAKE error

2017-05-01 Thread Ken Goldman
On 5/1/2017 12:00 PM, Jordan Brown wrote: On 5/1/2017 8:53 AM, James Condren wrote: Thanks for the prompt response. Just a little background: I am trying to install OpenSSL on a Windows PC so I can view a server cert. It might be simpler to install cygwin and an already-built OpenSSL. If

Re: [openssl-users] NMAKE error

2017-05-01 Thread Jordan Brown
On 5/1/2017 8:53 AM, James Condren wrote: > > Thanks for the prompt response. Just a little background: I am > trying to install OpenSSL on a Windows PC so I can view a server cert. > It might be simpler to install cygwin and an already-built OpenSSL. http://cygwin.com/ -- openssl-users mailin

Re: [openssl-users] NMAKE error

2017-05-01 Thread James Condren
Thanks for the prompt response. Just a little background: I am trying to install OpenSSL on a Windows PC so I can view a server cert. I have verified that the file exists and is part of the source. I set SRCDIR in makefile to "C:\Workspaces\ Harmony\openssl1" (it was set to ".") and by doing

Re: [openssl-users] NMAKE error

2017-05-01 Thread Richard Levitte
Can you verify that crypto\include\internal\bn_conf.h.in exists? It should, it's part of the source. Can you check if there's a file with a similar name in crypto\include\internal? Cheers, Richard ( am wondering if there are tar implementations that screw up file name with more than one period..

Re: [openssl-users] NMAKE error

2017-05-01 Thread James Condren
Thanks for the prompt response. Just a little background: I am trying to install OpenSSL on a Windows PC so I can view a server cert. I downloaded the latest openssl version from github. Here are the steps I performed so far: 1. Downloaded latest version of openssl from git to C:\Workspac

Re: [openssl-users] NMAKE error

2017-05-01 Thread Benjamin Kaduk via openssl-users
On 05/01/2017 10:02 AM, James Condren wrote: > > Getting the following error when attempting to make: > > NMAKE : fatal error U1073: don't know how to make > '"crypto\include\internal\bn_conf.h.in"' > > Stop. > > > > Here’s the lines from the makefile that are creating the error: > > crypto\inclu

[openssl-users] NMAKE error

2017-05-01 Thread James Condren
Getting the following error when attempting to make: NMAKE : fatal error U1073: don't know how to make '"crypto\include\internal\bn_conf.h.in"' Stop. Here's the lines from the makefile that are creating the error: crypto\include\internal\bn_conf.h: "crypto\include\internal\bn_conf.h.in" "configd

Re: [openssl-users] Documentation for Integrating New Cipher Creation Request

2017-05-01 Thread Salz, Rich via openssl-users
> While the process is still fresh in my head, I was wondering if the community > would benefit in having some documentation on the process to follow and > issues that may arise? Possibly add this into the OpenSSL wiki? This would be a great idea. -- openssl-users mailing list To unsubscribe: htt