mastodon.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
The original server operated by the Mastodon gGmbH non-profit

Administered by:

Server stats:

348K
active users

#mbedtls

0 posts0 participants0 posts today
daniel:// stenberg://<p>An <a href="https://mastodon.social/tags/mbedTLS" class="mention hashtag" rel="tag">#<span>mbedTLS</span></a> bug I reported in 2016 was now in 2025 published as a CVE.</p><p>Better late than never I guess!</p>
SuperIlu<p>My 2024 <a href="https://mastodon.social/tags/GitHub" class="mention hashtag" rel="tag">#<span>GitHub</span></a> <a href="https://mastodon.social/tags/recap" class="mention hashtag" rel="tag">#<span>recap</span></a>:</p><p>- Two <a href="https://mastodon.social/tags/DOjS" class="mention hashtag" rel="tag">#<span>DOjS</span></a> releases and a <a href="https://mastodon.social/tags/win32" class="mention hashtag" rel="tag">#<span>win32</span></a> port</p><p>- A new release of <a href="https://mastodon.social/tags/jSH" class="mention hashtag" rel="tag">#<span>jSH</span></a></p><p>- Contributed <a href="https://mastodon.social/tags/DJGPP" class="mention hashtag" rel="tag">#<span>DJGPP</span></a> patches to <a href="https://mastodon.social/tags/mbedTLS" class="mention hashtag" rel="tag">#<span>mbedTLS</span></a> and <a href="https://mastodon.social/tags/jasper" class="mention hashtag" rel="tag">#<span>jasper</span></a></p><p>- Updated my <a href="https://mastodon.social/tags/BuildRoot" class="mention hashtag" rel="tag">#<span>BuildRoot</span></a> GeodeLX repo</p><p>- Updated DOSQLite (<a href="https://mastodon.social/tags/SQLite" class="mention hashtag" rel="tag">#<span>SQLite</span></a> for MS-DOS)</p><p>- 11 Updates to <a href="https://mastodon.social/tags/DOStodon" class="mention hashtag" rel="tag">#<span>DOStodon</span></a> (<a href="https://mastodon.social/tags/MastodonClient" class="mention hashtag" rel="tag">#<span>MastodonClient</span></a> for MS-DOS)</p><p>- Three updates to <a href="https://mastodon.social/tags/httpDOS" class="mention hashtag" rel="tag">#<span>httpDOS</span></a> (<a href="https://mastodon.social/tags/HTTPS" class="mention hashtag" rel="tag">#<span>HTTPS</span></a> server for MS-DOS)</p><p><a href="https://mastodon.social/tags/MSDOS" class="mention hashtag" rel="tag">#<span>MSDOS</span></a> <a href="https://mastodon.social/tags/RetroComputing" class="mention hashtag" rel="tag">#<span>RetroComputing</span></a> <a href="https://mastodon.social/tags/recap2024" class="mention hashtag" rel="tag">#<span>recap2024</span></a> <a href="https://mastodon.social/tags/JavaScript" class="mention hashtag" rel="tag">#<span>JavaScript</span></a> <a href="https://mastodon.social/tags/SQLite3" class="mention hashtag" rel="tag">#<span>SQLite3</span></a> <a href="https://mastodon.social/tags/FreeDOS" class="mention hashtag" rel="tag">#<span>FreeDOS</span></a> <a href="https://mastodon.social/tags/creativecoding" class="mention hashtag" rel="tag">#<span>creativecoding</span></a> <a href="https://mastodon.social/tags/p5js" class="mention hashtag" rel="tag">#<span>p5js</span></a> <a href="https://mastodon.social/tags/retrodev" class="mention hashtag" rel="tag">#<span>retrodev</span></a> <a href="https://mastodon.social/tags/retrodevelopment" class="mention hashtag" rel="tag">#<span>retrodevelopment</span></a> <a href="https://mastodon.social/tags/3dfx" class="mention hashtag" rel="tag">#<span>3dfx</span></a> <a href="https://mastodon.social/tags/OpenGL" class="mention hashtag" rel="tag">#<span>OpenGL</span></a> <a href="https://mastodon.social/tags/Processing" class="mention hashtag" rel="tag">#<span>Processing</span></a></p>
Sergei Trofimovich<p>Today's bug is an `mbedtls` bug: <a href="https://github.com/Mbed-TLS/mbedtls/issues/9814" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/Mbed-TLS/mbedtls/is</span><span class="invisible">sues/9814</span></a></p><p>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:</p><p> union {<br> int dummy;<br> struct { int fs[4]; } s;<br> } v = { 0 };<br> return v.s.fs[3];</p><p>`gcc-14` used to always return `0` here. `gcc-15` returns garbage.</p><p>I wrote a few extra words at <a href="https://trofi.github.io/posts/328-c-union-init-and-gcc-15.html" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">trofi.github.io/posts/328-c-un</span><span class="invisible">ion-init-and-gcc-15.html</span></a> to look at the breakage mechanics.</p><p><a href="https://fosstodon.org/tags/mbedtls" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mbedtls</span></a> <a href="https://fosstodon.org/tags/bug" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>bug</span></a></p>
SuperIlu<p>I pushed an update to <a href="https://mastodon.social/tags/DOStodon" class="mention hashtag" rel="tag">#<span>DOStodon</span></a> (the <a href="https://mastodon.social/tags/Mastodon" class="mention hashtag" rel="tag">#<span>Mastodon</span></a> client for MS-DOS):</p><p>- Updated <a href="https://mastodon.social/tags/curl" class="mention hashtag" rel="tag">#<span>curl</span></a> to 8.8.0<br />- Updated <a href="https://mastodon.social/tags/mbedTLS" class="mention hashtag" rel="tag">#<span>mbedTLS</span></a> to 3.6.0<br />- Added support for NOISE.SYS</p><p>Grab it at <a href="https://github.com/SuperIlu/DOStodon" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="">github.com/SuperIlu/DOStodon</span><span class="invisible"></span></a></p><p>If you want to try the <a href="https://mastodon.social/tags/Linux" class="mention hashtag" rel="tag">#<span>Linux</span></a> version check out the compilation instructions linked in the README</p><p><a href="https://mastodon.social/tags/Javascript" class="mention hashtag" rel="tag">#<span>Javascript</span></a> <a href="https://mastodon.social/tags/RetroComputing" class="mention hashtag" rel="tag">#<span>RetroComputing</span></a> <a href="https://mastodon.social/tags/MSDOS" class="mention hashtag" rel="tag">#<span>MSDOS</span></a> <a href="https://mastodon.social/tags/CreativeCoding" class="mention hashtag" rel="tag">#<span>CreativeCoding</span></a> <a href="https://mastodon.social/tags/MastodonClient" class="mention hashtag" rel="tag">#<span>MastodonClient</span></a> <a href="https://mastodon.social/tags/FreeDOS" class="mention hashtag" rel="tag">#<span>FreeDOS</span></a> <a href="https://mastodon.social/tags/DJGPP" class="mention hashtag" rel="tag">#<span>DJGPP</span></a> <a href="https://mastodon.social/tags/DOjS" class="mention hashtag" rel="tag">#<span>DOjS</span></a></p>
SuperIlu<p>I just released v0.0.3 of <a href="https://mastodon.social/tags/httpDOS" class="mention hashtag" rel="tag">#<span>httpDOS</span></a>, a <a href="https://mastodon.social/tags/TLS" class="mention hashtag" rel="tag">#<span>TLS</span></a> enabled <a href="https://mastodon.social/tags/webserver" class="mention hashtag" rel="tag">#<span>webserver</span></a> for <a href="https://mastodon.social/tags/MSDOS" class="mention hashtag" rel="tag">#<span>MSDOS</span></a> (source and binaries)</p><p><a href="https://github.com/SuperIlu/httpDOS" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="">github.com/SuperIlu/httpDOS</span><span class="invisible"></span></a></p><p>I improved support for the noise.sys RNG source.</p><p><a href="https://mastodon.social/tags/RetroComputing" class="mention hashtag" rel="tag">#<span>RetroComputing</span></a> <a href="https://mastodon.social/tags/FreeDOS" class="mention hashtag" rel="tag">#<span>FreeDOS</span></a> <a href="https://mastodon.social/tags/DJGPP" class="mention hashtag" rel="tag">#<span>DJGPP</span></a> <a href="https://mastodon.social/tags/HTTPS" class="mention hashtag" rel="tag">#<span>HTTPS</span></a> <a href="https://mastodon.social/tags/mbedTLS" class="mention hashtag" rel="tag">#<span>mbedTLS</span></a></p>
SuperIlu<p>did a testrun on upgrading my projects to <a href="https://mastodon.social/tags/mbedTLS" class="mention hashtag" rel="tag">#<span>mbedTLS</span></a> 3.x</p><p><a href="https://mastodon.social/tags/curl" class="mention hashtag" rel="tag">#<span>curl</span></a> 8.1.0 + <a href="https://mastodon.social/tags/mbedTLS" class="mention hashtag" rel="tag">#<span>mbedTLS</span></a> 2.28.3: <br />986706 bytes codesize</p><p><a href="https://mastodon.social/tags/curl" class="mention hashtag" rel="tag">#<span>curl</span></a> 8.8.0 + <a href="https://mastodon.social/tags/mbedTLS" class="mention hashtag" rel="tag">#<span>mbedTLS</span></a> 3.6.0:<br />1208980 bytes codesize</p><p>that is a massive plus of 222274 bytes! 🥴</p>
SuperIlu<p>I just released v0.0.2 of <a href="https://mastodon.social/tags/httpDOS" class="mention hashtag" rel="tag">#<span>httpDOS</span></a>, a <a href="https://mastodon.social/tags/TLS" class="mention hashtag" rel="tag">#<span>TLS</span></a> enabled <a href="https://mastodon.social/tags/webserver" class="mention hashtag" rel="tag">#<span>webserver</span></a> for <a href="https://mastodon.social/tags/MSDOS" class="mention hashtag" rel="tag">#<span>MSDOS</span></a> (source and binaries)</p><p><a href="https://github.com/SuperIlu/httpDOS" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="">github.com/SuperIlu/httpDOS</span><span class="invisible"></span></a></p><p>I updated <a href="https://mastodon.social/tags/mbedTLS" class="mention hashtag" rel="tag">#<span>mbedTLS</span></a> from 2.28.3 to 2.28.8. This release is untested as I&#39;m on vacation and a lazy bum 😂 </p><p><a href="https://mastodon.social/tags/RetroComputing" class="mention hashtag" rel="tag">#<span>RetroComputing</span></a> <a href="https://mastodon.social/tags/FreeDOS" class="mention hashtag" rel="tag">#<span>FreeDOS</span></a> <a href="https://mastodon.social/tags/DJGPP" class="mention hashtag" rel="tag">#<span>DJGPP</span></a> <a href="https://mastodon.social/tags/HTTPS" class="mention hashtag" rel="tag">#<span>HTTPS</span></a></p>
SuperIlu<p>I just released v0.0.1 of <a href="https://mastodon.social/tags/httpDOS" class="mention hashtag" rel="tag">#<span>httpDOS</span></a>, a <a href="https://mastodon.social/tags/TLS" class="mention hashtag" rel="tag">#<span>TLS</span></a> enabled <a href="https://mastodon.social/tags/webserver" class="mention hashtag" rel="tag">#<span>webserver</span></a> for <a href="https://mastodon.social/tags/MSDOS" class="mention hashtag" rel="tag">#<span>MSDOS</span></a> </p><p><a href="https://github.com/SuperIlu/httpDOS" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="">github.com/SuperIlu/httpDOS</span><span class="invisible"></span></a></p><p><a href="https://mastodon.social/tags/RetroComputing" class="mention hashtag" rel="tag">#<span>RetroComputing</span></a> <a href="https://mastodon.social/tags/FreeDOS" class="mention hashtag" rel="tag">#<span>FreeDOS</span></a> <a href="https://mastodon.social/tags/DJGPP" class="mention hashtag" rel="tag">#<span>DJGPP</span></a> <a href="https://mastodon.social/tags/mbedTLS" class="mention hashtag" rel="tag">#<span>mbedTLS</span></a> <a href="https://mastodon.social/tags/HTTPS" class="mention hashtag" rel="tag">#<span>HTTPS</span></a></p>
SuperIlu<p>I pushed an update to <a href="https://mastodon.social/tags/DOStodon" class="mention hashtag" rel="tag">#<span>DOStodon</span></a> (the <a href="https://mastodon.social/tags/Mastodon" class="mention hashtag" rel="tag">#<span>Mastodon</span></a> client for MS-DOS):</p><p>- Updated <a href="https://mastodon.social/tags/curl" class="mention hashtag" rel="tag">#<span>curl</span></a> to 8.7.1<br />- Updated <a href="https://mastodon.social/tags/mbedTLS" class="mention hashtag" rel="tag">#<span>mbedTLS</span></a> to 2.28.8<br />- Updated zip to 0.3.2</p><p>Grab it at <a href="https://github.com/SuperIlu/DOStodon" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="">github.com/SuperIlu/DOStodon</span><span class="invisible"></span></a></p><p>If you want to try the <a href="https://mastodon.social/tags/Linux" class="mention hashtag" rel="tag">#<span>Linux</span></a> version check out the compilation instructions linked in the README</p><p><a href="https://mastodon.social/tags/Javascript" class="mention hashtag" rel="tag">#<span>Javascript</span></a> <a href="https://mastodon.social/tags/RetroComputing" class="mention hashtag" rel="tag">#<span>RetroComputing</span></a> <a href="https://mastodon.social/tags/MSDOS" class="mention hashtag" rel="tag">#<span>MSDOS</span></a> <a href="https://mastodon.social/tags/CreativeCoding" class="mention hashtag" rel="tag">#<span>CreativeCoding</span></a> <a href="https://mastodon.social/tags/MastodonClient" class="mention hashtag" rel="tag">#<span>MastodonClient</span></a> <a href="https://mastodon.social/tags/FreeDOS" class="mention hashtag" rel="tag">#<span>FreeDOS</span></a> <a href="https://mastodon.social/tags/DJGPP" class="mention hashtag" rel="tag">#<span>DJGPP</span></a> <a href="https://mastodon.social/tags/DOjS" class="mention hashtag" rel="tag">#<span>DOjS</span></a></p>
daniel:// stenberg://<p>I recommend people avoid using <a href="https://mastodon.social/tags/mbedTLS" class="mention hashtag" rel="tag">#<span>mbedTLS</span></a> for <a href="https://mastodon.social/tags/curl" class="mention hashtag" rel="tag">#<span>curl</span></a> </p><p><a href="https://github.com/curl/curl/pull/13071#issuecomment-1982768083" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">github.com/curl/curl/pull/1307</span><span class="invisible">1#issuecomment-1982768083</span></a></p>
SuperIlu<p>I pushed an update to <a href="https://mastodon.social/tags/DOStodon" class="mention hashtag" rel="tag">#<span>DOStodon</span></a> (the <a href="https://mastodon.social/tags/Mastodon" class="mention hashtag" rel="tag">#<span>Mastodon</span></a> client for MS-DOS):</p><p>- Updates to <a href="https://mastodon.social/tags/mbedTLS" class="mention hashtag" rel="tag">#<span>mbedTLS</span></a> and <a href="https://mastodon.social/tags/curl" class="mention hashtag" rel="tag">#<span>curl</span></a> </p><p>Grab it at <a href="https://github.com/SuperIlu/DOStodon" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="">github.com/SuperIlu/DOStodon</span><span class="invisible"></span></a></p><p>If you want to try the <a href="https://mastodon.social/tags/Linux" class="mention hashtag" rel="tag">#<span>Linux</span></a> version check out the compilation instructions linked in the README</p><p><a href="https://mastodon.social/tags/Javascript" class="mention hashtag" rel="tag">#<span>Javascript</span></a> <a href="https://mastodon.social/tags/RetroComputing" class="mention hashtag" rel="tag">#<span>RetroComputing</span></a> <a href="https://mastodon.social/tags/MSDOS" class="mention hashtag" rel="tag">#<span>MSDOS</span></a> <a href="https://mastodon.social/tags/CreativeCoding" class="mention hashtag" rel="tag">#<span>CreativeCoding</span></a> <a href="https://mastodon.social/tags/MastodonClient" class="mention hashtag" rel="tag">#<span>MastodonClient</span></a> <a href="https://mastodon.social/tags/FreeDOS" class="mention hashtag" rel="tag">#<span>FreeDOS</span></a> <a href="https://mastodon.social/tags/DJGPP" class="mention hashtag" rel="tag">#<span>DJGPP</span></a> <a href="https://mastodon.social/tags/DOjS" class="mention hashtag" rel="tag">#<span>DOjS</span></a></p>
SuperIlu<p>* Major feature: The <a href="https://mastodon.social/tags/Linux" class="mention hashtag" rel="tag">#<span>Linux</span></a> port is now considered &quot;usable&quot;</p><p>* Updated `Zip` to 0.3.1</p><p>* Updated to <a href="https://mastodon.social/tags/mbedTLS" class="mention hashtag" rel="tag">#<span>mbedTLS</span></a> 2.28.7</p><p>* Updated <a href="https://mastodon.social/tags/cURL" class="mention hashtag" rel="tag">#<span>cURL</span></a> to 8.6.0</p><p>* Replaced `GetLocalIpAddress()` and `GetNetworkMask()` with `GetNetworkInterfaces()`</p><p>* Implemented TCP/IP and sockets for the Linux version</p><p>* Added fullscreen mode to Linux version</p><p>* Fixed `Stat()` for Linux</p><p><a href="https://mastodon.social/tags/MSDOS" class="mention hashtag" rel="tag">#<span>MSDOS</span></a> <a href="https://mastodon.social/tags/DOSGaming" class="mention hashtag" rel="tag">#<span>DOSGaming</span></a> <a href="https://mastodon.social/tags/retrocomputing" class="mention hashtag" rel="tag">#<span>retrocomputing</span></a> <a href="https://mastodon.social/tags/JavaScript" class="mention hashtag" rel="tag">#<span>JavaScript</span></a> <a href="https://mastodon.social/tags/FreeDOS" class="mention hashtag" rel="tag">#<span>FreeDOS</span></a> <a href="https://mastodon.social/tags/creativecoding" class="mention hashtag" rel="tag">#<span>creativecoding</span></a> <a href="https://mastodon.social/tags/p5js" class="mention hashtag" rel="tag">#<span>p5js</span></a> <a href="https://mastodon.social/tags/retrodev" class="mention hashtag" rel="tag">#<span>retrodev</span></a> <a href="https://mastodon.social/tags/retrodevelopment" class="mention hashtag" rel="tag">#<span>retrodevelopment</span></a> <a href="https://mastodon.social/tags/3dfx" class="mention hashtag" rel="tag">#<span>3dfx</span></a> <a href="https://mastodon.social/tags/OpenGL" class="mention hashtag" rel="tag">#<span>OpenGL</span></a><br />2/</p>
SuperIlu<p>I pushed an update to <a href="https://mastodon.social/tags/DOStodon" class="mention hashtag" rel="tag">#<span>DOStodon</span></a> (the <a href="https://mastodon.social/tags/Mastodon" class="mention hashtag" rel="tag">#<span>Mastodon</span></a> client for MS-DOS):<br />- Updates to <a href="https://mastodon.social/tags/mbedTLS" class="mention hashtag" rel="tag">#<span>mbedTLS</span></a>, <a href="https://mastodon.social/tags/curl" class="mention hashtag" rel="tag">#<span>curl</span></a> and kuba ZIP</p><p>Grab it at <a href="https://github.com/SuperIlu/DOStodon" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="">github.com/SuperIlu/DOStodon</span><span class="invisible"></span></a></p><p><a href="https://mastodon.social/tags/Javascript" class="mention hashtag" rel="tag">#<span>Javascript</span></a> <a href="https://mastodon.social/tags/RetroComputing" class="mention hashtag" rel="tag">#<span>RetroComputing</span></a> <a href="https://mastodon.social/tags/MSDOS" class="mention hashtag" rel="tag">#<span>MSDOS</span></a> <a href="https://mastodon.social/tags/CreativeCoding" class="mention hashtag" rel="tag">#<span>CreativeCoding</span></a> <a href="https://mastodon.social/tags/MastodonClient" class="mention hashtag" rel="tag">#<span>MastodonClient</span></a> <a href="https://mastodon.social/tags/FreeDOS" class="mention hashtag" rel="tag">#<span>FreeDOS</span></a> <a href="https://mastodon.social/tags/DJGPP" class="mention hashtag" rel="tag">#<span>DJGPP</span></a> <a href="https://mastodon.social/tags/DOjS" class="mention hashtag" rel="tag">#<span>DOjS</span></a></p>
SuperIlu<p>Note to self: When you update <a href="https://mastodon.social/tags/mbedTLS" class="mention hashtag" rel="tag">#<span>mbedTLS</span></a> it is of uttermost importance to keep the modified config.h or else <a href="https://mastodon.social/tags/DOjS" class="mention hashtag" rel="tag">#<span>DOjS</span></a> / <a href="https://mastodon.social/tags/DOStodon" class="mention hashtag" rel="tag">#<span>DOStodon</span></a> will crash and you will search for the reason 😋</p>
SuperIlu<p>In a forum someone was asking for a TLS-able mail client for <a href="https://mastodon.social/tags/MSDOS" class="mention hashtag" rel="tag">#<span>MSDOS</span></a>. <br /><a href="https://mastodon.social/tags/DOjS" class="mention hashtag" rel="tag">#<span>DOjS</span></a> has a <a href="https://mastodon.social/tags/libcurl" class="mention hashtag" rel="tag">#<span>libcurl</span></a> plugin with <a href="https://mastodon.social/tags/TSL" class="mention hashtag" rel="tag">#<span>TSL</span></a> support through <a href="https://mastodon.social/tags/mbedTLS" class="mention hashtag" rel="tag">#<span>mbedTLS</span></a>. <a href="https://mastodon.social/tags/curl" class="mention hashtag" rel="tag">#<span>curl</span></a> supports <a href="https://mastodon.social/tags/IMAP" class="mention hashtag" rel="tag">#<span>IMAP</span></a> and <a href="https://mastodon.social/tags/SMTP" class="mention hashtag" rel="tag">#<span>SMTP</span></a>. So I should be able to add that support to DOjS.</p><p>Now $somebody only needs to write a mail client in <a href="https://mastodon.social/tags/Javascript" class="mention hashtag" rel="tag">#<span>Javascript</span></a> and we are done...🤔 </p><p>AAAAAHHHHHHH!!!!! I have enough side projects 🤣 </p><p>Any takers?</p>
SuperIlu<p>* Added port of <a href="https://github.com/DhrBaksteen/ArduinoOPL2" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">github.com/DhrBaksteen/Arduino</span><span class="invisible">OPL2</span></a> to `jsboot/`</p><p>* Added optional `OnExit()` callback</p><p>* Fixed input callback detection</p><p>* Fixed mouse when using `DOSBox-X` and `DOSBox-staging`</p><p>* Fixed on screen garbage when creating a `Bitmap` with black background color</p><p>* Added `GetEnv()`</p><p>* Updated to <a href="https://mastodon.social/tags/mbedTLS" class="mention hashtag" rel="tag">#<span>mbedTLS</span></a> 2.28.5</p><p>* Updated <a href="https://mastodon.social/tags/cURL" class="mention hashtag" rel="tag">#<span>cURL</span></a> to 8.4.0</p><p>* Added a minimal port to <a href="https://mastodon.social/tags/Linux" class="mention hashtag" rel="tag">#<span>Linux</span></a></p><p><a href="https://mastodon.social/tags/MSDOS" class="mention hashtag" rel="tag">#<span>MSDOS</span></a> <a href="https://mastodon.social/tags/DOSGaming" class="mention hashtag" rel="tag">#<span>DOSGaming</span></a> <a href="https://mastodon.social/tags/retrocomputing" class="mention hashtag" rel="tag">#<span>retrocomputing</span></a> <a href="https://mastodon.social/tags/JavaScript" class="mention hashtag" rel="tag">#<span>JavaScript</span></a> <a href="https://mastodon.social/tags/FreeDOS" class="mention hashtag" rel="tag">#<span>FreeDOS</span></a> <a href="https://mastodon.social/tags/creativecoding" class="mention hashtag" rel="tag">#<span>creativecoding</span></a> <a href="https://mastodon.social/tags/p5js" class="mention hashtag" rel="tag">#<span>p5js</span></a> <a href="https://mastodon.social/tags/retrodev" class="mention hashtag" rel="tag">#<span>retrodev</span></a> <a href="https://mastodon.social/tags/retrodevelopment" class="mention hashtag" rel="tag">#<span>retrodevelopment</span></a> <a href="https://mastodon.social/tags/3dfx" class="mention hashtag" rel="tag">#<span>3dfx</span></a> <a href="https://mastodon.social/tags/OpenGL" class="mention hashtag" rel="tag">#<span>OpenGL</span></a><br />2/</p>
https://purl.org/rzr#<p><a href="https://mastodon.social/tags/DebianIoT" class="mention hashtag" rel="tag">#<span>DebianIoT</span></a> : [2023-10-14] <a href="https://mastodon.social/tags/mbedtls" class="mention hashtag" rel="tag">#<span>mbedtls</span></a> 2.28.5-1 MIGRATED to testing (<a href="https://mastodon.social/tags/Debian" class="mention hashtag" rel="tag">#<span>Debian</span></a> testing watch)</p>
SuperIlu<p><a href="https://mastodon.social/tags/DOStodon" class="mention hashtag" rel="tag">#<span>DOStodon</span></a> security update: </p><p>- I updated to <a href="https://mastodon.social/tags/curl" class="mention hashtag" rel="tag">#<span>curl</span></a> 8.4.0 (oct 11th, 2023) and <a href="https://mastodon.social/tags/mbedTLS" class="mention hashtag" rel="tag">#<span>mbedTLS</span></a> 2.28.5 (oct 5th, 2023).<br />- Also a small bug on selecting tags was fixed.</p><p>Grab it at <a href="https://github.com/SuperIlu/DOStodon" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="">github.com/SuperIlu/DOStodon</span><span class="invisible"></span></a></p><p><a href="https://mastodon.social/tags/Javascript" class="mention hashtag" rel="tag">#<span>Javascript</span></a> <a href="https://mastodon.social/tags/RetroComputing" class="mention hashtag" rel="tag">#<span>RetroComputing</span></a> <a href="https://mastodon.social/tags/MSDOS" class="mention hashtag" rel="tag">#<span>MSDOS</span></a> <a href="https://mastodon.social/tags/CreativeCoding" class="mention hashtag" rel="tag">#<span>CreativeCoding</span></a> <a href="https://mastodon.social/tags/MastodonClient" class="mention hashtag" rel="tag">#<span>MastodonClient</span></a> <a href="https://mastodon.social/tags/FreeDOS" class="mention hashtag" rel="tag">#<span>FreeDOS</span></a> <a href="https://mastodon.social/tags/DJGPP" class="mention hashtag" rel="tag">#<span>DJGPP</span></a> <a href="https://mastodon.social/tags/DOjS" class="mention hashtag" rel="tag">#<span>DOjS</span></a></p>
SuperIlu<p>I prepared <a href="https://mastodon.social/tags/DOjS" class="mention hashtag" rel="tag">#<span>DOjS</span></a> and <a href="https://mastodon.social/tags/DOStodon" class="mention hashtag" rel="tag">#<span>DOStodon</span></a> for the upcoming <a href="https://mastodon.social/tags/curl" class="mention hashtag" rel="tag">#<span>curl</span></a> patch. <a href="https://mastodon.social/tags/mbedTLS" class="mention hashtag" rel="tag">#<span>mbedTLS</span></a> will be updated as well because it contains TLS fixes.<br />We need to keep all the <a href="https://mastodon.social/tags/MSDOS" class="mention hashtag" rel="tag">#<span>MSDOS</span></a> machines out there safe, don’t we? 😁</p><p><a href="https://mastodon.social/tags/RetroComputing" class="mention hashtag" rel="tag">#<span>RetroComputing</span></a> <a href="https://mastodon.social/tags/Javascript" class="mention hashtag" rel="tag">#<span>Javascript</span></a> <a href="https://mastodon.social/tags/Mastodon" class="mention hashtag" rel="tag">#<span>Mastodon</span></a> <a href="https://mastodon.social/tags/MastodonClient" class="mention hashtag" rel="tag">#<span>MastodonClient</span></a></p>
https://purl.org/rzr#<p><a href="https://github.com/Mbed-TLS/mbedtls/issues/298#issuecomment-1694199841#" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">github.com/Mbed-TLS/mbedtls/is</span><span class="invisible">sues/298#issuecomment-1694199841#</span></a> <a href="https://mastodon.social/tags/MBedTls" class="mention hashtag" rel="tag">#<span>MBedTls</span></a> and <a href="https://mastodon.social/tags/cmake" class="mention hashtag" rel="tag">#<span>cmake</span></a> support would be desirable for <a href="https://mastodon.social/tags/DebianIot" class="mention hashtag" rel="tag">#<span>DebianIot</span></a> packaging ... TBC</p>