Re: [openssl-users] How to form a proper hash after writing something into SSL handshake.(Revised)

2017-12-29 Thread Viktor Dukhovni
> On Dec 29, 2017, at 10:18 PM, Sai Teja Chowdary > wrote: > > I want to send client certificate, client key exchange and client verify in a > single handshake message which appears as multiple handshake messages in a > single record. But to sent the client verify I need to first make a hash

[openssl-users] How to form a proper hash after writing something into SSL handshake.(Revised)

2017-12-29 Thread Sai Teja Chowdary
Hi everyone, I want to send client certificate, client key exchange and client verify in a single handshake message which appears as multiple handshake messages in a single record. But to sent the client verify I need to first make a hash of previous messages(client certificate and client key exch

Re: [openssl-users] How to form a proper hash after writing somethinginto SSL handshake.

2017-12-29 Thread Sai Teja Chowdary
Hi everyone, I apologize for Comic Sans. And honestly I didn't know using it implies this many impressions. As I said my other subscription named "Ananthaneni Saiteja Chowdary" is my outlook account that i use for my office work(because I am using a QHD resolution my fonts are so small so i select

Re: [openssl-users] How to form a proper hash after writing somethinginto SSL handshake.

2017-12-29 Thread Viktor Dukhovni
> On Dec 29, 2017, at 1:34 PM, Michael Wojcik > wrote: > > That said, I suspect the larger reason why Saiteja has not had a technical > response to the original query is that few people on openssl-users have > experience with using the WPACKET API and other low-level operations in the > 1.1

Re: [openssl-users] How to form a proper hash after writing somethinginto SSL handshake.

2017-12-29 Thread Michael Wojcik
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf > Of Viktor Dukhovni > Sent: Friday, December 29, 2017 13:04 > > > On Dec 29, 2017, at 12:34 PM, Richard Levitte wrote: > > > > Marty, you might want to consider that the values of western society > > are hardly universal.

Re: [openssl-users] Can't build OpenSSL on Windows

2017-12-29 Thread Michael Wojcik
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf > Of Richard Levitte > Sent: Friday, December 29, 2017 12:14 > > If any of those are newer, 'nmake' will > automatically reconfigure and ask you to run again. It's also worth noting that nmake's dependency-graph generation

Re: [openssl-users] How to form a proper hash after writing somethinginto SSL handshake.

2017-12-29 Thread Jordan Brown
On 12/29/2017 6:00 AM, Marty G wrote: > For the same reason one doesn't wear a halloween costume to a > technical meeting, Comic Sans is looked down upon when used outside > comics and day-care centers.  It is considered a snub to use it in > non-trivial settings. > > Much as lifting up your middle

Re: [openssl-users] How to form a proper hash after writing somethinginto SSL handshake.

2017-12-29 Thread Viktor Dukhovni
> On Dec 29, 2017, at 12:34 PM, Richard Levitte wrote: > > Marty, you might want to consider that the values of western society > are hardly universal. Comic Sans isn't as badly seen everywhere, and > there's no reason why western society biases should trump any other. My issue with the post

Re: [openssl-users] How to form a proper hash after writing somethinginto SSL handshake.

2017-12-29 Thread Richard Levitte
Marty, you might want to consider that the values of western society are hardly universal. Comic Sans isn't as badly seen everywhere, and there's no reason why western society biases should trump any other. Also, I'd like to remind everyone that we have a code of conduct, https://www.openssl.org/

Re: [openssl-users] How to form a proper hash after writing somethinginto SSL handshake.

2017-12-29 Thread Michael Wojcik
And to be honest, specifying any font for a technical or business email message (rather than simply letting the MUA use the user's default) is suspect. It says that you believe your stylistic preferences are more important than the reader's. That's a poor footing to begin a request for assistanc

Re: [openssl-users] Can't build OpenSSL on Windows

2017-12-29 Thread Richard Levitte
In message <20171229145927.2201-1-mar...@eclypsium.com> on Fri, 29 Dec 2017 11:59:27 -0300, Martin Galvan said: omgalvan.86> Well, after a couple more tries it seems to be working now. I don't get the omgalvan.86> same error as before, but rather a complaint about stddef.h not being found. omg

Re: [openssl-users] Padding for RSA signatures

2017-12-29 Thread Matt Caswell
Some comments inserted below. Matt On 29/12/17 15:20, Gelareh Taban wrote: > Hi all, > > Any help would be *much* appreciated. I am playing around with RSA > signatures with different padding options and I have some questions. > > I am trying to define different padding options and so am defini

[openssl-users] Padding for RSA signatures

2017-12-29 Thread Gelareh Taban
Hi all, Any help would be *much* appreciated. I am playing around with RSA signatures with different padding options and I have some questions. I am trying to define different padding options and so am defining and using a EVP_PKEY_CTX . However I am not sure if this padding is getting used in th

Re: [openssl-users] Can't build OpenSSL on Windows

2017-12-29 Thread Martin Galvan
Well, after a couple more tries it seems to be working now. I don't get the same error as before, but rather a complaint about stddef.h not being found. I'm guessing that's more of a Visual Studio problem, so I'll look into that. Thanks. -- openssl-users mailing list To unsubscribe: https://mta.o

Re: [openssl-users] Can't build OpenSSL on Windows

2017-12-29 Thread Martin Galvan
Hi Richard, > You simply need to do exactly what you're told, i.e. run 'nmake' > again. > > If that happens again and again, then you have a problem. If I were > in your shoes, I'd look pretty hard at file time stamps to see if I > could figure it out from there. I ran it several times and saw t

Re: [openssl-users] How to form a proper hash after writing somethinginto SSL handshake.

2017-12-29 Thread Marty G
For the same reason one doesn't wear a halloween costume to a technical meeting, Comic Sans is looked down upon when used outside comics and day-care centers.  It is considered a snub to use it in non-trivial settings. Much as lifting up your middle finger has no inherent meaning per se, but

Re: [openssl-users] How to form a proper hash after writing somethinginto SSL handshake.

2017-12-29 Thread Sai Teja Chowdary
Why? What is the problem with Comic Sans. I like it! You can say more if you have something useful. Thanks Saiteja. From: Michael Sierchio Sent: Friday, December 29, 2017 10:38 AM To: openssl-users@openssl.org Subject: Re: [openssl-users] How to form a proper hash after writing somethinginto

Re: [openssl-users] Can't build OpenSSL on Windows

2017-12-29 Thread Richard Levitte
In message <20171228221837.2608-1-mar...@eclypsium.com> on Thu, 28 Dec 2017 19:18:37 -0300, Martin Galvan said: omgalvan.86> Hi all, omgalvan.86> omgalvan.86> I'm trying to build OpenSSL on Windows. I'm using the nmake that came with omgalvan.86> Visual Studio 2017, NASM, ActivePerl and have i