OpenSSL 1.x is getting older and some issues are raising that are fixed in the latest OpenSSL 3.x versions, are there plans to update the underlying SSL engines on the hURL plugin now that we have native OpenSSL 3.x libraries for Amiga compatible platforms too?
AmiSSL v5 was just released and it has the full compatibility with OpenSSL 3.0 for 68k/OS4. The latest MorphOS distributions also have the openssl3.library for a native solution, which should be better than an emulated solution in every aspect.
hURL and newer SSL implementations
- airsoftsoftwair
- Posts: 5626
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
Re: hURL and newer SSL implementations
Yes, that's definitely on the agenda.
Re: hURL and newer SSL implementations
Any news on this?
It would be great to get hURL recompiled to use the newer AmiSSL 5.x version
It would be great to get hURL recompiled to use the newer AmiSSL 5.x version
Re: hURL and newer SSL implementations
I could also update several programs with a new hURL version No pressure, just saying and hoping it's not too low on priority
Re: hURL and newer SSL implementations
Is it currently using AmiSSL v1?
The documentation mentions it requires AmiSSL 4, but SnoopDOS indicates it's trying to open AmiSSL v1 library instead. And I've had a few users reporting that even though they had AmiSSL 4.x installed, it still didn't work for them.
The documentation mentions it requires AmiSSL 4, but SnoopDOS indicates it's trying to open AmiSSL v1 library instead. And I've had a few users reporting that even though they had AmiSSL 4.x installed, it still didn't work for them.
Re: hURL and newer SSL implementations
It is using AmiSSL v4... maybe users have installed different AmiSSL versions next to each other and they don't have up-to-date amisslmaster.library anymore? It should be from the latest release always...
Re: hURL and newer SSL implementations
Alright, thanks for verifying. I'm planning to set up a fresh AmigaOS installation to test which exact requirements are needed, so I can update my documentation accordingly.
Re: hURL and newer SSL implementations
One thing that came in my mind... I got one report that hURL or AmiSSL doesn't work with an old bsdsocket.library. So if users have a freeware AmiTCP/IP (3.x or so), then it doesn't work. Something requires bsdsocket.library from AmiTCP/IP v4 or newer stacks IIRC.
- airsoftsoftwair
- Posts: 5626
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
Re: hURL and newer SSL implementations
Code: Select all
- New [OS3/OS4]: hURL uses AmiSSL 5 instead of AmiSSL 4 now
- Change [MorphOS]: hURL on MorphOS doesn't use AmiSSL any longer but MorphOS' native implementation of
OpenSSL 3 (openssl3.library); this means that hURL requires MorphOS 3.16 or better now