Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jan 2009 15:31:16 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/opencrypto cryptosoft.c
Message-ID:  <200901281531.n0SFVT77055959@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2009-01-28 15:31:16 UTC

  FreeBSD src repository

  Modified files:
    sys/opencrypto       cryptosoft.c 
  Log:
  SVN rev 187826 on 2009-01-28 15:31:16Z by bz
  
  While OpenBSD's crypto/ framework has sha1 and md5 implementations that
  can cope with a result buffer of NULL in the "Final" function, we cannot.
  Thus pass in a temporary buffer long enough for either md5 or sha1 results
  so that we do not panic.
  
  PR:             bin/126468
  MFC after:      1 week
  
  Revision  Changes    Path
  1.22      +6 -1      src/sys/opencrypto/cryptosoft.c



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