Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/crypto/external/bsd/openpgpsdk/dist
Module Name: src
Committed By: agc
Date: Tue Jan 27 02:25:13 UTC 2009
Modified Files:
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk: validate.h
src/crypto/external/bsd/openpgpsdk/dist/src/lib: validate.c
Log Message:
The existing code has problems verifying a signed file which is more
than 8192 bytes long, as the callback data simply assigns any data it
receives to a buffer, and then calls the hash function on that buffer
when EOF is reached.
Use an inefficient temporary workaround for this by holding the memory
in a temporary buffer in the callback argument structure.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 \
src/crypto/external/bsd/openpgpsdk/dist/include/openpgpsdk/validate.h
cvs rdiff -r1.3 -r1.4 \
src/crypto/external/bsd/openpgpsdk/dist/src/lib/validate.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index