Archives de catégorie : Atari – librairies

mbedTLS.ldg

Brings SSL/TLS layer (recent TLS 1.2 and TLS 1.3) to clients applications using MiNTnet and STinG/STiK TCP layers.
Built on mbedTLS 3.6.2 and LDG system.
Used by :
Troll, usenet and email client.
Meg, mailbox checker and spam eraser.
Litchi, ftp client.
Other programs can use it, please read the how-to and functions calls in the st-guide documentation.

Here are listed versions for 68K, 68020-060 and ColdFire V4e using cross-compilation and the mintlib. Safe LDG.PRG is provided to install TSR ldg functions and the ‘LDGM’ cookie needed for my applications.

NB: TLS 1.2 needs a very strong CPU (060, ColdFire, Aranym, V4SA). TLS 1.3 seems quicker but still may also good highclocked CPU.

Archives Size Date Notes
English 68K 020-060 CFv4e 485-513 KB 11-11-2024 release 2
Local sources lib + ldg or
on github-lib + github-ldg
55 KB download also mbedTLS 3.6.2
(local link)
HYP guide 7 KB how-to use this LDG

Older versions are kept in the repository.

PolarSSL.ldg

Brings SSL/TLS layer (SSL 3.0 to old TLS 1.2) to clients applications using MiNTnet and STinG/STiK TCP layers.
Built on mbedTLS 1.3.22 and LDG system.
Used by :
Troll, usenet and email client.
Meg, mailbox checker and spam eraser.
Litchi, ftp client.
Other programs can use it, please read the how-to and functions calls in the st-guide documentation.

Here are listed versions for 68K, 68020-060 and ColdFire V4e using cross-compilation and the mintlib. Safe LDG.PRG is provided to install TSR ldg functions and the ‘LDGM’ cookie needed for my applications.

NB: TLS 1.2 needs a very strong CPU (060, ColdFire, Aranym, V4SA).

Archives Size Date Notes
English 68K 020-060 CFv4e 377-406 KB 10-26-2024 release 9
Local sources lib + ldg or
on github-lib + github-ldg
35 KB download also mbedTLS 1.3.22
(local link)
HYP guide 7 KB how-to use this LDG

Older versions are kept in the repository.

Dosfs.ldg

Library using the LDG system and the dosfs functions, only for floppy disks images (hard disk support is removed), taken from ggnkua’s Jacknife Total Commander plugin, and modified a little to rename files/folders (and volume name if present in the FAT).
Used by:
KK Commander to handle ST and MSA floppy disks images.
Other programs can use it, please read KKcmd GFA sources (dfs_* functions) as exemple.

Here are listed versions for 68K, 68020-060 and ColdFire V4e using cross-compilation and the mintlib. Safe LDG.PRG is provided to install TSR ldg functions and the ‘LDGM’ cookie needed for my applications.

Archives Size Date Notes
English 68K 020-060 CFv4e 95 KB 20-05-2024 release 1
C Sources or on github 125 KB from Jacknife/dosfs 1.03

Deflate.ldg

Library using the LDG system and the zlib functions (crc32, deflate and inflate algorithms, etc).
Used by:
KK Commander to handle PKZIP archives (zip, unzip).
Troll and Crésus to create backup archives (zip).
Other programs can use it, please read the how-to and functions calls in the st-guide documentation and exemple.

Here are listed versions for 68K, 68020-060 and ColdFire V4e using cross-compilation and the mintlib. Safe LDG.PRG is provided to install TSR ldg functions and the ‘LDGM’ cookie needed for my applications.

Archives Size Date Notes
English 68K 020-060 CFv4e 118 KB 10-05-2024 release 6
C Sources or on github 478 KB from zlib 1.3.1
GFA Source 151 KB 05-10-2024 usage example,
originaly released for STimulus #10 webzine

Older and lighter versions are kept in the repository.

Tiniconv.ldg

Library using the LDG system and the tiny iconv implementation library.
Brings tool to convert some charsets (not all) to another.

Here are listed versions for 68K, 68020-060 and ColdFire V4e using cross-compilation and the mintlib. Safe LDG.PRG is provided to install TSR ldg functions and the ‘LDGM’ cookie needed for my applications.

Archives Size Date Notes
English 68K 020-060 CFv4e 324.7 KB 07-20-2015 release 1
C and GFA Sources or
on github-lib + github-ldg
426.3 KB from tiniconv and libiconv
HYP guide 3.8 KB how-to use this LDG
68K CFv4e 24.3 KB test program with samples