aboutsummaryrefslogtreecommitdiff
path: root/contrib/ntp/README.des
diff options
context:
space:
mode:
authorOllivier Robert <roberto@FreeBSD.org>1999-12-09 13:01:21 +0000
committerOllivier Robert <roberto@FreeBSD.org>1999-12-09 13:01:21 +0000
commitc0b746e5e8d9479f05b3749cbf1f73b8928719bd (patch)
treefc0cfa1aab0ff6b228f511b410733ef4f35d1ead /contrib/ntp/README.des
downloadsrc-c0b746e5e8d9479f05b3749cbf1f73b8928719bd.tar.gz
src-c0b746e5e8d9479f05b3749cbf1f73b8928719bd.zip
Virgin import of ntpd 4.0.98fvendor/ntp/4.0.98f
Notes
Notes: svn path=/vendor/ntp/dist/; revision=54359 svn path=/vendor/ntp/4.0.98f/; revision=54361; tag=vendor/ntp/4.0.98f
Diffstat (limited to 'contrib/ntp/README.des')
-rw-r--r--contrib/ntp/README.des20
1 files changed, 20 insertions, 0 deletions
diff --git a/contrib/ntp/README.des b/contrib/ntp/README.des
new file mode 100644
index 000000000000..072d72e85950
--- /dev/null
+++ b/contrib/ntp/README.des
@@ -0,0 +1,20 @@
+If you want DES support in ntp:
+
+- Use MD5 instead:
+- - convert your DES keys to MD5 by changing the 'A', 'N' or 'S' to 'M'
+
+If you *need* DES support:
+
+- first see if you can simply "want" DES support instead
+- Get RSAREF or RSAEURO (or a reasonable facsimile thereof)
+- - Unpack it in the top-level source directory of the NTP distribution
+ (You should see directories like ports, rsaref2, scripts)
+
+When you run configure, the Right Thing will happen.
+
+Be advised that the RSA DES code is not quite as portable os one might
+wish for. In particular, DES under NTP will only work between machines
+of the same "endianness".
+
+Dave would prefer that new/alternative encryption schemes follow the
+RSA API.