#mbedTLS

SuperIludec_hl
2025-04-18

I pushed an update to (the client for MS-DOS):

- Updated to 8.13.0
- Updated to 3.6.3
- Fixed version (works on or newer), DLLs were missing

Grab it at github.com/SuperIlu/DOStodon

Screenshot is showing the win32 version running on Win10.

PowerShell window showing debug output with DOStodon on top
N-gated Hacker Newsngate
2025-04-11

🎉 Wow, someone finally made Mbed-TLS work on a vintage Macintosh OS, because who doesn't need cutting-edge on their 30-year-old computer? 🚀 Meanwhile, GitHub's just over here, throwing around like "Copilot" and "Codespaces," hoping we forget we're still waiting for AI to write code that *actually* works. 😜
github.com/bbenchoff/MacSSL

Hacker Newsh4ckernews
2025-04-11
Neustradamus :xmpp: :linux:neustradamus
2025-04-08
Neustradamus :xmpp: :linux:neustradamus
2025-04-08
SuperIludec_hl
2025-04-05

I updated and in . This one took a lot longer than I expected because curl dropped Makefile.mk builds and I had to switch to or .
I went with CMake, but had to work around some weird problems.

and build are already green again, I'll tackle later...

daniel:// stenberg://bagder
2025-03-24

An bug I reported in 2016 was now in 2025 published as a CVE.

Better late than never I guess!

SuperIludec_hl
2024-12-30

My 2024 :

- Two releases and a port

- A new release of

- Contributed patches to and

- Updated my GeodeLX repo

- Updated DOSQLite ( for MS-DOS)

- 11 Updates to ( for MS-DOS)

- Three updates to ( server for MS-DOS)

Sergei Trofimovichtrofi@fosstodon.org
2024-12-01

Today's bug is an `mbedtls` bug: github.com/Mbed-TLS/mbedtls/is

There `mbedtls` used uninitialized data in `HMAC` code. The bug is exposed by `gcc-15` optimization to initialize less when handling unions in code like:

union {
int dummy;
struct { int fs[4]; } s;
} v = { 0 };
return v.s.fs[3];

`gcc-14` used to always return `0` here. `gcc-15` returns garbage.

I wrote a few extra words at trofi.github.io/posts/328-c-un to look at the breakage mechanics.

#mbedtls #bug

SuperIludec_hl
2024-06-14

I pushed an update to (the client for MS-DOS):

- Updated to 8.8.0
- Updated to 3.6.0
- Added support for NOISE.SYS

Grab it at github.com/SuperIlu/DOStodon

If you want to try the version check out the compilation instructions linked in the README

SuperIludec_hl
2024-06-14

I just released v0.0.3 of , a enabled for (source and binaries)

github.com/SuperIlu/httpDOS

I improved support for the noise.sys RNG source.

SuperIludec_hl
2024-06-01

did a testrun on upgrading my projects to 3.x

8.1.0 + 2.28.3:
986706 bytes codesize

8.8.0 + 3.6.0:
1208980 bytes codesize

that is a massive plus of 222274 bytes! 🥴

SuperIludec_hl
2024-05-30

I just released v0.0.2 of , a enabled for (source and binaries)

github.com/SuperIlu/httpDOS

I updated from 2.28.3 to 2.28.8. This release is untested as I'm on vacation and a lazy bum 😂

SuperIludec_hl
2024-04-05

I pushed an update to (the client for MS-DOS):

- Updated to 8.7.1
- Updated to 2.28.8
- Updated zip to 0.3.2

Grab it at github.com/SuperIlu/DOStodon

If you want to try the version check out the compilation instructions linked in the README

daniel:// stenberg://bagder
2024-03-07
SuperIludec_hl
2024-02-01

I pushed an update to (the client for MS-DOS):

- Updates to and

Grab it at github.com/SuperIlu/DOStodon

If you want to try the version check out the compilation instructions linked in the README

SuperIludec_hl
2024-02-01

* Major feature: The port is now considered "usable"

* Updated `Zip` to 0.3.1

* Updated to 2.28.7

* Updated to 8.6.0

* Replaced `GetLocalIpAddress()` and `GetNetworkMask()` with `GetNetworkInterfaces()`

* Implemented TCP/IP and sockets for the Linux version

* Added fullscreen mode to Linux version

* Fixed `Stat()` for Linux


2/

SuperIludec_hl
2024-01-06
SuperIludec_hl
2024-01-06

Note to self: When you update it is of uttermost importance to keep the modified config.h or else / will crash and you will search for the reason 😋

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst