Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.sys.apple2 > #48999

Re: Is TLS for the IIgs coming later?

From Stephen Heumann <stephenheumann@gmail.com>
Newsgroups comp.sys.apple2
Subject Re: Is TLS for the IIgs coming later?
Date 2024-07-24 14:49 -0500
Organization A noiseless patient Spider
Message-ID <v7rlsl$1sa5e$1@dont-email.me> (permalink)
References <dog_cow-1721745973@macgui.com>

Show all headers | View raw


On 7/23/24 9:46 AM, D Finnigan wrote:
> As a part of Stephen Heumann's SMB filesystem translator for GS/OS, he also
> developed 65816 Cryptographic & Hash Libraries which are on GitHub here:
> https://github.com/sheumann/65816-crypto

> Availability of these hashes and ciphers brings us one step closer to a TLS
> library for the Apple IIgs.

I actually wrote most of the 65816-crypto package years ago, partially 
with TLS in mind, but actually implementing TLS on the IIGS would still 
be quite a bit of work and might be prohibitive in terms of performance.

The biggest issue with TLS would be establishing the connection and 
negotiating the encryption keys. That phase of TLS normally requires 
public-key cryptography algorithms, which are not currently included in 
the 65816-crypto package and which can be quite slow.

If you could get past that phase to the point of sending encrypted data 
back and forth, then algorithms in the 65816-crypto package (e.g. AES 
and HMAC-SHA256) could be used. That would still be pretty slow, but 
maybe usable for some things, especially on an accelerated IIGS.

-- 
Stephen Heumann

Back to comp.sys.apple2 | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Is TLS for the IIgs coming later? D Finnigan <dog_cow@macgui.com> - 2024-07-23 14:46 +0000
  Re: Is TLS for the IIgs coming later? Stephen Heumann <stephenheumann@gmail.com> - 2024-07-24 14:49 -0500
    Re: Is TLS for the IIgs coming later? D Finnigan <dog_cow@macgui.com> - 2024-07-24 20:13 +0000
    Re: Is TLS for the IIgs coming later? Andrew Roughan <no_email@invalid.invalid> - 2024-07-27 13:49 +0000
      Re: Is TLS for the IIgs coming later? Stephen Heumann <stephenheumann@gmail.com> - 2024-07-27 19:08 -0500
        Re: Is TLS for the IIgs coming later? Oliver Schmidt <ol.sc@web.de> - 2024-07-30 06:38 +0000

csiph-web