summaryrefslogtreecommitdiffstats
path: root/contrib/telnet/libtelnet/pk.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix the latest telnet breakage. Obviously this was never compiled.peter2001-05-171-4/+4
|
* srandomdev() affords us the opportunity to radically improve, and at thensayer2001-05-161-0/+7
| | | | same time simplify, the random number selection code.
* Get crypto from libcrypto, not libdes.markm2000-02-241-1/+2
|
* Add SRA authentication to src/crypto/telnet.nsayer1999-08-161-0/+266
SRA does a Diffie-Hellmen exchange and then DES-encrypts the authentication data. If the authentication is successful, it also sets up a session key for DES encryption. SRA was originally developed at Texas A&M University. This code is probably export restricted (despite the fact that I originally found it at a University in Germany). SRA is not perfect. It is vulnerable to monkey-in-the-middle attacks and does not use tremendously large DH constants (and thus an individual exchange probably could be factored in a few days on modern CPU horsepower). It does not, however, require any changes in user or administrative behavior and foils session hijacking and sniffing. The goal of this commit is that telnet and telnetd end up in the DES distribution and that therefore an encrypted session telnet becomes standard issue for FreeBSD.
OpenPOWER on IntegriCloud