summaryrefslogtreecommitdiffstats
path: root/crypto/libsignal/DETAILS
diff options
context:
space:
mode:
authorVlad Glagolev2019-08-03 02:01:24 +0000
committerVlad Glagolev2019-08-03 02:01:24 +0000
commita6b969e23cfde8409ca6c5528b285e99e91fbf75 (patch)
tree0c94bfd02e16d1a9158d1d9da33d18d70385ed7e /crypto/libsignal/DETAILS
parent0dd6364b88e01c1ab49ec28e0f8daee7da11af9b (diff)
libsignal: new spell, Signal Protocol C Library
Diffstat (limited to 'crypto/libsignal/DETAILS')
-rwxr-xr-xcrypto/libsignal/DETAILS15
1 files changed, 15 insertions, 0 deletions
diff --git a/crypto/libsignal/DETAILS b/crypto/libsignal/DETAILS
new file mode 100755
index 0000000000..45ac22a29c
--- /dev/null
+++ b/crypto/libsignal/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=libsignal
+ SPELLX=${SPELL}-protocol-c
+ VERSION=2.3.2
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://github.com/signalapp/${SPELLX}/archive/v${VERSION}.tar.gz
+ SOURCE_HASH=sha512:7c63c42b9a590ed1a60a6f0094668d9948aa04e5965d052c22ae22b176df7c5582b8ec5c0e6c01ad582dfe2b04067380b9734ad08c64785242e90abcdabdfb8d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE=https://signal.org/
+ LICENSE[0]=GPL
+ ENTERED=20190802
+ SHORT="Signal Protocol C Library"
+cat << EOF
+This is a ratcheting forward secrecy protocol that works in synchronous and
+asynchronous messaging environments.
+EOF