From 8bd3d0ff334de8e9c12065361572244efad95d13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Tue, 10 Jun 2014 12:04:07 +0200 Subject: [PATCH] Updated download and git links. List release key fingerprint. --- index.html | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 4d77731b..3ac9d7eb 100644 --- a/index.html +++ b/index.html @@ -31,9 +31,19 @@

Get the latest version by http or ftp. + href="https://ftp.gnu.org/gnu/nettle/">https or ftp. + + Recent releases are signed with the following PGP key:

+
+
+pub   2560R/28C67298 2013-01-07
+      Key fingerprint = 343C 2FF0 FBEE 5EC2 EDBE  F399 F359 9FF8 28C6 7298
+uid                  Niels Möller <nisse@lysator.liu.se>
+  
+  
+

Language bindings

@@ -64,7 +74,7 @@

The public git repository for Nettle is located at git.lysator.liu.se. + href='http://git.lysator.liu.se/nettle/nettle'>git.lysator.liu.se. After checkout, you need to run the .bootstrap script before the standard ./configure && make.

@@ -75,7 +85,7 @@ directory organization used to be a bit different, building old versions of Nettle from the current git repository does not work out of the box. To do that, you have to check out historic versions from - the LSH repository + the LSH repository instead.

-- GitLab