]> git.sesse.net Git - vlc/commit
Fix a few bugs in update pgp code.
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 21 Sep 2008 00:18:21 +0000 (02:18 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 21 Sep 2008 00:22:04 +0000 (02:22 +0200)
commitd326548f0a9819e308261bf59e3b5103560f4898
tree25916e39a1bcbfe04901778510bb5560d3a7e5ec
parent96ceeaa32eab6749c1e69cc21b724d591ab0e845
Fix a few bugs in update pgp code.

1/ pgp v4 signature checks of status files with more than 506 bytes would fail
2/ pgp v4 signature checks would fail (code dupication sucks).

This code is quite a mess. We shouldn't need to implement all this lowlevel stuff. I'll remove most of it and use pgpme instead.

For the time being, this means that upcomming releases should use v3 signatures for the downloaded files and shouldn't use status files of more than 506 bytes (or maybe shouldn't use v4 signatures for status files either)
src/misc/update.c