summaryrefslogtreecommitdiff
path: root/share/ipsec
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-06 21:30:23 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-06 21:30:23 +0000
commit9f46e115c26fbd054323a6bc806901a5600c0516 (patch)
treec0e8f9ef241e3fa7085f6f7cefb6b42b718aa1b8 /share/ipsec
parented88179976782664d762bbd9a33732c8c68d78db (diff)
more photuris bits by bye bye
Diffstat (limited to 'share/ipsec')
-rw-r--r--share/ipsec/attributes.conf24
-rw-r--r--share/ipsec/photuris.conf24
-rw-r--r--share/ipsec/photuris.startup8
-rw-r--r--share/ipsec/secrets.conf19
4 files changed, 0 insertions, 75 deletions
diff --git a/share/ipsec/attributes.conf b/share/ipsec/attributes.conf
deleted file mode 100644
index 80a63a76d14..00000000000
--- a/share/ipsec/attributes.conf
+++ /dev/null
@@ -1,24 +0,0 @@
-# $OpenBSD: attributes.conf,v 1.5 2001/02/03 08:20:36 niklas Exp $
-
-# Predefined keywords are AT_AH_ATTRIB, AT_ESP_ATTRIB
-# Not yet defined keywords serve as definitions with the
-# following syntax: name, photuris id, type, key length
-# This is the default list
-AT_SHA1_IPMAC, 6, ident|auth, 20
-AT_MD5_IPMAC, 5, ident|auth, 16
-AT_ESP_ATTRIB
- AT_HMAC_FLAG, 254, ,
- AT_BLF_NEW, 16, enc, 56
- AT_3DES_NEW, 18, enc, 24
- AT_CAST_NEW, 17, enc, 16
- AT_DES_CBC, 8, enc, 8
-AT_AH_ATTRIB
- AT_HMAC_FLAG
- AT_MD5_IPMAC
- AT_SHA1_IPMAC
-# This is the list for 134.100.104, only authentication.
-134.100.104.0 255.255.255.0
-AT_MD5_IPMAC
-AT_AH_ATTRIB
- AT_SHA1_IPMAC
- AT_MD5_IPMAC
diff --git a/share/ipsec/photuris.conf b/share/ipsec/photuris.conf
deleted file mode 100644
index 5deed2bcb25..00000000000
--- a/share/ipsec/photuris.conf
+++ /dev/null
@@ -1,24 +0,0 @@
-# $OpenBSD: photuris.conf,v 1.4 2001/02/03 08:20:36 niklas Exp $
-
-# Allowed keywords are: modulus and exchange
-# modulus <generator> <modulus>
-# exchange and DH_G_2_3DES_SHA1, DH_G_2_DES_MD5 or DH_G_2_MD5
-# config exchange_max_retransmits <number>
-# config exchange_retransmit_timeout <seconds>
-# config exchange_timeout <seconds>
-# config exchange_lifetime <seconds>
-# config spi_lifetime <seconds>
-modulus 2 0x991b54d446856f383f53da1482990c133a9a6179028eaafa55d176533e8f7ac52059c504c70ebef5dfd1d82d8ba741c4f3cf1f8ed7ace70ea6cfc4da9bc790991a58cdab647561b83f6c9b73fc638a19f0d9cfacb7e64b04cbe1f68bf49a0bd9981b7906034163f0f63cd0d69b6ac079e6da47659ef2c2ae3afa59a2c929048675375218f64a192351766db97f7bf331fec9ff8e2b1cb1ec4be8b432056bf525f5e171cf5b7a975dc38d1824fd0d2815f69abe8edb46809aec8214b964ea527167b1467b97a0f329b712fb13f5924d2577e1e67d64347e1b67997de818e567145e8ad21c6cd387541b9dfaca432f6e1abd796bf59c17149779c37075d873bff3
-modulus 2 0xda583c16d9852289d0e4af756f4cca92dd4be533b804fb0fed94ef9c8a4403ed574650d36999db29d776276ba2d3d412e218f4dd1e084cf6d8003e7c4774e833
-modulus 2 0x97f64261cab505dd2828e13f1d68b6d3dbd0f313047f40e856da58cb13b8a1bf2b783a4c6d59d5f92afc6cff3d693f78b23d4f3160a9502e3efaf7ab5e1ad5a65e554313828da83b9ff2d941dee95689fadaea0936addf1971fe635b20af470364603c2de059f54b650ad8fa0cf70121c74799d7587132be9b999bb9b787e8ab
-exchange DH_G_2_3DES_SHA1 0
-exchange DH_G_2_DES_MD5 0
-#exchange DH_G_2_MD5 2048
-exchange DH_G_2_MD5 1024
-exchange DH_G_2_MD5 512
-#
-config exchange_max_retransmits 3
-config exchange_retransmit_timeout 10
-config exchange_timeout 60
-config exchange_lifetime 1000
-config spi_lifetime 180
diff --git a/share/ipsec/photuris.startup b/share/ipsec/photuris.startup
deleted file mode 100644
index f960bd87a5a..00000000000
--- a/share/ipsec/photuris.startup
+++ /dev/null
@@ -1,8 +0,0 @@
-# $OpenBSD: photuris.startup,v 1.2 2001/02/03 08:20:36 niklas Exp $
-
-# Initial exchanges which might be needed by NIS or NFS servers
-dst=134.100.106.2 port=468 options=enc,auth user=provos
-tsrc=134.100.106.0/255.255.255.255
-tdst=134.100.0.0/255.255.0.0
-
-dst=134.100.104.6 port=7468
diff --git a/share/ipsec/secrets.conf b/share/ipsec/secrets.conf
deleted file mode 100644
index 67142a55fa1..00000000000
--- a/share/ipsec/secrets.conf
+++ /dev/null
@@ -1,19 +0,0 @@
-# $OpenBSD: secrets.conf,v 1.3 2001/02/03 08:20:36 niklas Exp $
-
-# Simple
-identity local "Niels" "Niels for one"
-# Pairs
-identity pair local "Niels" "Niels-Niels" "Niels to Niels"
-identity pair local "Apple" "Niels-Apple" "Niels to Apple"
-identity pair local "Baker" "Niels-Baker" "Niels to Baker"
-# Remote secrets
-identity remote "Niels-Apple" "Niels to Apple"
-identity remote "Niels-Niels" "Niels to Niels"
-identity remote "Niels-Baker" "Niels to Baker"
-identity remote "Apple-Niels" "Apple to Niels"
-identity remote "Baker-Niels" "Baker to Niels"
-identity remote "Apple" "all for one"
-identity remote "Niels" "Niels for one"
-identity remote "Baker" "one for all"
-identity remote "Baker-Apple" "Baker to Apple"
-identity remote "Apple-Apple" "Apple to Apple"