#mbedTLS
wait i have mbedtls on the wii i should make bsky client
December 4, 2024 at 3:19 AM
C# HttpClient + libcurl HttpMessageHandler + mbedTLS + .NET 4.0 + Windows XP :)
March 22, 2025 at 12:18 AM
OpenVPN 2.7 Released with Support for DCO #Linux Kernel Module, mbedTLS 4 9to5linux.com/openvpn-2-7-...

#OpenSource
OpenVPN 2.7 Released with Support for DCO Linux Kernel Module, mbedTLS 4 - 9to5Linux
OpenVPN 2.7 is now available for download with support for the new upstream DCO Linux kernel module, mbedTLS 4 support, and more.
9to5linux.com
February 11, 2026 at 1:48 PM
What happens when you stabilize stability? Let's find out! 🏗️

Featuring crucial fixes for threading, mbedTLS, high poll rates for mice on Windows, and more; our first release candidate for #GodotEngine 4.7.2 is now live:

godotengine.org/article/rele...
Release candidate: Godot 4.7.2 RC 1 – Godot Engine
What happens when you stabilize stability? Let's find out!
godotengine.org
August 3, 2026 at 5:25 PM
Godot 3.7 running on Windows XP (in a vm) now. I had to reimplement some functions for mbedtls to compile correctly & add a few more conditional compilation statements but it runs. I'd eventually like to make it dynamically acquire the needed functions so it can still use dwm on vista+ for example.
January 24, 2026 at 9:00 AM
Mbedtls needs a function called make_this_der_into_a_pem_without_making_me_do_extra_steps()
April 19, 2026 at 6:03 AM
What's the best practice these days for HTTPS to your game backend these days from your C++ game project. Options I know about: mbedtls, libcurl. Anything else? #gamedev
April 9, 2025 at 2:34 PM
Thanks to @wamwoowam.co.uk's idea of using mbedTLS and curl I have managed to get HTTPS and Websockets running on iOS 3! Well, now it's time to start working on the actual client itself...
September 6, 2025 at 7:09 PM
The latest OpenVPN update patches two vulnerabilities, improves DCO key-state handling, and introduces several user-visible configuration changes.
linuxiac.com/openvpn-2-7-...

#OpenVPN #VPN #OpenSource
OpenVPN 2.7.6 Released with Security Fixes for Windows and mbedTLS
The latest OpenVPN update patches two vulnerabilities, improves DCO key-state handling, and introduces several user-visible configuration changes.
linuxiac.com
August 6, 2026 at 10:26 AM
💯 I find the need to use "bare metal" vs "embedded linux" as a necessary subdivision of IoT

Are we talking wrestling with LWIP and mbedtls, or wrestling with openembedded ;)
June 12, 2024 at 6:21 PM
The #AppleNewton never supported SSL, even with the Newton Internet Enabler.

Incredibly, a version of Mbed TLS was ported to #NewtonOS allowing third-party applications to use SSL.

Secure IMAP access has been available for the Mail V email client for several years now.

github.com/pguyot/mbedt...
GitHub - pguyot/mbedtls-NewtonOS: NewtonOS port of mbedTLS
NewtonOS port of mbedTLS. Contribute to pguyot/mbedtls-NewtonOS development by creating an account on GitHub.
github.com
December 19, 2024 at 2:48 PM
Attaching this screenshot of a game engine's third-party dependencies. Engines are complex as hell. How far are you willing to go to *consistently* avoid all code/assets that AI has "touched"? Find a method that goes beyond following the latest Bsky news.
June 22, 2026 at 5:23 AM
Sufficient coverage of C to compile {the Linux kernel, Postgres, Redis, zlib, Lua, libsodium, libpng, jq, libjpeg-turbo, mbedTLS, Doom, ...} is not a small proposition. The number of compilers that can do that is extremely low; I would wager <20, and maybe even <10. Supporting all that is not easy!
February 6, 2026 at 12:15 AM
I compiled mbedtls with some minor hacks, so now I'm making TLS requests...

(This is definitely not leading towards me making posts from there.)
January 4, 2026 at 9:09 PM
OpenVPN 2.7 introduces multi-socket servers, enhanced cross-platform DNS support, advanced Windows changes, DCO kernel module support for Linux, mbedTLS, TLS 1.3 support, improved channel security, and much more.
alternativeto.net/news/2026/2...
February 13, 2026 at 10:01 AM
[staging] mbedtls: 3.6.6 -> 3.6.7, mbedtls_4: 4.1.0 -> 4.2.0

https://github.com/NixOS/nixpkgs/pull/542929

#security
July 18, 2026 at 8:08 AM
What amused me is how OpenSSL AND MbedTLS are in there alongside Swift compatibility libraries of the same rather than…just using what Apple has already given you on the platform? Some weird dependency issues going on there!
September 8, 2025 at 3:40 PM
mbedtls is so much easier to work with why do you do this to yourself 😭
August 20, 2025 at 6:35 PM
개발키트에서는 잘 되던것이
실제 설계보드에선 안되고
덤으로 개발키트에서는 C와 mbedtls를 사용 해서 설계보드용 펌웨어 빌드 까지는 동일했지만 pc용 관리툴을 파이썬으로 만들었다가 파이썬의 암호화 라이브러리와 mbedtls의 동작이 다를것이라고는 상상도 못했는데
근데 그일이 발생했습니다😱😱😱
문제는 그 다름으로인한 오류가 다른곳에서 발생하여 한분기를 날려먹었다는 가슴아픈 이야기😭😭😭
March 17, 2026 at 3:10 AM
An #mbedtls bug I reported in 2016 was now in 2025 published as a CVE.

Better late than never I guess!
March 24, 2025 at 10:24 PM
Fixing random .h files in mbedtls to get it to compile in CodeWarrior on Mac OS 9 must qualify as a Festivus miracle!
December 25, 2024 at 4:06 AM
GovoroxSSLClient (1.1.10) for esp32 by V Govorovski

➡️ https://github.com/govorox/SSLClient

Provides secure network connection over a generic Client trasport object.
GitHub - govorox/SSLClient: SSLClient - generic secure client Arduino library using mbedtls
SSLClient - generic secure client Arduino library using mbedtls - govorox/SSLClient
github.com
April 11, 2024 at 9:04 PM