https://github.com/rajahlone/polarssl.ldg
Library using the LDG system and the PolarSSL/mbedTLS library
https://github.com/rajahlone/polarssl.ldg
atari-st
Last synced: 7 months ago
JSON representation
Library using the LDG system and the PolarSSL/mbedTLS library
- Host: GitHub
- URL: https://github.com/rajahlone/polarssl.ldg
- Owner: RajahLone
- Created: 2024-06-22T14:42:10.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-13T18:11:42.000Z (over 1 year ago)
- Last Synced: 2024-11-13T19:22:28.861Z (over 1 year ago)
- Topics: atari-st
- Language: C
- Homepage: https://ptonthat.fr/polarssl-ldg/
- Size: 609 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PolarSSL.ldg
Library using the LDG system and the mbedTLS 1.3.22 library.
Brings SSL/TLS layer (deprecated SSLv3.0 TLSv1.0 TLSv1.1, old TLSv1.2) to clients applications using MiNTnet and STinG/STiK TCP layers.
Used by :
- Troll, usenet and email client.
- Meg, mailbox checker and spam eraser.
- Litchi, ftp client.
Targets: 68000, 68020-060, ColdFire
Other programs can use it, please read the how-to and functions calls in the st-guide documentation.
# installation for makefiles
- pre-requisite: different targets of libpolarssl.a, libldg.a in /opt/cross-mint/m68k-atari-mint/lib/
- in an empty folder,
```mkdir ./build/68000```
```mkdir ./build/68020```
```mkdir ./build/ColdFire```
- get [polarssl.ldg.r9.zip](https://ptonthat.fr/files/polarssl/sources/polarssl.ldg.r9.zip) and unpack the contents of /polarssl.ldg/ to
```./README.md```
```./Makefile```
```./main.c```
```./transport.h```
```./polarssl.ldg.xcodeproj```
- polarssl.ldg.xcodeproj is for Xcode 16.0, you may not need it if you use something else.