freebsd-nq/crypto
Assar Westerlund cb96ab3672 Add code for being compatible with ssh.com's krb5 authentication.
It is done by using the same ssh messages for v4 and v5 authentication
(since the ssh.com does not now anything about v4) and looking at the
contents after unpacking it to see if it is v4 or v5.
Based on code from Björn Grönvall <bg@sics.se>

PR:		misc/20504
2001-03-04 02:22:04 +00:00
..
heimdal Fix a "make world"-breaking inconsistency for those folks making 2001-02-14 19:54:36 +00:00
kerberosIV fix conflicts from merge 2000-12-29 21:16:01 +00:00
openssh Add code for being compatible with ssh.com's krb5 authentication. 2001-03-04 02:22:04 +00:00
openssl Resolve conflicts 2001-02-18 03:23:30 +00:00
telnet Synch: Add $FreeBSD$. 2001-02-07 21:58:16 +00:00
README Note that crypto/ is not used to build in, people should see secure/ 2001-02-10 04:47:47 +00:00

$FreeBSD$

This directory is for the EXACT same use as src/contrib, except it
holds crypto sources.  In other words, this holds raw sources obtained
from various third party vendors, with FreeBSD patches applied.  No
compilation is done from this directory, it is all done from the
src/secure directory.  The separation between src/contrib and src/crypto
is the result of an old USA law, which made these sources export
controlled, so they had to be kept separate.