Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jun 2011 02:10:10 +0000 (UTC)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r223582 - head/lib/libmd
Message-ID:  <201106270210.p5R2AAAL076719@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cperciva
Date: Mon Jun 27 02:10:10 2011
New Revision: 223582
URL: http://svn.freebsd.org/changeset/base/223582

Log:
  Rewrite HISTORY: The SHA256 code first appeared in 6.0, and the SHA512
  code in 9.0; neither existed in FreeBSD 4.0.

Modified:
  head/lib/libmd/sha256.3
  head/lib/libmd/sha512.3

Modified: head/lib/libmd/sha256.3
==============================================================================
--- head/lib/libmd/sha256.3	Sun Jun 26 21:36:53 2011	(r223581)
+++ head/lib/libmd/sha256.3	Mon Jun 27 02:10:10 2011	(r223582)
@@ -127,7 +127,7 @@ argument is non-null it must point to at
 .Xr sha 3
 .Sh HISTORY
 These functions appeared in
-.Fx 4.0 .
+.Fx 6.0 .
 .Sh AUTHORS
 The core hash routines were implemented by Colin Percival based on
 the published

Modified: head/lib/libmd/sha512.3
==============================================================================
--- head/lib/libmd/sha512.3	Sun Jun 26 21:36:53 2011	(r223581)
+++ head/lib/libmd/sha512.3	Mon Jun 27 02:10:10 2011	(r223582)
@@ -127,7 +127,7 @@ argument is non-null it must point to at
 .Xr sha 3
 .Sh HISTORY
 These functions appeared in
-.Fx 4.0 .
+.Fx 9.0 .
 .Sh AUTHORS
 The core hash routines were implemented by Colin Percival based on
 the published



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106270210.p5R2AAAL076719>