NetBSD/dist/ntp/README.des

17 lines
499 B
Plaintext
Raw Normal View History

2000-03-29 16:38:44 +04: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
2000-04-22 18:51:59 +04:00
- Follow the instructions in README.rsa
2000-03-29 16:38:44 +04:00
2000-04-22 18:51:59 +04:00
Be advised that the RSA DES code is not quite as portable as one might
2000-03-29 16:38:44 +04: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.