]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r201898:
authorbz <bz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 17 Jan 2010 13:36:13 +0000 (13:36 +0000)
committerbz <bz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 17 Jan 2010 13:36:13 +0000 (13:36 +0000)
commit672b9cc536a57d8693d61d0980267c637cce9d88
tree60ee1f18fec3fcc01fd4fe6e9b0b93cb7dd144bd
parent5f84f94b971dbc9da4c05fd6058714085005299b
MFC r201898:
  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

git-svn-id: svn://svn.freebsd.org/base/stable/8@202477 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/opencrypto/cryptosoft.c