| Poster | Thread |
samo79
|  |
Re: OpenSSL for AmigaOS Updated! Posted on 24-Nov-2009 5:25:14
| | [ #1 ] |
|
|
 |
Super Member  |
Joined: 13-Feb-2003 Posts: 1630
From: Italy, Perugia | | |
|
| Thanks Diego  |
|
| Status: Offline |
|
|
Mrodfr
|  |
Re: OpenSSL for AmigaOS Updated! Posted on 24-Nov-2009 6:46:30
| | [ #2 ] |
|
|
 |
Super Member  |
Joined: 28-Jan-2007 Posts: 1021
From: French | | |
|
| Thanks a lot diego for your work for the amiga  |
|
| Status: Offline |
|
|
Gebrochen
 |  |
Re: OpenSSL for AmigaOS Updated! Posted on 24-Nov-2009 12:10:14
| | [ #3 ] |
|
|
 |
Super Member  |
Joined: 23-Nov-2008 Posts: 1126
From: Australia, VIC | | |
|
| 5 years is quiet a long time.
Should we be welcoming someone back?
Good work
Cheers |
|
| Status: Offline |
|
|
MickJT
|  |
Re: OpenSSL for AmigaOS Updated! Posted on 24-Nov-2009 12:56:02
| | [ #4 ] |
|
|
 |
Regular Member  |
Joined: 13-Jan-2005 Posts: 252
From: Adelaide, South Australia | | |
|
| Though not native, I compiled openssl 2 years ago: http://aminet.net/package/dev/gg/openssl-bin
.. and the latest 0.9.x release about a week ago but never uploaded it (since it wasn't optimized).
Edit: Don't get me wrong.. This is good news. I hope it can calculate sha256 with hmac hashes. Edit2: Aww.. It doesn't: openssl sha -sha256 -hmac "enterjibberishhere" file.txt
Windows build can do that. Last edited by MickJT on 24-Nov-2009 at 01:01 PM. Last edited by MickJT on 24-Nov-2009 at 12:57 PM.
|
|
| Status: Offline |
|
|
Dwyloc
 |  |
Re: OpenSSL for AmigaOS Updated! Posted on 24-Nov-2009 13:33:26
| | [ #5 ] |
|
|
 |
Cult Member  |
Joined: 30-Mar-2005 Posts: 800
From: Glasgow, Scotland | | |
|
| Its always nice to see updates to core amiga os network parts 
Now down to the important question:
Should I be installing this 68K package under OS4.1? |
|
| Status: Offline |
|
|
diegocr
|  |
Re: OpenSSL for AmigaOS Updated! Posted on 24-Nov-2009 16:18:18
| | [ #6 ] |
|
|
 |
Regular Member  |
Joined: 7-Jun-2006 Posts: 159
From: Unknown | | |
|
| Quote:
5 years is quiet a long time.
Should we be welcoming someone back? |
Five years is the time since amiga.sf.net/OpenSSL/ was last updated, just that 
BTW, is that the TimerWolf logo (your avatar)?, looks nice  |
|
| Status: Offline |
|
|
diegocr
|  |
Re: OpenSSL for AmigaOS Updated! Posted on 24-Nov-2009 16:23:38
| | [ #7 ] |
|
|
 |
Regular Member  |
Joined: 7-Jun-2006 Posts: 159
From: Unknown | | |
|
| Quote:
| Aww.. It doesn't: openssl sha -sha256 -hmac "enterjibberishhere" file.txt |
Use: openssl sha -sha256 -hmac "enterjibberishhere" <file.txt
and it will work.
There we released a BETA version for a reason, and it's meaning OpenSSL and AmigaOS-build both of them in Beta state. That issue with "file.txt" should be just a PATH problem of our no-ixemul build, which we'll try to get rid of it for the next non-beta build, thanks for reporting it. btw... within the devfiles.7z archive you'll find a ixemul build if you need it (eg, to be run from bash scripts..), this one shouldn't have that path problem, i guess.Last edited by diegocr on 24-Nov-2009 at 04:24 PM.
|
|
| Status: Offline |
|
|
diegocr
|  |
Re: OpenSSL for AmigaOS Updated! Posted on 24-Nov-2009 16:26:44
| | [ #8 ] |
|
|
 |
Regular Member  |
Joined: 7-Jun-2006 Posts: 159
From: Unknown | | |
|
| Quote:
| Should I be installing this 68K package under OS4.1? |
Well, if you need features only available on this build, i don't see why not (it should work), otherwise using the os4depot version/build should be just ok.
Anyhow, if there is interest, i could try to build the next non-beta for OS4 as well. |
|
| Status: Offline |
|
|
diegocr
|  |
Re: OpenSSL for AmigaOS Updated! Posted on 24-Nov-2009 16:48:11
| | [ #9 ] |
|
|
 |
Regular Member  |
Joined: 7-Jun-2006 Posts: 159
From: Unknown | | |
|
| @samo79 @mrodfr
You're welcome, Folks! 
@all
BTW, something which wasn't mentioned on the Readme file is that the internal (build-in) PRNG have been greatly improved, which unlike previous builds should no longer produce 'random state' errors..
Such PRNG will only be used if a RANDOM: device cannot be opened - do you still lack a RANDOM: device under your AmigaOS system? no problem, there is one!  |
|
| Status: Offline |
|
|
Templario
 |  |
Re: OpenSSL for AmigaOS Updated! Posted on 24-Nov-2009 17:59:08
| | [ #10 ] |
|
|
 |
Super Member  |
Joined: 22-Jun-2004 Posts: 1548
From: Palencia (capital of the mythical kingdom vacceo) - Spain | | |
|
| Thank you for your update! |
|
| Status: Offline |
|
|
MickJT
|  |
Re: OpenSSL for AmigaOS Updated! Posted on 24-Nov-2009 18:44:27
| | [ #11 ] |
|
|
 |
Regular Member  |
Joined: 13-Jan-2005 Posts: 252
From: Adelaide, South Australia | | |
|
| Quote:
| Use: openssl sha -sha256 -hmac "enterjibberishhere" < file.txt and it will work. |
No it won't (oops check edit bottom of post). Seems when compiling it on the Amiga, this ability is removed.. Or perhaps it needs to be specifically enabled?
My builds don't have it either.. Hmm.
Edit: Compiled fehashmac (took a while to find something!) and it does what I want. Edit2: Oops, wrong binary :)Last edited by MickJT on 24-Nov-2009 at 08:01 PM. Last edited by MickJT on 24-Nov-2009 at 07:13 PM. Last edited by MickJT on 24-Nov-2009 at 06:46 PM. Last edited by MickJT on 24-Nov-2009 at 06:45 PM. Last edited by MickJT on 24-Nov-2009 at 06:44 PM.
|
|
| Status: Offline |
|
|
diegocr
|  |
Re: OpenSSL for AmigaOS Updated! Posted on 24-Nov-2009 19:16:27
| | [ #12 ] |
|
|
 |
Regular Member  |
Joined: 7-Jun-2006 Posts: 159
From: Unknown | | |
|
| Quote:
It works(tm)
BUT I've noticed a funny thing:
When you firstly reported the issue i've tested it under UAE, there i noticed also the same problem and found that using "<" is solved, as above stated.
Now, wondering why you tell it still don't work, I've tested it under my Real Amiga (A1200,060,3.9), and know what?
it works both ways!, no matter if i use "<" or no, it works!
LOL ;)
Now i wonder why the h*** it causes that behavior under UAE...
This is on my real amiga:
10/0.ram:> openssl sha -sha256 -hmac "hello" disk.info HMAC-SHA256(disk.info)= 510cd142260fc277e9560eea35ed42b81b321cbbee7919db4d97124cdfa23ba6
10/0.ram:> openssl sha -sha256 -hmac "hello" <disk.info (stdin)= 510cd142260fc277e9560eea35ed42b81b321cbbee7919db4d97124cdfa23ba6Last edited by diegocr on 24-Nov-2009 at 07:23 PM.
|
|
| Status: Offline |
|
|
fingus
 |  |
Re: OpenSSL for AmigaOS Updated! Posted on 25-Nov-2009 8:32:40
| | [ #13 ] |
|
|
 |
Regular Member  |
Joined: 20-Oct-2006 Posts: 447
From: Münster / Germany | | |
|
| Is it possible to get "top" running on the scp-shell?
I got an error saying:
server.net: top #Amiga: unknown terminal |
|
| Status: Offline |
|
|
Toaks
|  |
Re: OpenSSL for AmigaOS Updated! Posted on 25-Nov-2009 12:20:42
| | [ #14 ] |
|
|
 |
Elite Member  |
Joined: 10-Mar-2003 Posts: 6763
From: Inside a money bin | | |
|
| diego:
great to see that youre still around!
your efforts are much appriciated!. |
|
| Status: Offline |
|
|
diegocr
|  |
Re: OpenSSL for AmigaOS Updated! Posted on 25-Nov-2009 13:57:05
| | [ #15 ] |
|
|
 |
Regular Member  |
Joined: 7-Jun-2006 Posts: 159
From: Unknown | | |
|
| Hi ToAks, good to heard from you as well!, working on amigift has killed my coding life during the last few years (as i did nothing than that), but now that it's released i can go to normal life again..  |
|
| Status: Offline |
|
|
diegocr
|  |
Re: OpenSSL for AmigaOS Updated! Posted on 25-Nov-2009 14:01:34
| | [ #16 ] |
|
|
 |
Regular Member  |
Joined: 7-Jun-2006 Posts: 159
From: Unknown | | |
|
| |
| Status: Offline |
|
|
bernd_afa
|  |
Re: OpenSSL for AmigaOS Updated! Posted on 26-Nov-2009 9:18:18
| | [ #17 ] |
|
|
 |
Cult Member  |
Joined: 14-Apr-2006 Posts: 765
From: Unknown | | |
|
| >Now i wonder why the h*** it causes that behavior under UAE...
Have you test winuae ? what version ? |
|
| Status: Offline |
|
|
diegocr
|  |
Re: OpenSSL for AmigaOS Updated! Posted on 26-Nov-2009 17:53:17
| | [ #18 ] |
|
|
 |
Regular Member  |
Joined: 7-Jun-2006 Posts: 159
From: Unknown | | |
|
| It's E-UAE under Linux, last version i think.
feel free to test it under WinUAE yourself and let me know the results ;) |
|
| Status: Offline |
|
|