Felix Palmen 📯 · @zirias
66 followers · 263 posts · Server techhub.social

@uma @kaleb_haugen "does not have any kind of upstream code" is not true. Every system includes *some* software in its base that's pulled from some other party. E.g. has , , and in its base, to name just a few.

But then, these aren't just "packaged", they're pulled into the single source repository from which the system is built and care is taken they integrate "perfectly".

#bsd #freebsd #openzfs #heimdal #openssl #llvm

Last updated 1 year ago

AskUbuntu · @askubuntu
230 followers · 1759 posts · Server ubuntu.social

ValueError: Invalid version. The only valid version for X509Req is 0

askubuntu.com/q/1484634/612

#openssl

Last updated 1 year ago

Stewart X Addison · @sxa
63 followers · 337 posts · Server fosstodon.org

PSA: Node.js 16 is going end-of-life in just over a week's time (September 11th - four months earlier than we'd normally do). This was done due to the upstream support dates for 1.1.1 ending. If you're using that version in production, please try and move up. Note that this will remove the ability to run on Ubuntu 18.04 due to the glibc version that later versions are build against: nodejs.org/en/blog/announcemen

#openssl #nodejs

Last updated 1 year ago

Myth: software is build in developers spare time.

Fact: 87% of non-trivial commits to in the last 12 months were made by people employed to do so.

Great insights from the OpenSSL team 👍

Source: openssl.org/blog/blog/2023/07/

#opensource #openssl

Last updated 1 year ago

「OpenSSL」は毎年4月と10月の定期アップデートに ~更新プロセスを見直し/次期バージョン「OpenSSL 3.2」は10月にリリース
forest.watch.impress.co.jp/doc

#forest_watch_impress #openssl #脆弱性 #セキュリティ #その他 #インターネット #ネットワーク

Last updated 1 year ago

Todd A. Jacobs · @todd_a_jacobs
22 followers · 214 posts · Server ruby.social

If you're trying to update the gem on for , you may need this to link with OpenSSLv3's library:

```bash
OPENSSL_PREFIX="$(brew --prefix openssl@3)" gem update openssl
```

Just replace "@3" with "@1.1" if you prefer OpenSSLv1.1 for whatever reason. Meanwhile, still doesn't compile against v3 for me, but YMMV.

#openssl #macos #truffleruby #libssl #cruby

Last updated 1 year ago

oxo · @oxo
5 followers · 36 posts · Server qoto.org

After ironing out the last bugs, cryptr is now fully functional. Encryption, decryption, multiple files and/or directories, gpg, openssl and cipher cascading. All with a simple uniform syntax:
cryptr $source(s) $destination
codeberg.org/oxo/tool/src/bran

#gnupg #cascade #linux #bash #script #tool #cryptr #openssl

Last updated 1 year ago

AskUbuntu · @askubuntu
228 followers · 1799 posts · Server ubuntu.social

When will openSSL version > 3.0.2 be available in update centers

askubuntu.com/q/1483577/612

#openssl

Last updated 1 year ago

AskUbuntu · @askubuntu
227 followers · 1818 posts · Server ubuntu.social

How should I tamper in Qt5 source code if I want to add back SSLv3 support in the libqt5network5 module? ++

askubuntu.com/q/1483524/612

#64bit #ssl #openssl #g #qt5

Last updated 1 year ago

oxo · @oxo
5 followers · 34 posts · Server qoto.org

Cryptr, an en- and decryption tool with optional cipher cascade has undergone a major upgrade. The syntax is more simple for the user and multiple files and folders are now supported.
codeberg.org/oxo/tool/src/bran

#script #tool #cryptr #gnupg #openssl #cascade #linux #bash

Last updated 1 year ago

AskUbuntu · @askubuntu
222 followers · 1787 posts · Server ubuntu.social

Updating openssl 3.0.10 in ubuntu 22.04.03

askubuntu.com/q/1483080/612

#Updates #openssl #vulnerability

Last updated 1 year ago

Felix Palmen 📯 · @zirias
51 followers · 209 posts · Server techhub.social

@evilham It is, mostly (from my experience running -CURRENT just for test-building )

BUT: Its ABI is a moving target, which can be quite a hassle. Hit me recently when base was updated to 3.x, but packages in the official repo were still trying to link some 1.x.

My recommendation would be: For a "daily driver", always go with -RELEASE unless there's indeed something in -CURRENT (like newer drivers) you absolutely need...

#freebsd #ports #openssl

Last updated 1 year ago

Felix Palmen 📯 · @zirias
47 followers · 203 posts · Server techhub.social

Today's achievement: We now have (and coreutils built using it), plus grep, sed, awk, make, groff *and* man-db in 's userland.

But there's a catch 😞 It doesn't build with any more. Can be patched, and I guess I should soon look into getting this fixed...

For details, see here:
lists.freebsd.org/archives/fre

#openssl #gnu #freebsd #linuxulator #poudriere

Last updated 1 year ago

Felix Palmen 📯 · @zirias
45 followers · 199 posts · Server techhub.social

Today's progress: and glibc's localedata seem to work fine in 's , in addition to bash.

Still, coreutils is not complete yet, it *should* used hash functions from , so, time to port that for (tomorrow).

#gnu #coreutils #freebsd #linuxulator #openssl #linux

Last updated 1 year ago

Cory Doctorow's linkblog · @pluralistic
46708 followers · 44433 posts · Server mamot.fr

But as open source projects have learned the hard way, the fact that anyone *can* audit your widely used, high-stakes code doesn't mean that anyone *will*.

The vulnerability in was a wake-up call for the open source movement - a bug that endangered every secure webserver connection in the world, which had hidden in plain sight for years.

36/

#heartbleed #openssl

Last updated 1 year ago

unixgeek · @unixgeek
1 followers · 14 posts · Server hachyderm.io

@groff @micah while I agree that is a remarkable distribution that shows that community can do incredible things without direct corporate sponsorship, there are thousands who of non-distributions that are passion projects and are on a knives edge of going without a developer due to lack of funding. There are hundreds that are considered crucial. The heartbleed vulnerabilities with is a best example here. We need a better way of funding .

#debian #openssl #opensource

Last updated 1 year ago

Alpine Linux :alpine: · @alpinelinux
2300 followers · 46 posts · Server fosstodon.org

Alpine 3.15.10, 3.16.7, 3.17.5 and 3.18.3 released.

It contains fixes for openssl related CVEs:

- CVE-2023-2975
- CVE-2023-3446
- CVE-2023-3817

See: alpinelinux.org/posts/Alpine-3

#alpine #alpinelinux #cve #openssl

Last updated 1 year ago

AskUbuntu · @askubuntu
204 followers · 1744 posts · Server ubuntu.social

sudo apt upgrade message: The following packages have been kept back (...)

askubuntu.com/q/1480860/612

#apt #libreoffice #openssl

Last updated 1 year ago

postmodern · @postmodern
1317 followers · 1883 posts · Server ruby.social

Found a NULL pointer deref segfault in the openssl bindings by trying to generate X509 certificates using EC or DH keys.
bugs.ruby-lang.org/issues/1982

#ruby #openssl

Last updated 1 year ago

Felix Palmen 📯 · @zirias
10 followers · 29 posts · Server techhub.social

@stefano , mostly because I tried it, liked it, even started contributing to it quickly and never felt the need to look at a different one so far 🙈

I even use a customized build (leaving out things from base I don't use like e.g. sendmail or tcsh) and build all ports using instead of , both is perfectly supported (except for the occassional build issues of some ports with LibreSSL, which are most of the time an easy fix....)

#freebsd #libressl #openssl

Last updated 1 year ago