Summary
SSLsplit is a tool for man-in-the-middle attacks against SSL/TLS encrypted network connections. It is intended to be useful for network forensics, application security analysis and penetration testing.
Versions
v9999 :: 0 :: gentoo
- Modified
- License
- BSD-2
- USE flags
- test
v0.5.5 :: 0 :: gentoo
- Modified
- License
- BSD-2
- Keywords
- ~amd64 ~x86
- USE flags
- test
v0.5.4 :: 0 :: gentoo
- Modified
- License
- BSD-2
- Keywords
- ~amd64 ~x86
- USE flags
- test
USE flags
General
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
Dependencies
dev-libs / check : A unit test framework for C
dev-libs / libevent : Library to execute a function when a specific event occurs on a file descriptor
dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)
net-libs / libnet : library providing an API for commonly used low-level network functions
net-libs / libpcap : A system-independent library for user-level network packet capture
sys-libs / fts-standalone : Standalone fts library for use with musl
Runtime Dependencies
dev-libs / libevent : Library to execute a function when a specific event occurs on a file descriptor
dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)
net-libs / libnet : library providing an API for commonly used low-level network functions
net-libs / libpcap : A system-independent library for user-level network packet capture
sys-libs / fts-standalone : Standalone fts library for use with musl
Bugs
- 731190
- net-analyzer/sslsplit-0.5.5 fails to link with LLD because of /usr/lib in the link command line
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
net-analyzer/sslsplit: add subslot binder against libevent
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Petr Vaněk · gentoo
net-analyzer/sslsplit: fix openssl3 support
Upstream-issue: https://github.com/droe/sslsplit/issues/290 Closes: https://bugs.gentoo.org/805536 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/25611 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
net-analyzer/sslsplit: remove implicit elibc_* flags
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Petr Vaněk · gentoo
net-analyzer/sslsplit: Add missing dependencies
Closes: https://bugs.gentoo.org/724938 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/15954 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Petr Vaněk · gentoo
net-analyzer/sslsplit: version bump to 0.5.5
Closes: https://bugs.gentoo.org/696720 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/13162 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Petr Vaněk · gentoo
net-analyzer/sslsplit: Remove old version
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/12621 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Petr Vaněk · gentoo
net-analyzer/sslsplit: update 9999 ebuild, EAPI-7 Bump
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Petr Vaněk · gentoo
net-analyzer/sslsplit: Bump to version 0.5.4
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Mair-Keimberger · gentoo
net-analyzer/sslsplit: use HTTPS.
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10960 Signed-off-by: Patrice Clement <monsieurp@gentoo.org> - Petr Vaněk · gentoo
net-analyzer/sslsplit: fix an error in network-sandboxed test
Closes: https://bugs.gentoo.org/650998 Closes: https://github.com/gentoo/gentoo/pull/7528 Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Petr Vaněk · gentoo
net-analyzer/sslsplit: explicit elibc_musl - Petr Vaněk · gentoo
net-analyzer/sslsplit: fix date - Petr Vaněk · gentoo
net-analyzer/sslsplit: New ebuild
Introduce a new ebuild for sslsplit, the tool for transparent SSL/TLS interception. Closes: https://bugs.gentoo.org/637926 Closes: https://github.com/gentoo/gentoo/pull/6210