Re: [openssl-users] sha256 digest support in v102l build missing; present in v110f. missing build flag?

2017-05-30 Thread Wouter Verhelst
On 30-05-17 17:25, Salz, Rich via openssl-users wrote: >> The results are both functional, but the v102l build is missing >> sha{224|256|384|512} digests > > Right; those digests are not in 1.0.2 They are, they're just not advertised: $ openssl version OpenSSL 1.0.2k 26 Jan 2017 $ openssl

Re: [openssl-users] sha256 digest support in v102l build missing; present in v110f. missing build flag?

2017-05-30 Thread PGNet Dev
On 5/30/17 9:01 AM, Jakob Bohm wrote: Actually, in my testing of earlier 1.0.x releases, sha256 etc. are only missing from the help message, they are actually there, also as commands. On 5/30/17 9:14 AM, Salz, Rich wrote: >> Then I've misunderstood the presence of the "-DSHA256_ASM" flag. >>

Re: [openssl-users] sha256 digest support in v102l build missing; present in v110f. missing build flag?

2017-05-30 Thread Salz, Rich via openssl-users
> Then I've misunderstood the presence of the "-DSHA256_ASM" flag. > > What's it specifically used for? To remind me to double-check my answers? :( Sorry, they are present. The difference is that the help message in 1.0.2 isn't complete. Did you try the commands directly? -- openssl-users

Re: [openssl-users] sha256 digest support in v102l build missing; present in v110f. missing build flag?

2017-05-30 Thread Jakob Bohm
On 30/05/2017 17:20, PGNet Dev wrote: I'm building separate local instances of latest Openssl v1.1.0 & v1.0.2 on linux64, to keep not-yet-v110-compliant apps happy. The results are both functional, but the v102l build is missing sha{224|256|384|512} digests v 1.0.2l

Re: [openssl-users] sha256 digest support in v102l build missing; present in v110f. missing build flag?

2017-05-30 Thread PGNet Dev
On 5/30/17 8:25 AM, Salz, Rich wrote: The results are both functional, but the v102l build is missing sha{224|256|384|512} digests Right; those digests are not in 1.0.2 Then I've misunderstood the presence of the "-DSHA256_ASM" flag. What's it specifically used for? -- openssl-users

Re: [openssl-users] sha256 digest support in v102l build missing; present in v110f. missing build flag?

2017-05-30 Thread Salz, Rich via openssl-users
> The results are both functional, but the v102l build is missing > sha{224|256|384|512} digests Right; those digests are not in 1.0.2 -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Re: [openssl-users] SHA256() to EVP_* ?

2015-05-01 Thread jonetsu
Even a small convenience is still a convenience. And eventually they add up. Thanks for the comments - it's appreciated. -- View this message in context: http://openssl.6102.n7.nabble.com/SHA256-to-EVP-tp57774p57826.html Sent from the OpenSSL - User mailing list archive at Nabble.com.

Re: [openssl-users] SHA256() to EVP_* ?

2015-04-30 Thread Dave Thompson
From: openssl-users On Behalf Of jonetsu Sent: Wednesday, April 29, 2015 10:07 snip The man page (the one online from OpenSSL project - SHA256.html) gives a description using SHA1() which computes a message digest. Note this is the same page for

Re: [openssl-users] SHA256() to EVP_* ?

2015-04-29 Thread jonetsu
Thanks for the comments. If you are implementing HMAC, perhaps for PBKDF2 (which does that prehash-if-too-long), I hope you mean the code does... Yes it does. The man page (the one online from OpenSSL project - SHA256.html) gives a description using SHA1() which computes a message digest.

Re: [openssl-users] SHA256() to EVP_* ?

2015-04-28 Thread Dave Thompson
From: openssl-users On Behalf Of jonetsu Sent: Tuesday, April 28, 2015 13:53 What would be the equivalent of the SHA256() function in the EVP class of methods ? EVP_sha256() could be it, although from the short description in manual page it does not seemingly fit in, returning a EVP_MD

Re: openssl and SHA256

2012-01-19 Thread Kenneth Goldman
From: Scott Wilson excell...@hotmail.com Date: 01/18/2012 01:52 PM Does openssl support SHA256? Yes If SHA256 is supported, how do I get it to work? Thanks!! SHA256_Init/Update/Final()

Re: openssl and SHA256

2012-01-19 Thread Jakob Bohm
it was there. Subject: Re: openssl and SHA256 From: w...@omnigroup.com Date: Wed, 18 Jan 2012 12:03:38 -0800 To: openssl-users@openssl.org On Jan 18, 2012, at 11:47 AM, Scott Wilson wrote: Does openssl support SHA256? Yes, it does. I'm not sure why it doesn't show up in the output of list

Re: openssl and SHA256

2012-01-18 Thread Wim Lewis
On Jan 18, 2012, at 11:47 AM, Scott Wilson wrote: Does openssl support SHA256? Yes, it does. I'm not sure why it doesn't show up in the output of list-message-digest-commands or the usage message, but openssl sha256 will compute a SHA256 digest, and openssl dgst --help lists it.

RE: openssl and SHA256

2012-01-18 Thread Scott Wilson
: default_md = sha256. Anyway, I'm just wondering which version began supporting SHA256 or what's wrong with my command such that it signs with SHA1? Thanks again! Subject: Re: openssl and SHA256 From: w...@omnigroup.com Date: Wed, 18 Jan 2012 12:03:38 -0800 To: openssl-users@openssl.org

Re: openssl 0.8.9h sha256

2008-08-15 Thread Michael S. Zick
On Thu August 14 2008 23:05, Rafiqul Ahsan wrote: Hi David, I believe 2048 could not be the issue (as you said because I am using 64 bit OS), Which will probably run either 32bit or 64bit userland code. Next question: Are you running 64bit openSSL? (You could be running 32bit openSSL and

Re: openssl 0.8.9h sha256

2008-08-15 Thread Rafiqul Ahsan
Mike, I have installed openssl on 64 bit OS. I believe 64-bit libraries produced by default if we try to build OpenSSL on a 64-bit platform. I would still like to verify whether the installed openssl is 32, or 64 bit . Can you please let me know the necessary commands to verify it ? On

Re: openssl 0.8.9h sha256

2008-08-14 Thread Rafiqul Ahsan
Hi Sergio, I tried with SHA1, and it is working just fine (Signature Algorithm: sha1WithRSAEncryption). Now, sha256 is not really working...is really openssl 0.9.8h supports this advanced algorithm ? I have given the output as below...but freeradius suggests that with the patch it should work

Re: openssl 0.8.9h sha256

2008-08-14 Thread David Johnston
Sergio wrote: For the other side, i don't know anything about WiMAX, but i suposse that credentials are the same. Hope this helps __ I do. WiMAX certs (the ones uses in EAP-TLS and EAP-TTLS sessions over the airlink to

Re: openssl 0.8.9h sha256

2008-08-14 Thread Rafiqul Ahsan
Hi David, Thanks for your reply...I believe I am running Freeradius, and openssl0.9.8h on 64 bit OS. If you want I can post the certs output as well. Pls let me know. I need to make this working, and I have been working on this for last 2 weeks and seeing the same error. Here is the command used

Re: openssl 0.8.9h sha256

2008-08-14 Thread Rafiqul Ahsan
Hi David, I believe 2048 could not be the issue (as you said because I am using 64 bit OS), this is about supporting sha256 algorithm either with 0.9.8h, or my Freeradius 2.0.5 (both are latest). Because sha1 works well with my installation with even RSA 2048 key. And ofcourse, as per my previous

Re: openssl 0.8.9h sha256

2008-08-14 Thread David Johnston
We saw these same errors in a WiMAX test network with Free Radius. Moving from an older 32 bit Fedora to a current 64 bit Fedora and the stock freeradius and freeradius-util packages made it work and made the errors you exhibit disappear. openssl0.9.8h manifestly does support the necessary

Re: openssl 0.8.9h sha256

2008-08-13 Thread Sergio
Rafiqul Ahsan escribió: Found a previous postings like this where Alan Dekok answered that FreeRadius use SSL from openssl, and if SSL supports any advanced algorithm FreeRadius should support it (I actually added a patch to FreeRadius to make sure this supports all digests). I am currently

Re: openssl 0.8.9h sha256

2008-08-13 Thread Rafiqul Ahsan
Thanks, I will try to figure out as you suggested. Rafi On 8/13/08, Sergio [EMAIL PROTECTED] wrote: Rafiqul Ahsan escribió: Found a previous postings like this where Alan Dekok answered that FreeRadius use SSL from openssl, and if SSL supports any advanced algorithm FreeRadius should

RE: openssl 0.8.9h sha256

2008-08-13 Thread Ajeet kumar.S
Ahsan Sent: Wednesday, August 13, 2008 7:19 PM To: openssl-users@openssl.org Subject: Re: openssl 0.8.9h sha256 Thanks, I will try to figure out as you suggested. Rafi On 8/13/08, Sergio [EMAIL PROTECTED] wrote: Rafiqul Ahsan escribió: Found a previous postings like this where Alan Dekok

Re: openssl 0.8.9h sha256

2008-08-12 Thread Sergio
Rafiqul Ahsan escribió: I see an error like below when trying to use EAP_TLS/TTLS authentication with Certs that has Signature Algorithm: sha256WithRSAEncryption . Can anybody tell me why SSL does not like the TLS session ? I would appreciate your help. here is the radiusd -X log: ++[suffix]

Re: openssl 0.8.9h sha256

2008-08-12 Thread Rafiqul Ahsan
Found a previous postings like this where Alan Dekok answered that FreeRadius use SSL from openssl, and if SSL supports any advanced algorithm FreeRadius should support it (I actually added a patch to FreeRadius to make sure this supports all digests). I am currently trying to find out whether I