History log of /freebsd-10.1-release/sys/crypto/sha2/sha2.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 253119 09-Jul-2013 delphij

Sync with KAME.

MFC after: 1 month


# 253090 09-Jul-2013 rmh

Allow assert() to operate correctly when building userland code.


# 218918 21-Feb-2011 brucec

Make private functions static.

PR: kern/43611
Submitted by: Matt Emmerton <matt at gsicomp.on.ca>
Reviewed by: kib
MFC after: 3 days


# 163602 22-Oct-2006 kevlo

Initialize T1 to silent gcc warning.

Approved by: cognet


# 161661 26-Aug-2006 kan

GCC 3.4.6 gets confused on this file and produces bogus warning.
Shut it up.


# 119890 08-Sep-2003 phk

Correctly bzero the entire context, not just the first sizeof(void *) bytes.

Found by: Juergen Buchmueller <pullmoll@stop1984.com>


# 116174 10-Jun-2003 obrien

Use __FBSDID().


# 106287 01-Nov-2002 phk

Make this compilable from userland as well.


# 100081 15-Jul-2002 markm

Fix some really pedantic GCC warnings.


# 91313 26-Feb-2002 ume

off by one error in Aaron Gifford's code. KAME PR 393.

PR: kern/34242
Submitted by: Aaron D. Gifford <agifford@infowest.com>
MFC after: 1 week


# 78358 16-Jun-2001 ume

less warning

warning: cast discards qualifiers from pointer target type


# 78064 11-Jun-2001 ume

Sync with recent KAME.
This work was based on kame-20010528-freebsd43-snap.tgz and some
critical problem after the snap was out were fixed.
There are many many changes since last KAME merge.

TODO:
- The definitions of SADB_* in sys/net/pfkeyv2.h are still different
from RFC2407/IANA assignment because of binary compatibility
issue. It should be fixed under 5-CURRENT.
- ip6po_m member of struct ip6_pktopts is no longer used. But, it
is still there because of binary compatibility issue. It should
be removed under 5-CURRENT.

Reviewed by: itojun
Obtained from: KAME
MFC after: 3 weeks