freebsd-dev/crypto
Kris Kennaway a2a887b56a output_data(), output_datalen() and netflush() didn't actually guarantee
to do what they are supposed to: under some circumstances output data would
be truncated, or the buffer would not actually be flushed (possibly leading
to overflows when the caller assumes the operation succeeded).  Change the
semantics so that these functions ensure they complete the operation before
returning.

Comment out diagnostic code enabled by '-D reports' which causes an
infinite recursion and an eventual crash.

Patch developed with assistance from ru and assar.
2001-07-23 21:52:26 +00:00
..
heimdal fix merges from 0.3f 2001-06-21 02:21:57 +00:00
kerberosIV merge imported changes into HEAD 2001-05-11 00:14:02 +00:00
openssh Bug fix: When the client connects to a server and Kerberos 2001-07-13 18:12:13 +00:00
openssl Resolve conflicts 2001-07-19 20:05:28 +00:00
telnet output_data(), output_datalen() and netflush() didn't actually guarantee 2001-07-23 21:52:26 +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.