A port of Mbed-TLS for the Classic Macintosh OS 7/8/9
Published on: 2025-09-01 10:05:19
MacSSL
A port of Mbed-TLS for the Classic Macintosh OS 7/8/9
This is a C89/C90 port of MbedTLS for Mac System 7/8/9. It works, and compiles under Metrowerks Codewarrior Pro 4. Here's the proof:
This is a basic app that performs a GET request on whatever is in api.h, and prints the result out to the text box (with a lot of debug information, of course). The idea of this project was to build an 'app' of sorts for 640by480, my 'instagram clone for vintage digital cameras'. The idea would be to login, post images, view images, and read comments. I would need HTTPS for that, so here we are: a port of MbedTLS for the classic mac.
What is in this repository
This repository contains all the files in my Metrowerks Codewarrior project in the /Project folder. Ideally, if the Mac didn't have the whole 'resource problem' and the '
\r \cr' problem, you could just download that folder to your Mac, open the project file with Metrowerks Codewarrior Pro 4, and compile the app.
But we don't live i
... Read full article.