Re: [openssl-users] Msys doesn't handle forward slashes in makefile

2016-11-28 Thread Fiodar Stryzhniou via openssl-users
I need in autogenerated files headers, asm, others. Project will migrate to Symbian build system then. Fiodar Stryzhniou исходное сбщ Тема: Re: [openssl-users] Msys doesn't handle forward slashes in makefile От: Jakob Bohm Дата: 28.11.2016 23.29 On 28/11/2016 11:44, Fiodar Stryzhniou via openss

Re: [openssl-users] Disabling Client-Initiated TLS renegotiation

2016-11-28 Thread Sashank Mullapudi (samullap)
Resending this hoping for a response from someone who has information on disabling TLS renegotiation from the Client side. Thanks, Sashank From: samullap mailto:samul...@cisco.com>> Date: Tuesday, 22 November 2016 at 12:21 PM To: "openssl-users@openssl.org" mai

Re: [openssl-users] How to produce a nested CMS / PKCS#7 structure?

2016-11-28 Thread Wim Lewis
On Nov 25, 2016, at 12:43 PM, Dr. Stephen Henson wrote: > Something like that did happen for PKCS#7 but the OCTET STRING encapsulation > is correct for CMS. Aha, and this difference is called out in RFC5652 [5.2.1]. Thanks, that clarifies things for me a little. So typically it's only the oute

Re: [openssl-users] Can you suggest any technical name for changing sources from openssl-1.0.2 to openssl-1.1.0?

2016-11-28 Thread Viktor Dukhovni
On Mon, Nov 28, 2016 at 04:06:33PM -0500, Ken Goldman wrote: > On 11/28/2016 3:40 PM, Salz, Rich wrote: > >Perhaps I didn't understand the original question. If all you want > >to do is compare 1.0.2 and 1.1.0, then look at > >OPENSSL_VERSION_NUMBER; if defined at it's 0x10101000L or greater, > >t

Re: [openssl-users] Can you suggest any technical name for changing sources from openssl-1.0.2 to openssl-1.1.0?

2016-11-28 Thread Ken Goldman
On 11/28/2016 3:40 PM, Salz, Rich wrote: Perhaps I didn't understand the original question. If all you want to do is compare 1.0.2 and 1.1.0, then look at OPENSSL_VERSION_NUMBER; if defined at it's 0x10101000L or greater, then you;'re on the 1.1.x branch, otherwise you are not and therefore on 1

Re: [openssl-users] Can you suggest any technical name for changing sources from openssl-1.0.2 to openssl-1.1.0?

2016-11-28 Thread Viktor Dukhovni
> On Nov 28, 2016, at 3:40 PM, Salz, Rich wrote: > > Perhaps I didn't understand the original question. If all you want to do is > compare 1.0.2 and 1.1.0, then look at OPENSSL_VERSION_NUMBER; if defined at > it's 0x10101000L or greater, then you;'re on the 1.1.x branch, otherwise you > are

Re: [openssl-users] Can you suggest any technical name for changing sources from openssl-1.0.2 to openssl-1.1.0?

2016-11-28 Thread Salz, Rich
Perhaps I didn't understand the original question. If all you want to do is compare 1.0.2 and 1.1.0, then look at OPENSSL_VERSION_NUMBER; if defined at it's 0x10101000L or greater, then you;'re on the 1.1.x branch, otherwise you are not and therefore on 1.0.2 or earlier. -- Senior Architect,

Re: [openssl-users] Any advice/recommendation for watching TLS version negotiation

2016-11-28 Thread Ludwig, Mark
> From: Wall, Stephen, Monday, November 28, 2016 6:52 AM > > > From: openssl-users [mailto:openssl-users-boun...@openssl.org] On > > Behalf Of Ludwig, Mark > > > > A customer claims to have configured the web (app) server to only allow > > TLS 1.2 > > (by disallowing up through TLS 1.1), and says

Re: [openssl-users] Msys doesn't handle forward slashes in makefile

2016-11-28 Thread Jakob Bohm
On 28/11/2016 11:44, Fiodar Stryzhniou via openssl-users wrote: Hi! I use Configure under Msys with crosscompiler arm-none-symbianelf. I edit accordingly Configure script of course. When I run make it prints "_some string_ path not found". I found this string and replace forward slashes to back

Re: [openssl-users] openssl-1.1.0b : Getting keys from TPM

2016-11-28 Thread Ken Goldman
To read a public key, use the TPM2_ReadPublic command. I have an open source utility (tpm2pem) that converts that TPM format key to PEM. If you need the private key, you will have to "duplicate" it to a key you know and then use that key to decrypt it. It's possible. However, it defeats the

Re: [openssl-users] Can you suggest any technical name for changing sources from openssl-1.0.2 to openssl-1.1.0?

2016-11-28 Thread Ken Goldman
I'd like an answer to this one also. I could not find that define. I did find about 10 variations, all uncommented. Could someone simply post the definitive answer? On 11/23/2016 8:50 AM, Salz, Rich wrote: Look at the OPENSSL version define. -- openssl-users mailing list To unsubscribe

[openssl-users] Query on BIO_do_accept in openssl server.

2016-11-28 Thread ravi shankar
Hi All, I am new to openssl and I am trying to achieve server client communication using Openssl with BIO interfaces. As per my understanding on the man page of BIO_do_accept(BIO *abio), first call to it will set's up accept BIO and Second call to the same is a blocking call and wait for incoming

Re: [openssl-users] Any advice/recommendation for watching TLS version negotiation

2016-11-28 Thread Wall, Stephen
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On > Behalf Of Ludwig, Mark > > A customer claims to have configured the web (app) server to only allow > TLS 1.2 > (by disallowing up through TLS 1.1), and says that the client code > (which we > know is based on OpenSSL 1.0.2j) is

[openssl-users] Msys doesn't handle forward slashes in makefile

2016-11-28 Thread Fiodar Stryzhniou via openssl-users
Hi! I use Configure under Msys with crosscompiler arm-none-symbianelf. I edit accordingly Configure script of course. When I run make it prints "_some string_ path not found". I found this string and replace forward slashes to backslashes. I got same error for another string. I try "ls path2 fil