From 0c3bc03e906932b60df5e5814ca87b8a5d10cde6 Mon Sep 17 00:00:00 2001 From: Yuriy Glukhov Date: Mon, 7 Oct 2019 16:21:54 +0300 Subject: [PATCH] Added bearssl package (#1197) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 064ba7f..7bf49fc 100644 --- a/packages.json +++ b/packages.json @@ -14606,5 +14606,20 @@ "description": "Color management utility for X", "license": "MIT", "web": "https://github.com/SolitudeSF/xcm" + }, + { + "name": "bearssl", + "url": "https://github.com/status-im/nim-bearssl", + "method": "git", + "tags": [ + "crypto", + "hashes", + "ciphers", + "ssl", + "tls" + ], + "description": "Bindings to BearSSL library", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-bearssl" } ]