Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jan 2010 13:31:48 +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:  <201001171332.o0HDW8Lw056583@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2010-01-17 13:31:48 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/opencrypto       cryptosoft.c 
  Log:
  SVN rev 202475 on 2010-01-17 13:31:48Z by bz
  
  MFC r187826:
    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
  Reviewed by:    cperciva
  
  Revision  Changes    Path
  1.19.2.2  +6 -1      src/sys/opencrypto/cryptosoft.c



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