FreeBSD Bugzilla – Attachment 224758 Details for
Bug 255694
New port: security/tang: Small daemon for binding data to the presence of a network
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
The port files in diff format
tang.diff (text/plain), 2.83 KB, created by
Howard Holm
on 2021-05-07 23:17:39 UTC
(
hide
)
Description:
The port files in diff format
Filename:
MIME Type:
Creator:
Howard Holm
Created:
2021-05-07 23:17:39 UTC
Size:
2.83 KB
patch
obsolete
>diff --git a/security/tang/Makefile b/security/tang/Makefile >new file mode 100644 >index 000000000000..dd8afea13a63 >--- /dev/null >+++ b/security/tang/Makefile >@@ -0,0 +1,29 @@ >+# $FreeBSD$ >+ >+PORTNAME= tang >+DISTVERSION= 10 >+CATEGORIES= security >+ >+MAINTAINER= hdholm@alumni.iastate.edu >+COMMENT= Tang is a small daemon for binding data to the presence of a network >+ >+LICENSE= GPLv3 >+LICENSE_FILE= ${WRKSRC}/COPYING >+ >+LIB_DEPENDS= libjose.so:net/jose libhttp_parser.so:www/http-parser libjansson.so:devel/jansson >+RUN_DEPENDS= socat:net/socat >+BUILD_DEPENDS= socat:net/socat a2x:textproc/asciidoc >+ >+USES= compiler:c11 meson ninja pkgconfig >+USE_LDCONFIG= yes >+INSTALL_TARGET= install-strip >+DEFAULT_VERSIONS+=ssl=openssl >+ >+USE_GITHUB= yes >+GH_ACCOUNT= latchset >+GH_TAGNAME= v10 >+ >+post-install: >+ ${MKDIR} -m 0700 ${STAGEDIR}/var/db/tang >+ >+.include <bsd.port.mk> >diff --git a/security/tang/distinfo b/security/tang/distinfo >new file mode 100644 >index 000000000000..acc4a39838f3 >--- /dev/null >+++ b/security/tang/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1620421972 >+SHA256 (latchset-tang-10-v10_GH0.tar.gz) = 168ceee00bcf1da3d4e595285947fdcd5822b2e4e5cdb4b0e69b450b2cac2ba6 >+SIZE (latchset-tang-10-v10_GH0.tar.gz) = 36469 >diff --git a/security/tang/pkg-descr b/security/tang/pkg-descr >new file mode 100644 >index 000000000000..9e9183b65d76 >--- /dev/null >+++ b/security/tang/pkg-descr >@@ -0,0 +1,21 @@ >+Tang is a server for binding data to network presence. >+ >+This sounds fancy, but the concept is simple. You have some data, but you only >+want it to be available when the system containing the data is on a certain, >+usually secure, network. This is where Tang comes in. >+ >+First, the client gets a list of the Tang server's advertised asymmetric keys. >+This can happen online by a simple HTTP GET. Alternatively, since the keys are >+asymmetric, the public key list can be distributed out of band. >+ >+Second, the client uses one of these public keys to generate a unique, >+cryptographically strong encryption key. The data is then encrypted using this >+key. Once the data is encrypted, the key is discarded. Some small metadata is >+produced as part of this operation which the client should store in a convenient >+location. This process of encrypting data is the provisioning step. >+ >+Third, when the client is ready to access its data, it simply loads the metadata >+produced in the provisioning step and performs an HTTP POST in order to recover >+the encryption key. This process is the recovery step. >+ >+WWW: https://github.com/latchset/tang >diff --git a/security/tang/pkg-plist b/security/tang/pkg-plist >new file mode 100644 >index 000000000000..746dacbd853c >--- /dev/null >+++ b/security/tang/pkg-plist >@@ -0,0 +1,8 @@ >+libexec/tangd >+man/man1/tang-show-keys.1.gz >+man/man8/tang.8.gz >+libexec/tangd-keygen >+libexec/tangd-rotate-keys >+bin/tang-show-keys >+etc/rc.d/tangd >+@dir /var/db/tang
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 255694
: 224758