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 in a perfect world, and I have to deal with Mac file resources and such, so I've also compressed that folder. The entire project folder, with Codewarrior project file, sources, compiler output, and polarssl library, is available as the Archive.sit file. This was compressed with DropStuff 4.0, and should open with any of the Stuffit tools. Download the Archive.sit project, unstuffit on your mac, and you'll have everything you need. The entire PolarSSL library is not in this project in its entirety. The files needed for compilation are in the /PolarSSL folder. The files found in the PolarSSL repository, but not used in the project, are found in the /polarssl-repo folder. Yes, that's a complete copy of the repo, minus the folders I used. Yeah it's annoying, tell me about it. What this port is based on, and limitations This port is based on polarssl, itself a fork of Mbed-TLS, version 2.29.9, or thereabouts. This is a C library that implements the crypto primitives, X.509 certificate manipulation,...
First seen: 2025-04-11 04:47
Last seen: 2025-04-11 16:49