diff options
author | koobs <koobs@FreeBSD.org> | 2016-02-01 19:02:50 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2016-02-01 19:02:50 +0800 |
commit | 90682b212b01cce2d12f778589ad2c15cfc27fbe (patch) | |
tree | 02aa269896e812e2ab477b43ddaadd7fa00259ff /security/Makefile | |
parent | f770c472f1c4556e6c438970112c3456ba4ab4eb (diff) | |
download | freebsd-ports-gnome-90682b212b01cce2d12f778589ad2c15cfc27fbe.tar.gz freebsd-ports-gnome-90682b212b01cce2d12f778589ad2c15cfc27fbe.tar.zst freebsd-ports-gnome-90682b212b01cce2d12f778589ad2c15cfc27fbe.zip |
[NEW] security/stud: Scalable TLS Unwrapping Daemon
stud is a network proxy that terminates TLS/SSL connections
and forwards the unencrypted traffic to some backend. It's
designed to handle 10s of thousands of connections
efficiently on multicore machines.
WWW: https://github.com/bumptech/stud
PR: 206134
Submitted by: Franz Bettag <franz bett ag>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 5732ba9b93f9..473e9fed5083 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1067,6 +1067,7 @@ SUBDIR += stoken SUBDIR += strobe SUBDIR += strongswan + SUBDIR += stud SUBDIR += stunnel SUBDIR += subversion-gnome-keyring SUBDIR += subversion-kwallet |