Does anyone happen to know the correct way to compile #OpenSSL using the #Android #NDK ? Their instructions for it seem to be incorrect. I'm on the tag openssl-3.6.2 and ANDROID_NDK_ROOT is set but `./Configure android-x86_64` is complaining about it not being set.

The alt text for this image is not going to be screen reader friendly.

And PR is filed. Most exciting comma of my life! #openssl
openssl/CONTRIBUTING.md at master · openssl/openssl

General purpose TLS and crypto library. Contribute to openssl/openssl development by creating an account on GitHub.

GitHub
Do I file a bug report at OpenSSL for a missing comma in a man-page thats seems to be missing there for a decade or is this a disservice in all this AI-ticket flood nowadays? #openssl

Inside Ruby’s OpenSSL stdlib:

how Ruby bridges native OpenSSL C APIs into elegant Ruby APIs powering HTTPS, TLS, certificates, digests, encryption, and secure communication across the Ruby ecosystem.
From TypedData wrappers and memory management to OpenSSL::SSL::SSLSocket internals.
A deep dive into Ruby’s OpenSSL extension source code.

https://rubystacknews.com/2026/05/27/exploring-rubys-openssl-stdlib-internals-from-c-bindings-to-ruby-apis/

#ruby #rubylang #openssl #programming #webdev #vm #linux #rails

Exploring Ruby’s OpenSSL stdlib internals: from C bindings to Ruby APIs

Exploring Ruby’s OpenSSL stdlib internals: from C bindings to Ruby APIs May 27, 2026 Ruby ships with a standard library gem named openssl, responsible for exposing cryptographic primitives, TLS/SSL…

Linking Ruby knowledge from the most remote places in the world.
I submitted a Pull Request to update MacPorts' LibreSSL to 4.3.2 here:

https://github.com/macports/macports-ports/pull/32865

GitHub Continuous Integration checks passed OK!

It's up to someone else with commit access to merge it.

I also created a submission for undeadly.org though I will leave it up to one of the other editors to check it for any errors and publish it. The HTML validator at least seems to think I did OK (phew!).

#LibreSSL #MacPorts #TLS #TransportLayerSecurity #SSL #SecureSocketsLayer #OpenSSL #OpenSource
libressl: update to 4.3.2 by artkiver · Pull Request #32865 · macports/macports-ports

Description Type(s) bugfix enhancement security fix Tested on macOS 26.5 25F71 arm64 Command Line Tools 26.5.0.0.1777544298 Verification Have you followed our Commit Message Guidelines? ...

GitHub

The will be a bigger update on the client simulation soon

- Apple's OS 26.x finally support one #KEM (X25519MLKEM768)
- #OpenSSL >=4.0.0 comes with new curves, some #SM2 related. And with a whopping 27 signature algorithms

#PQC

TurboQuant Sessiz Çökme Sorunu ve OpenSSL 3 Çözümü

Yerel yapay zeka modellerinde 128K gibi devasa context pencerelerine yelken açmak isterken llama-server.exe'nin hiçbir hata vermeden anında kapanmasıyla karşılaştım. TheTom/llama-cpp-turboquant Windows CUDA 12.4 paketinde unutulan OpenSSL DLL'lerini (STATUS_DLL_NOT_FOUND) ve winget ile LTS sürümünü kurarak bu can sıkıcı problemi kendi sistemimde nasıl çözdüğümü anlattım.

https://yuceltoluyag.github.io/turboquant-sessiz-cokme-cozumu/

#ai #llamacpp #turboquant #openssl #windows

TurboQuant Sessiz Çökme Sorunu ve Çözümü

TurboQuant kullanırken llama-server sessizce mi kapanıyor? Meğer OpenSSL dosyaları unutulmuş. İşte o sinir bozucu sorunun basit çözümü.

Ortaya Karışık

Does anyone know of a ssl-cert template to generate an ECC private key instead of RSA with make-ssl-cert?

https://manpages.debian.org/testing/ssl-cert/make-ssl-cert.8.en.html

#debian #openssl

make-ssl-cert(8) — ssl-cert — Debian testing — Debian Manpages

@bascule "Made you look". Comparative FFI study this AM. I had reason to examine #PyCA #cryptography after reading @filippo and seeing it used #CFFI, not #Cython, and Rust-ified its underlying #OpenSSL API exposure with #C linkage using #Rust #unsafe blocks. Go figure. I just use #libsodium for most things because it ROCKS.