Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jan 2010 15:43:47 +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:  <201001091544.o09Fi5Hn075686@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2010-01-09 15:43:47 UTC

  FreeBSD src repository

  Modified files:
    sys/opencrypto       cryptosoft.c 
  Log:
  SVN rev 201898 on 2010-01-09 15:43:47Z by bz
  
  Add comments trying to explain what bad things happen here, i.e.
  how hashed MD5/SHA are implemented, abusing Final() for padding and
  sw_octx to transport the key from the beginning to the end.
  
  Enlightened about what was going on here by: cperciva
  Reviewed by:    cperciva
  MFC After:      3 days
  X-MFC with:     r187826
  PR:             kern/126468
  
  Revision  Changes    Path
  1.25      +18 -1     src/sys/opencrypto/cryptosoft.c



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