Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Mar 2005 19:23:04 +0000 (UTC)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libmd Makefile sha256.3 sha256.h sha256c.c shadriver.c src/sbin/md5 Makefile md5.c
Message-ID:  <200503091923.j29JN4Ti063868@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
cperciva    2005-03-09 19:23:04 UTC

  FreeBSD src repository

  Modified files:
    lib/libmd            Makefile shadriver.c 
    sbin/md5             Makefile md5.c 
  Added files:
    lib/libmd            sha256.3 sha256.h sha256c.c 
  Log:
  In light of the recent 2^69 operation collision-finding attack on SHA1,
  add support for SHA256.
  
  Tested on:      i386, sparc64
  Tested using:   NIST test vectors, built-in tests
  X-MFC-after:    5.4-RELEASE
  
  Revision  Changes    Path
  1.42      +29 -5     src/lib/libmd/Makefile
  1.1       +140 -0    src/lib/libmd/sha256.3 (new)
  1.1       +50 -0     src/lib/libmd/sha256.h (new)
  1.1       +299 -0    src/lib/libmd/sha256c.c (new)
  1.4       +4 -1      src/lib/libmd/shadriver.c
  1.10      +4 -2      src/sbin/md5/Makefile
  1.34      +20 -2     src/sbin/md5/md5.c



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