| Poster | Thread |
amigakit
|  |
Re: AmiSSL 4.9 Now Available Posted on 3-Apr-2021 12:19:43
| | [ #1 ] |
|
|
 |
Amiga Kit  |
Joined: 28-Jun-2004 Posts: 2384
From: www.amigakit.com | | |
|
| |
| Status: Offline |
|
|
Futaura
|  |
Re: AmiSSL 4.9 Now Available Posted on 3-Apr-2021 12:53:08
| | [ #2 ] |
|
|
 |
Regular Member  |
Joined: 10-May-2004 Posts: 234
From: UK | | |
|
| BTW, just to be clear, AmiSSL is available in both OS3 and OS4 native versions. It is a bit silly that there is not a generic "Software News" category on here - only "software Classic" and "software OS4". Some software supports multiple platforms. Last edited by Futaura on 03-Apr-2021 at 01:06 PM.
|
|
| Status: Offline |
|
|
rzookol
|  |
Re: AmiSSL 4.9 Now Available Posted on 4-Apr-2021 18:33:39
| | [ #3 ] |
|
|
 |
Regular Member  |
Joined: 4-Oct-2005 Posts: 267
From: Poland, Lublin | | |
|
| Any plans to add tlsv1_1_method, tlsv1_2_method to the api? |
|
| Status: Offline |
|
|
Futaura
|  |
Re: AmiSSL 4.9 Now Available Posted on 5-Apr-2021 20:46:17
| | [ #4 ] |
|
|
 |
Regular Member  |
Joined: 10-May-2004 Posts: 234
From: UK | | |
|
| Any particular reason why? I'm curious. These were removed around 5 years ago and are now deprecated in OpenSSL. TLS_method() should be used instead. If you need to control which versions of the protocols are used, there are functions for that - see https://www.openssl.org/docs/man1.1.1/man3/TLS_method.html for info. |
|
| Status: Offline |
|
|
redfox
|  |
Re: AmiSSL 4.9 Now Available Posted on 6-Apr-2021 2:28:35
| | [ #5 ] |
|
|
 |
Super Member  |
Joined: 7-Mar-2003 Posts: 1795
From: Canada | | |
|
| I upgraded from AmiSSL 4.7 to AmiSSL 4.9 on my MicroA1.
redfox |
|
| Status: Offline |
|
|
rzookol
|  |
Re: AmiSSL 4.9 Now Available Posted on 6-Apr-2021 8:54:38
| | [ #6 ] |
|
|
 |
Regular Member  |
Joined: 4-Oct-2005 Posts: 267
From: Poland, Lublin | | |
|
| @Futaura
Thanks for the info, this was not my code. In fact i changed it to TLS_method() just wondered what it isn't available. man TLS_method makes it clear. |
|
| Status: Offline |
|
|
Futaura
|  |
Re: AmiSSL 4.9 Now Available Posted on 6-Apr-2021 21:02:09
| | [ #7 ] |
|
|
 |
Regular Member  |
Joined: 10-May-2004 Posts: 234
From: UK | | |
|
| @rzookol
Yep, although I didn't check if the old methods are still present (well, they are, but not sure if enabled) in the OpenSSL code, despite being deprecated. I thinks Jens removed them in AmiSSL when integrating OpenSSL 1.1.0, before AmiSSL 4.0 was released. |
|
| Status: Offline |
|
|