freebsd_amp_hwpstate/contrib/ntp/README.des

17 lines
499 B
Plaintext
Raw Normal View History

1999-12-09 13:01:21 +00:00
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
2001-08-29 14:35:15 +00:00
- Follow the instructions in README.rsa
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
Be advised that the RSA DES code is not quite as portable as one might
1999-12-09 13:01:21 +00:00
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.