Install this version:
emerge -a =net-analyzer/sslyze-6.3.1
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1
DESCRIPTION="Fast and full-featured SSL scanner"
HOMEPAGE="https://github.com/nabla-c0d3/sslyze"
SRC_URI="https://github.com/nabla-c0d3/sslyze/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE="test"
RDEPEND=">=dev-python/nassl-5.3.0[${PYTHON_USEDEP}]
>=dev-python/cryptography-42.0.0[${PYTHON_USEDEP}]
>=dev-python/tls_parser-2.0.0[${PYTHON_USEDEP}]
>=dev-python/pydantic-2.3[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
BDEPEND="test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/faker[${PYTHON_USEDEP}]
)"
RESTRICT="!test? ( test )"
python_test() {
# Skip tests that connect to external servers (network-sandbox blocks them,
# and test_resumption_with_tls_tickets is flaky against live Google endpoints)
epytest \
--ignore=tests/server_connectivity_tests \
--ignore=tests/test_mozilla_tls_profile \
--deselect=tests/plugins_tests/test_session_resumption_plugin.py::TestSessionResumptionSupport::test_resumption_with_tls_tickets
}
Manage flags for this package:
euse -i <flag> -p net-analyzer/sslyze |
euse -E <flag> -p net-analyzer/sslyze |
euse -D <flag> -p net-analyzer/sslyze
>=dev-python/nassl-5.3.0[] >=dev-python/cryptography-42.0.0[] >=dev-python/tls_parser-2.0.0[] >=dev-python/pydantic-2.3[]
>=dev-python/nassl-5.3.0[] >=dev-python/cryptography-42.0.0[] >=dev-python/tls_parser-2.0.0[] >=dev-python/pydantic-2.3[]
test? ( dev-python/pytest[] dev-python/faker[] )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | sslyze-6.3.1.tar.gz | 4347261 bytes | https://github.com/nabla-c0d3/sslyze/archive/6.3.1.tar.gz |