Automic VaultAutomic Vault

brew

openssl@3.5 mit Homebrew, apk, chocolatey, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für openssl@3.5 in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install openssl@3.5

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install openssl

MacPorts ports tree · devel/openssl/Portfile · Quelle: api.github.com

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add openssl

Alpine Linux edge package indexes · openssl · Quelle: dl-cdn.alpinelinux.org

Debian aptverifiziert · 92%
sudo apt install openssl

Debian stable package indexes · openssl · Quelle: deb.debian.org

Fedora dnfverifiziert · 92%
sudo dnf install openssl

Fedora Rawhide package metadata · openssl · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#openssl

nixpkgs package indexes · openssl · Quelle: raw.githubusercontent.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S openssl

Arch Linux sync databases · openssl · Quelle: geo.mirror.pkgbuild.com

openSUSE zypperverifiziert · 92%
sudo zypper install openssl

openSUSE Tumbleweed package metadata · openssl · Quelle: download.opensuse.org

Windows

Chocolateyverifiziert · 92%
choco install openssl

Chocolatey community package catalog · openssl · Quelle: community.chocolatey.org

Scoopverifiziert · 92%
scoop install main/openssl

Scoop official bucket manifest trees · bucket/openssl.json · Quelle: api.github.com

Windows Package Managerverifiziert · 92%
winget install --id ShiningLight.OpenSSL.Dev -e

Windows Package Manager source index · ShiningLight.OpenSSL.Dev · Quelle: cdn.winget.microsoft.com

Überblick

Paketzusammenfassung

Cryptography and SSL/TLS Toolkit

Befehle und Aliase

In der lokalen Paketdatenbank wurden keine Executable-Aliase gefunden.

Verlauf

Projektgeschichte und Nutzung

OpenSSL 3.5 is a later OpenSSL 3 branch packaged by Homebrew as `openssl@3.5`. It carries the same OpenSSL toolkit identity -- libssl, libcrypto, providers, FIPS-oriented architecture, and the `openssl` CLI -- while giving packagers a versioned target distinct from the moving `openssl@3` formula and older 3.0 line.

Projektgeschichte

OpenSSL began as the successor to SSLeay in December 1998, when Apache and SSL practitioners organized a maintained open-source TLS/SSL toolkit after Eric Young and Tim Hudson left C2Net for RSA. The project released OpenSSL 0.9.1c on December 23, 1998 and grew into one of the internet's most reused cryptographic libraries.

The OpenSSL 3 family started with 3.0.0 on September 7, 2021. That major release introduced providers, Apache-2.0 licensing, a FIPS provider path, and deprecation of low-level algorithm APIs, creating the architecture that later 3.x branches such as 3.5 continue to evolve.

OpenSSL 3.5.0 appears in the OpenSSL release timeline on April 8, 2025. The 3.5 series release notes track subsequent security and bug-fix releases in that branch, including 3.5.7 on June 9, 2026.

Adoptionsgeschichte

Versioned OpenSSL formulae exist because cryptographic libraries are high-blast-radius dependencies. Homebrew packages `openssl@3.5` separately so projects can pin a 3.5 ABI/runtime expectation while `openssl@3` follows the default OpenSSL 3 branch.

Homebrew's formula page lists `openssl@3.5` as keg-only, bottled for macOS and Linux, and stable at 3.5.7. The same page shows tens of thousands of yearly installs, much smaller than `openssl@3` but substantial for a branch-pinned formula.

Wie es verwendet wird

Developers and operators use `openssl@3.5` for the same jobs as other OpenSSL 3 packages: building TLS-enabled software, linking libssl/libcrypto, managing certificates and CSRs, testing TLS endpoints, converting key and certificate formats, and configuring provider behavior.

The branch is useful when a project wants newer OpenSSL 3 fixes and behavior than 3.0 without taking whatever branch Homebrew's `openssl@3` alias targets. That matters for CI reproducibility, binary packaging, and applications with crypto compliance or performance testing tied to a specific series.

Warum Paket-Nerds sich dafür interessieren

OpenSSL 3.5 demonstrates the packaging tension around foundational libraries: users want security updates and new protocol work, while downstream builds want stable headers, ABIs, providers, and configuration directories. The separate Homebrew formula makes that tension explicit.

For package nerds, `openssl@3.5` is also a reminder that OpenSSL packaging is rarely just `brew install openssl`. Keg-only paths, CA certificate directories, `c_rehash`, branch support windows, and dependent formula relinking all become part of the package's real behavior.

Zeitleiste

  • December 23, 1998: OpenSSL 0.9.1c is released as the SSLeay successor.
  • September 7, 2021: OpenSSL 3.0.0 launches the provider-based OpenSSL 3 architecture.
  • April 8, 2025: OpenSSL 3.5.0 is released.
  • June 9, 2026: OpenSSL 3.5.7 is released as a security patch release.
  • 2026: Homebrew lists `openssl@3.5` as a keg-only formula with stable version 3.5.7.

Related projects

  • OpenSSL 3.5 sits among a family of TLS/crypto libraries and forks or alternatives including LibreSSL, BoringSSL, AWS-LC, GnuTLS, NSS, and wolfSSL. It is consumed by command-line tools, servers, language runtimes, databases, and package-manager build systems.

Sicherheitslage

Noch keine Protected-Tool-Abdeckung gefunden

Für openssl@3.5 wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 8 Plattformziele verfügbar.
  • Installiert mit 1 Laufzeitabhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
$OPENSSLDIR/openssl.cnf

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
Es waren keine Executable-Daten vorhanden.

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-10
Manager-Version3.5.7
Manager aktualisiert2026-07-06
lokale DatenOK
Upstreamnot checked
neueste erkannte Versionnicht erkannt

https://github.com/openssl/openssl

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:openssl@3.5
Version3.5.7
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/openssl@3.5
Homepagehttps://openssl-library.org
Repositoryhttps://github.com/openssl/openssl
Upstream-Dokumentationhttps://docs.openssl.org/3.5/man1/openssl
LizenzApache-2.0
Quellarchivhttps://github.com/openssl/openssl/releases/download/openssl-3.5.7/openssl-3.5.7.tar.gz
Zuletzt aktualisiert2026-07-06T03:09:43Z
Pulseupdated
Abhängigkeitenca-certificates
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sequoia, sonoma, tahoe, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert
EinschränkungenTo add additional certificates, place .pem files in $HOMEBREW_PREFIX/etc/openssl@3.5/certs and run $HOMEBREW_PREFIX/opt/openssl@3.5/bin/c_rehash

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameopenssl@3.5
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyyes
URL Keys
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt88%

libssl-dev 3.5.6-1~deb13u1

Secure Sockets Layer toolkit - development files

https://openssl-library.org

sudo apt install libssl-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: openssl
  • 1 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • versioned package alias match
  • Abgeglichen nach: Openssl
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libssl-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt88%

libssl-doc 3.5.6-1~deb13u1

Secure Sockets Layer toolkit - development documentation

https://openssl-library.org

sudo apt install libssl-doc
  • Section: doc
  • Architecture: all
  • Source Package: openssl
  • versioned package alias match
  • Abgeglichen nach: Openssl
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libssl-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt88%

libssl3t64 3.5.6-1~deb13u1

Secure Sockets Layer toolkit - shared libraries

https://openssl-library.org

sudo apt install libssl3t64
  • Section: libs
  • Architecture: amd64
  • Source Package: openssl
  • 4 Abhängigkeiten
  • 1 stellt bereit
  • versioned package alias match
  • Abgeglichen nach: Openssl
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libssl3t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt88%

openssl 3.5.6-1~deb13u1

Secure Sockets Layer toolkit - cryptographic utility

https://openssl-library.org

sudo apt install openssl
  • Section: utils
  • Architecture: amd64
  • 2 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • versioned package alias match
  • Abgeglichen nach: Openssl
Debian stable package indexes · deb.debian.org · Debian stable package indexes: openssl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt88%

openssl-provider-fips 3.5.6-1~deb13u1

Secure Sockets Layer toolkit - cryptographic utility

https://openssl-library.org

sudo apt install openssl-provider-fips
  • Section: utils
  • Architecture: amd64
  • Source Package: openssl
  • 1 Abhängigkeiten
  • versioned package alias match
  • Abgeglichen nach: Openssl
Debian stable package indexes · deb.debian.org · Debian stable package indexes: openssl-provider-fips from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt88%

openssl-provider-legacy 3.5.6-1~deb13u1

Secure Sockets Layer toolkit - cryptographic utility

https://openssl-library.org

sudo apt install openssl-provider-legacy
  • Section: utils
  • Architecture: amd64
  • Source Package: openssl
  • 2 Abhängigkeiten
  • versioned package alias match
  • Abgeglichen nach: Openssl
Debian stable package indexes · deb.debian.org · Debian stable package indexes: openssl-provider-legacy from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix88%

openssl

nix profile install nixpkgs#openssl
  • versioned package alias match
  • Abgeglichen nach: Openssl
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: openssl from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Ubuntu apt88%

libssl-dev 3.0.13-0ubuntu3

Secure Sockets Layer toolkit - development files

https://www.openssl.org/

sudo apt install libssl-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: openssl
  • 1 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • versioned package alias match
  • Abgeglichen nach: Openssl
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libssl-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt88%

libssl-doc 3.0.13-0ubuntu3

Secure Sockets Layer toolkit - development documentation

https://www.openssl.org/

sudo apt install libssl-doc
  • Section: doc
  • Architecture: all
  • Source Package: openssl
  • versioned package alias match
  • Abgeglichen nach: Openssl
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libssl-doc from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt88%

libssl3t64 3.0.13-0ubuntu3

Secure Sockets Layer toolkit - shared libraries

https://www.openssl.org/

sudo apt install libssl3t64
  • Section: libs
  • Architecture: amd64
  • Source Package: openssl
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • versioned package alias match
  • Abgeglichen nach: Openssl
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libssl3t64 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt88%

openssl 3.0.13-0ubuntu3

Secure Sockets Layer toolkit - cryptographic utility

https://www.openssl.org/

sudo apt install openssl
  • Section: utils
  • Architecture: amd64
  • 2 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • versioned package alias match
  • Abgeglichen nach: Openssl
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: openssl from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk88%

libcrypto3 3.5.7-r0

Crypto library from openssl

https://www.openssl.org/

sudo apk add libcrypto3
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: openssl
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • versioned package alias match
  • Abgeglichen nach: Openssl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libcrypto3 from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk88%

libssl3 3.5.7-r0

SSL shared libraries

https://www.openssl.org/

sudo apk add libssl3
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: openssl
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • versioned package alias match
  • Abgeglichen nach: Openssl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libssl3 from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk88%

openssl 3.5.7-r0

Toolkit for Transport Layer Security (TLS)

https://www.openssl.org/

sudo apk add openssl
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: openssl
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • versioned package alias match
  • Abgeglichen nach: Openssl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: openssl from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk88%

openssl-dbg 3.5.7-r0

Toolkit for Transport Layer Security (TLS) (debug symbols)

https://www.openssl.org/

sudo apk add openssl-dbg
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: openssl
  • 1 Abhängigkeiten
  • versioned package alias match
  • Abgeglichen nach: Openssl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: openssl-dbg from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk88%

openssl-dev 3.5.7-r0

Toolkit for Transport Layer Security (TLS) (development files)

https://www.openssl.org/

sudo apk add openssl-dev
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: openssl
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • versioned package alias match
  • Abgeglichen nach: Openssl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: openssl-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Nucleus package database
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment