Automic VaultAutomic Vault

brew

Installer libressl avec Homebrew, apk, MacPorts, Nix, pacman, zypper, chocolatey, apt, dnf, scoop, winget

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de libressl pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install libressl

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install libressl

MacPorts ports tree · security/libressl/Portfile · Source: api.github.com

Linux

Alpine Linux apkvérifié · 92%
sudo apk add libressl

Alpine Linux edge package indexes · libressl · Source: dl-cdn.alpinelinux.org

Nixvérifié · 92%
nix profile install nixpkgs#libressl

nixpkgs package indexes · pkgs/by-name/li/libressl/package.nix · Source: api.github.com

Arch Linux pacmanvérifié · 92%
sudo pacman -S libressl

Arch Linux sync databases · libressl · Source: geo.mirror.pkgbuild.com

openSUSE zyppervérifié · 92%
sudo zypper install libressl

openSUSE Tumbleweed package metadata · libressl · Source: download.opensuse.org

Debian aptvérifié · 92%
sudo apt install openssl

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

Fedora dnfvérifié · 92%
sudo dnf install openssl

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

Windows

Chocolateyvérifié · 92%
choco install openssl

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

Scoopvérifié · 92%
scoop install main/openssl

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

Windows Package Managervérifié · 92%
winget install --id ShiningLight.OpenSSL.Dev -e

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

aperçu

Résumé du paquet

Version of the SSL/TLS protocol forked from OpenSSL

Commandes et alias

  • ocspcheck
  • openssl

historique

Historique du projet et usages

LibreSSL is the OpenBSD project's fork of the OpenSSL TLS and crypto stack, started in 2014 with goals of modernization, auditability, security, and OpenBSD-style development practice. It ships libcrypto, libssl, libtls, and command-line utilities such as openssl and ocspcheck.

Historique du projet

The official site describes LibreSSL as forked from OpenSSL in 2014, with primary development inside the OpenBSD source tree and regular portable repackaging for other operating systems. The portable repository states the fork point as OpenSSL 1.0.1g and explains that the GitHub project contains the build scaffold and compatibility layer for building OpenBSD's LibreSSL code outside OpenBSD.

The project goals are deliberately conservative: modernize the OpenSSL codebase, apply code review and frequent releases, remove obsolete or broken features and operating-system support, and encourage safer programming interfaces. The portable README also makes clear that LibreSSL is not ABI-compatible with OpenSSL and that API compatibility is limited by the projects' different priorities.

Historique d'adoption

LibreSSL was adopted first as part of OpenBSD and then as a portable package for Linux, BSDs, macOS, Windows, and other systems. Its wider package-manager life has been shaped by a trade-off: users wanted a cleaned-up OpenSSL-compatible stack, but many large ecosystems remained tied to OpenSSL ABI/API expectations.

For Unix distributions and Homebrew, LibreSSL became a useful alternate TLS implementation and a source of the libtls API, while also serving as a practical stress test for software that claimed OpenSSL portability but depended on OpenSSL-specific behavior.

Modes d'utilisation

Packaged LibreSSL is used either by linking applications to libcrypto, libssl, or libtls, or through command-line tools such as openssl and ocspcheck. The release process tracks OpenBSD development: stable portable branches are derived from OpenBSD releases and receive security updates for a defined support window.

Pourquoi les passionnés de paquets s'y intéressent

LibreSSL is package-nerd significant because it is a security fork with real downstream consequences. It forces maintainers to separate OpenSSL-the-API from OpenSSL-the-implementation, exposes accidental ABI assumptions, and gives package managers a second TLS stack whose release cadence is tied to OpenBSD rather than the OpenSSL project.

Chronologie

  • 2014: LibreSSL forked from OpenSSL.
  • 2014-07-11: LibreSSL 2.0.0 released, based on an OpenBSD 5.6 development snapshot.
  • 2014-08-08: LibreSSL 2.0.5 tied to OpenBSD 5.6 release.
  • 2015-09-23: LibreSSL 2.3.0 released.
  • 2024-10-14: LibreSSL 4.0.0 released.
  • 2026-05-25: LibreSSL 4.3.2 released.

Related projects

  • Related projects include OpenSSL, OpenBSD's libcrypto/libssl/libtls trees, BoringSSL, AWS-LC, wolfSSL, mbedTLS, and downstream software such as OpenSSH and curl that depend on TLS libraries.

posture de sécurité

Niveau de risque : vert

library-like package without higher-risk signals.

Classificateur de risque

risque vert · confiance faible · appliance

Pourquoi

  • library-like package without higher-risk signals

Signaux

  • metadata:library-like

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 6 plateformes.
  • S’installe avec 1 dépendances d’exécution.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

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
/etc/ssl/openssl.cnf

exécutables

Exécutables installés

CommandeTypeExpositionNote
ocspcheckcliexécutable global
opensslcliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-25
version du gestionnaire4.3.2
gestionnaire mis à jour2026-07-05
données localesOK
amontnot checked
dernière version détectéenon détecté

https://www.libressl.org/

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:libressl
Version4.3.2
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/libressl
Page d'accueilhttps://www.libressl.org/
Dépôthttps://github.com/libressl/portable
Docs amonthttps://github.com/libressl/portable#readme
LicenceOpenSSL
Archive sourcehttps://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-4.3.2.tar.gz
Dernière mise à jour2026-07-05T04:22:04Z
Pulseupdated
Dépendancesca-certificates
Bouteilledisponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
post-install Homebrewnon défini
Serviceaucun déclaré
PrécautionsA CA file has been bootstrapped using certificates from the SystemRoots keychain. To add additional certificates (e.g. the certificates added in the System keychain), place .pem files in $HOMEBREW_PREFIX/etc/libressl/certs and run $HOMEBREW_PREFIX/opt/libressl/bin/openssl certhash $HOMEBREW_PREFIX/etc/libressl/certs

faits du registre

Détails de la base source

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

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Nix95%

libressl

nix profile install nixpkgs#libressl
  • normalized package name match
  • Correspondance par : Libressl
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/li/libressl/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

libressl 4.3.1-r0

Version of the TLS/crypto stack forked from OpenSSL

https://www.libressl.org/

sudo apk add libressl
  • License: custom
  • Architecture: x86_64
  • Source Package: libressl
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Libressl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libressl from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

libressl-dbg 4.3.1-r0

Version of the TLS/crypto stack forked from OpenSSL (debug symbols)

https://www.libressl.org/

sudo apk add libressl-dbg
  • License: custom
  • Architecture: x86_64
  • Source Package: libressl
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Libressl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libressl-dbg from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

libressl-dev 4.3.1-r0

Version of the TLS/crypto stack forked from OpenSSL (development files)

https://www.libressl.org/

sudo apk add libressl-dev
  • License: custom
  • Architecture: x86_64
  • Source Package: libressl
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Libressl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libressl-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

libressl-doc 4.3.1-r0

Version of the TLS/crypto stack forked from OpenSSL (documentation)

https://www.libressl.org/

sudo apk add libressl-doc
  • License: custom
  • Architecture: x86_64
  • Source Package: libressl
  • normalized package name match
  • Correspondance par : Libressl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libressl-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

libressl-nc 4.3.1-r0

libressl TLS-enabled nc(1)

https://www.libressl.org/

sudo apk add libressl-nc
  • License: custom
  • Architecture: x86_64
  • Source Package: libressl
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Libressl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libressl-nc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

libressl-static 4.3.1-r0

Version of the TLS/crypto stack forked from OpenSSL (static library)

https://www.libressl.org/

sudo apk add libressl-static
  • License: custom
  • Architecture: x86_64
  • Source Package: libressl
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Libressl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libressl-static from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

libressl4.3-libcrypto 4.3.1-r0

libressl libcrypto library

https://www.libressl.org/

sudo apk add libressl4.3-libcrypto
  • License: custom
  • Architecture: x86_64
  • Source Package: libressl
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Libressl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libressl4.3-libcrypto from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

libressl4.3-libssl 4.3.1-r0

libressl libssl library

https://www.libressl.org/

sudo apk add libressl4.3-libssl
  • License: custom
  • Architecture: x86_64
  • Source Package: libressl
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Libressl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libressl4.3-libssl from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

libressl4.3-libtls 4.3.1-r0

libressl libtls library

https://www.libressl.org/

sudo apk add libressl4.3-libtls
  • License: custom
  • Architecture: x86_64
  • Source Package: libressl
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Libressl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libressl4.3-libtls from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
pacman95%

libressl 4.3.2-1

Free version of the TLS/crypto stack forked from OpenSSL

https://www.libressl.org/

sudo pacman -S libressl
  • License: ISC AND custom:OpenSSL
  • Architecture: x86_64
  • 1 Dépendances
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Libressl
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: libressl from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

libcrypto57 4.3.2-1.1

An SSL/TLS protocol implementation

https://www.libressl.org/

sudo zypper install libcrypto57
  • License: OpenSSL
  • Category: System/Libraries
  • Architecture: x86_64
  • Source Package: libressl
  • 2 Dépendances
  • 2 fournit
  • normalized package name match
  • Correspondance par : Libressl
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libcrypto57 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

libressl 4.3.2-1.1

An SSL/TLS protocol implementation

https://www.libressl.org/

sudo zypper install libressl
  • License: OpenSSL
  • Category: Development/Libraries/C and C++
  • Architecture: x86_64
  • Source Package: libressl
  • 1 Dépendances
  • 4 fournit
  • normalized package name match
  • Correspondance par : Libressl
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libressl from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

libressl-devel 4.3.2-1.1

Development files for LibreSSL, an SSL/TLS protocol implementation

https://www.libressl.org/

sudo zypper install libressl-devel
  • License: OpenSSL
  • Category: Development/Libraries/C and C++
  • Architecture: x86_64
  • Source Package: libressl
  • 5 Dépendances
  • 3 fournit
  • normalized package name match
  • Correspondance par : Libressl
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libressl-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

libressl-devel-doc 4.3.2-1.1

Documentation for the LibreSSL API

https://www.libressl.org/

sudo zypper install libressl-devel-doc
  • License: OpenSSL
  • Category: Documentation/Man
  • Architecture: noarch
  • Source Package: libressl
  • 2 fournit
  • normalized package name match
  • Correspondance par : Libressl
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libressl-devel-doc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

libssl60 4.3.2-1.1

An SSL/TLS protocol implementation

https://www.libressl.org/

sudo zypper install libssl60
  • License: OpenSSL
  • Category: System/Libraries
  • Architecture: x86_64
  • Source Package: libressl
  • 3 Dépendances
  • 2 fournit
  • normalized package name match
  • Correspondance par : Libressl
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libssl60 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • 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