aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-30 19:53:01 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-30 19:53:01 +0000
commit6127fdfe91913e8ed5169d5d2acf980d9dcefa16 (patch)
tree55c6d090fcd3e1a4f7c7c168a52be5db104154a8
parentb518c84f1e7eec6dc7edbe0bdaa870da0ea60f0f (diff)
downloadgnunet-6127fdfe91913e8ed5169d5d2acf980d9dcefa16.tar.gz
gnunet-6127fdfe91913e8ed5169d5d2acf980d9dcefa16.zip
-adding ECC-based keys
-rw-r--r--src/namestore/Makefile.am3
-rw-r--r--src/namestore/test_hostkeybin0 -> 827 bytes
-rw-r--r--src/namestore/zonefiles/AQ835GVL939H4O8QJQ7GBLPTQC0QAAO91BN7QK01BA63MDSK6I4G.zkeybin0 -> 826 bytes
-rw-r--r--src/namestore/zonefiles/HGU0A0VCU334DN7F2I9UIUMVQMM7JMSD142LIMNUGTTV9R0CF4EG.zkeybin0 -> 827 bytes
-rw-r--r--src/namestore/zonefiles/N0UJMP015AFUNR2BTNM3FKPBLG38913BL8IDMCO2H0A1LIB81960.zkeybin0 -> 826 bytes
-rw-r--r--src/namestore/zonefiles/S5I9DSGQVAB5FVV16T3B3CC5H1B2JGL3Q412JBKURME8EKU0600G.zkeybin0 -> 827 bytes
6 files changed, 3 insertions, 0 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index b920c43c4..0a82d9f48 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -249,10 +249,13 @@ EXTRA_DIST = \
249 test_plugin_namestore_sqlite.conf\ 249 test_plugin_namestore_sqlite.conf\
250 test_plugin_namestore_postgres.conf\ 250 test_plugin_namestore_postgres.conf\
251 test_hostkey \ 251 test_hostkey \
252 zonefiles/S5I9DSGQVAB5FVV16T3B3CC5H1B2JGL3Q412JBKURME8EKU0600G.zkey \
253 zonefiles/AQ835GVL939H4O8QJQ7GBLPTQC0QAAO91BN7QK01BA63MDSK6I4G.zkey \
252 zonefiles/HGU0A0VCU334DN7F2I9UIUMVQMM7JMSD142LIMNUGTTV9R0CF4EG.zkey \ 254 zonefiles/HGU0A0VCU334DN7F2I9UIUMVQMM7JMSD142LIMNUGTTV9R0CF4EG.zkey \
253 zonefiles/N0UJMP015AFUNR2BTNM3FKPBLG38913BL8IDMCO2H0A1LIB81960.zkey 255 zonefiles/N0UJMP015AFUNR2BTNM3FKPBLG38913BL8IDMCO2H0A1LIB81960.zkey
254 256
255 257
258
256test_plugin_namestore_sqlite_SOURCES = \ 259test_plugin_namestore_sqlite_SOURCES = \
257 test_plugin_namestore.c 260 test_plugin_namestore.c
258test_plugin_namestore_sqlite_LDADD = \ 261test_plugin_namestore_sqlite_LDADD = \
diff --git a/src/namestore/test_hostkey b/src/namestore/test_hostkey
new file mode 100644
index 000000000..81f461e7d
--- /dev/null
+++ b/src/namestore/test_hostkey
Binary files differ
diff --git a/src/namestore/zonefiles/AQ835GVL939H4O8QJQ7GBLPTQC0QAAO91BN7QK01BA63MDSK6I4G.zkey b/src/namestore/zonefiles/AQ835GVL939H4O8QJQ7GBLPTQC0QAAO91BN7QK01BA63MDSK6I4G.zkey
new file mode 100644
index 000000000..7dfee2d0b
--- /dev/null
+++ b/src/namestore/zonefiles/AQ835GVL939H4O8QJQ7GBLPTQC0QAAO91BN7QK01BA63MDSK6I4G.zkey
Binary files differ
diff --git a/src/namestore/zonefiles/HGU0A0VCU334DN7F2I9UIUMVQMM7JMSD142LIMNUGTTV9R0CF4EG.zkey b/src/namestore/zonefiles/HGU0A0VCU334DN7F2I9UIUMVQMM7JMSD142LIMNUGTTV9R0CF4EG.zkey
new file mode 100644
index 000000000..acc877d4f
--- /dev/null
+++ b/src/namestore/zonefiles/HGU0A0VCU334DN7F2I9UIUMVQMM7JMSD142LIMNUGTTV9R0CF4EG.zkey
Binary files differ
diff --git a/src/namestore/zonefiles/N0UJMP015AFUNR2BTNM3FKPBLG38913BL8IDMCO2H0A1LIB81960.zkey b/src/namestore/zonefiles/N0UJMP015AFUNR2BTNM3FKPBLG38913BL8IDMCO2H0A1LIB81960.zkey
new file mode 100644
index 000000000..7dfee2d0b
--- /dev/null
+++ b/src/namestore/zonefiles/N0UJMP015AFUNR2BTNM3FKPBLG38913BL8IDMCO2H0A1LIB81960.zkey
Binary files differ
diff --git a/src/namestore/zonefiles/S5I9DSGQVAB5FVV16T3B3CC5H1B2JGL3Q412JBKURME8EKU0600G.zkey b/src/namestore/zonefiles/S5I9DSGQVAB5FVV16T3B3CC5H1B2JGL3Q412JBKURME8EKU0600G.zkey
new file mode 100644
index 000000000..acc877d4f
--- /dev/null
+++ b/src/namestore/zonefiles/S5I9DSGQVAB5FVV16T3B3CC5H1B2JGL3Q412JBKURME8EKU0600G.zkey
Binary files differ