English Amiga Board


Go Back   English Amiga Board > News

 
 
Thread Tools
Old 22 February 2019, 22:14   #1
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,248
AmiSSL Released





Author: AmiSSL Open Source Team


AmiSSL v5.5 OS3/OS4: Download


AmiSSL v5: is a new major release which has been updated with full compatibility with OpenSSL 3.0. This includes important security relatedfixes, a built-in HTTP(S) client and comes with the latest encryption ciphers which are required nowadays to connect to modern SSL-based services such as HTTPS and SSH.


Changes:
- Updated OpenSSL backend to full compatibility with the latest OpenSSL 3.0.7 (1.11.2022) version, which includes:
- Added RIPEMD160 to the default provider.
- Fixed regressions introduced in 3.0.6 version.
- Fixed two buffer overflows in punycode decoding functions. ([CVE-2022-3786]) and ([CVE-2022-3602])
- Improved and simplified random number seeding routines.
- The AMISSL_NO_STATIC_FUNCTIONS preprocessor symbol has been added to the SDK, mainly for use with VBCC (see SDK documentation - #66).

Requirements:
AmigaOS 4.0+/PPC, AmigaOS 3.0+/68020+ or MorphOS

Last edited by AMIGASYSTEM; 02 September 2023 at 00:56.
AMIGASYSTEM is offline  
Old 26 February 2019, 17:43   #2
attila06
Zone Friend
 
Join Date: Oct 2006
Location: Nice / France
Posts: 206
Hello,

Does it change anything for the https site ?
Tried with ibrowse, always the same issue (i m not sure to understand everything )
attila06 is offline  
Old 26 February 2019, 18:40   #3
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,248
IBrowser but also AWeb and Voyager could access https site also with old AmiSSL, just do the right thing on Amiga OS, delete everything on your system and do this:

- Install AmiSSL in SYS:Internet/AmiSSL/ (or where do you want)

Add this in User-Startup:
;BEGIN AmiSSL
Assign AmiSSL: "SYS:Internet/AmiSSL"
If Exists AmiSSL:Libs
Assign LIBS: AmiSSL:Libs ADD
EndIf
Path AmiSSL: ADD
;END AmiSSL

- Created the folder "AmiSSL" in "SYS:Prefs/Env-Archive/"
- Run the command "setenv save AmiSSL/SSL_CLIENT_VERSION tls1"
- Done this will be created file "SSL_CLIENT_VERSION" in SYS:Prefs/Env-Archive/AmiSSL/
- File "SSL_CLIENT_VERSION" create inside written file "tls1"

- Verify that file "SSL_CLIENT_VERSION" was saved in SYS:Prefs/Env-Archive/AmiSSL/
- Reboot. It should work.

Last edited by AMIGASYSTEM; 09 March 2019 at 08:44.
AMIGASYSTEM is offline  
Old 26 February 2019, 19:51   #4
Foul
Registered User
 
Foul's Avatar
 
Join Date: Jun 2009
Location: Perigueux/France
Age: 49
Posts: 1,516
Send a message via ICQ to Foul Send a message via MSN to Foul
can't reach https too !!!

With Snoopdos, i see Aweb is looking for libs:amissl/amisslv097g.library

Would be amisslv111a.library, what's wrong ?
Foul is offline  
Old 26 February 2019, 20:26   #5
attila06
Zone Friend
 
Join Date: Oct 2006
Location: Nice / France
Posts: 206
Ok

Done, works for some site.
but if i want to connect to:
Ibrowse or to amigaimpact.org i have SSL Connect error !!!!

Amigasystem Could you try with these site please.

Thanks.
attila06 is offline  
Old 26 February 2019, 21:12   #6
indigolemon
Bit Copying Bard
 
indigolemon's Avatar
 
Join Date: Jan 2017
Location: Kelty, Fife, Scotland
Age: 41
Posts: 1,293
It only works on sites with TLS v1.0 encryption, sites using TLS v1.1 or v1.2 need to use the latest AmiSSL, so have to be compiled using it also.

iBrowse 2.4 is therefore stuck at TLS v1.0 - iBrowse version 2.5, when released, will be compiled against the newer AmiSSL so should work on all sites.
indigolemon is offline  
Old 26 February 2019, 21:17   #7
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,248
Quote:
Originally Posted by Foul View Post
can't reach https too !!!

With Snoopdos, i see Aweb is looking for libs:amissl/amisslv097g.library

Would be amisslv111a.library, what's wrong ?
Yes, you must copy amisslv097g.library in SYS:Internet/AmiSSL/Libs/AmiSSL/

amisslv097g.library is located in AmiSSL-3.6-68k.lha

Last edited by AMIGASYSTEM; 26 February 2019 at 22:47.
AMIGASYSTEM is offline  
Old 26 February 2019, 21:27   #8
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,248
Quote:
Originally Posted by attila06 View Post
Ibrowse or to amigaimpact.org i have SSL Connect error !!!!
Amigasystem Could you try with these site please.
Thanks.
As it says indigolemon not all https sites are supported, you can still easily go on amigaimpact.org with NetSurf by Arti.

Last edited by AMIGASYSTEM; 09 March 2019 at 08:44.
AMIGASYSTEM is offline  
Old 26 February 2019, 21:33   #9
attila06
Zone Friend
 
Join Date: Oct 2006
Location: Nice / France
Posts: 206
Ok, thanks i understand.

But Netsurf is slow even with a 060, hope ibrowse 2.5 will be realised ....soon

Regards.

Last edited by attila06; 26 February 2019 at 21:45.
attila06 is offline  
Old 26 February 2019, 21:44   #10
duga
Registered User
 
Join Date: Nov 2010
Location: Sweden
Posts: 528
Quote:
Originally Posted by indigolemon View Post
It only works on sites with TLS v1.0 encryption, sites using TLS v1.1 or v1.2 need to use the latest AmiSSL, so have to be compiled using it also.

iBrowse 2.4 is therefore stuck at TLS v1.0 - iBrowse version 2.5, when released, will be compiled against the newer AmiSSL so should work on all sites.
Thanks for the clarification.
duga is offline  
Old 26 February 2019, 22:08   #11
Foul
Registered User
 
Foul's Avatar
 
Join Date: Jun 2009
Location: Perigueux/France
Age: 49
Posts: 1,516
Send a message via ICQ to Foul Send a message via MSN to Foul
Quote:
Originally Posted by AMIGASYSTEM View Post
Yes, you must copy amisslv097g.library in SYS:Internet/AmiSSL/Libs/AmiSSL/

amisslv097g.library is located in AmiSSL-3.6-68k.lha
Yes ! it's working now
Foul is offline  
Old 26 February 2019, 22:11   #12
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,248
Quote:
Originally Posted by attila06 View Post
Ok, thanks i understand.
But Netsurf is slow even with a 060, hope ibrowse 2.5 will be realised ....soon
Regards.
All right, if you want to go upstairs on your own "amigaimpact.org" with iBrowser or aWeb, without waiting iBrowse 2.5 you can do it through "pici.picidae.net"

Last edited by AMIGASYSTEM; 22 April 2019 at 09:57.
AMIGASYSTEM is offline  
Old 26 February 2019, 22:54   #13
attila06
Zone Friend
 
Join Date: Oct 2006
Location: Nice / France
Posts: 206
Yes, you're right.

Already tested with picidae.net, it works.
awaiting ibrowse 2.5
attila06 is offline  
Old 27 February 2019, 09:16   #14
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,248
Okay, I'm happy for you.
AMIGASYSTEM is offline  
Old 27 February 2019, 11:07   #15
Seiya
Registered User
 
Seiya's Avatar
 
Join Date: Nov 2014
Location: Italy
Posts: 2,350
Quote:
Originally Posted by AMIGASYSTEM View Post
- Created the folder "AmiSSL" in "SYS:Prefs/Env-Archive/"
- Run the command "setenv save AmiSSL/SSL_CLIENT_VERSION tls1"
- Done this will be created file "SSL_CLIENT_VERSION" in SYS:Prefs/Env-Archive/AmiSSL/
- File "SSL_CLIENT_VERSION" create inside written file "tls1"

- Verify that file "SSL_CLIENT_VERSION" was saved in SYS:Prefs/Env-Archive/AmiSSL/
- Reboot. It should work.
Thank very much. now it works with this guide
Seiya is offline  
Old 27 February 2019, 11:37   #16
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,248
Ok, thank you for successfully testing it
AMIGASYSTEM is offline  
Old 27 February 2019, 12:31   #17
Jope
-
 
Jope's Avatar
 
Join Date: Jul 2003
Location: Helsinki / Finland
Age: 43
Posts: 9,861
So it's no longer in fashion, that you install each AmiSSL version on top of each other starting from the oldest? :-)

I guess it's faster to install the newest and manually copy the different SSL engines into amissl:libs/amissl
Jope is online now  
Old 27 February 2019, 12:39   #18
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,248
Yes, Amiga is a Stand-Alone OS, you can do everything by installing or simply copying the new one, and if necessary add what you need from the old releases as it happens with AmiSSL; i have always done so in order to better understand the Amiga System.
AMIGASYSTEM is offline  
Old 28 February 2019, 12:04   #19
savior
Registered User
 
savior's Avatar
 
Join Date: Jan 2019
Location: Italy
Age: 44
Posts: 70
ok all done, i hope who aweb is at moment the best browser for classic amiga, runs very fast, maybe with vampire or 040/060 the best choise is chris netsurf with truetype fonts because support modern css and html 4.01, i attemp full support at javascript not ibrowse 2.5

all best
savior is offline  
Old 04 July 2019, 21:54   #20
Angus
Amiga Games Database
 
Angus's Avatar
 
Join Date: Jun 2006
Location: South West England
Posts: 1,240
Guys, I'm confused. I have followed the instructions above (although I had to create the setenv thing manually) and I've also added a few files from earlier versions of AmiSSL. I'm using OS3.1 by the way.


I have it assigned in user-startup, and the path is:


SYS:Internet/AmiSSL



and in there, are the Libs, Certs, Private and Usercerts directories.


In that Libs there is the the AmiSSLmaster.library and another Amissl directory, which has the various library files in it - does that sound correct?


Only when I try to access a site like Gmail, AWeb tells me I need AmiSSL installed. :-/


Any clues? Thanks :-)
Angus is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
AmiSSL 4 Robbie support.Apps 62 17 February 2020 19:54
AmiSSL 4.0 Sir_Lucas News 6 09 February 2017 12:45
new AmiSSL hal9000 support.Apps 1 14 August 2016 18:23
16.6 Released alexh project.WHDLoad 6 09 June 2006 10:02
AmiSSL v2 and AWEB with OS3.9?? BarrySWE support.Apps 7 12 November 2005 02:04

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 20:49.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.10755 seconds with 13 queries