commit | 0c63fc23c4ca5b859a99e0d1864a41df6cc08d5f | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Sun Jan 20 01:21:03 2008 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Sun Jan 20 01:21:03 2008 +0000 |
tree | eabd8e15d1ea200d40b53b085be214d3d62d01f3 | |
parent | 88fbcf82ab49d91dab416a6e3bbfb6bb535c86c1 [diff] |
Fix zipfile decryption. The check for validity only worked on one type of encrypted zip files. Files using extended local headers needed to compare the check byte against different values. (according to reading the infozip unzip crypt.c source code) Fixes issue1003.