summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/sha2.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - (djm) [openbsd-compat/sha2.c openbsd-compat/sha2.h] Remove OpenBSD rcsidDamien Miller2011-09-231-1/+1
| | | | | marker. The upstream API has changed (function and structure names) enough to put it out of sync with other providers of this interface.
* - (tim) [kex.c myproposal.h md-sha256.c openbsd-compat/sha2.c,h] DisableTim Rice2006-03-161-2/+6
| | | | sha256 when openssl < 0.9.7. Patch from djm@. Corrections/testing by me.
* - (djm) [openbsd-compat/sha2.h openbsd-compat/sha2.c] Comment outDamien Miller2006-03-151-0/+2
| | | | SHA384, which we don't need and doesn't compile without tweaks
* - (djm) [configure.ac defines.h kex.c md-sha256.c]Damien Miller2006-03-151-0/+876
[openbsd-compat/sha2.h openbsd-compat/openbsd-compat.h] [openbsd-compat/sha2.c] First stab at portability glue for SHA256 KEX support, should work with libc SHA256 support or OpenSSL EVP_sha256 if present