History log of /freebsd-10-stable/lib/libmd/sha1c.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 314184 23-Feb-2017 avg

MFC r282774: Unbreak MIPS build following r282726 (MFCed in r314144)


# 314144 23-Feb-2017 avg

MFC r282726: Ensure libmd symbols do not clash with libcrypto

Add a prefix to all symbols in libmd to avoid incompatibilites
with same-named, but not binary compatible, symbols from libcrypto.

Also introduce Weak aliases to avoid the need to rebuild dependent
binaries and a major version bump.

PR: 199119


# 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

# 154479 17-Jan-2006 phk

Fix an 11 year old mistake: Let the hash functions take a void* instead
of unsigned char* argument.


# 92913 21-Mar-2002 obrien

Remove 'register' keyword.


# 84211 30-Sep-2001 dillon

add __FBSDID()s to libmd


# 44301 26-Feb-1999 wollman

Add Eric Young's RIPEMD160 implementation as well, in case SHA-1
should prove weak. Also fix a few problems with the SHA-1 build.


# 44290 26-Feb-1999 wollman

Fix bug in MDx test suite.
Add Eric Young's SHA-[01] implementations.