Co-authored-by: Shermane Lee shermaneleeqianhui@gmail.com
Co-authored-by: Alex Ng ngjh1991@hotmail.com
We added the ability to verify a PDF that is signed multiple times.
Current behaviour fails due to the ByteRange check during extracting of signed data. We changed it such that only the last signature in the PDF is checked for invalid ByteRange.
The signatures function will extract all return signatures within the PDF.
Co-authored-by: Shermane Lee shermaneleeqianhui@gmail.com Co-authored-by: Alex Ng ngjh1991@hotmail.com
We added the ability to verify a PDF that is signed multiple times.
Current behaviour fails due to the ByteRange check during extracting of signed data. We changed it such that only the last signature in the PDF is checked for invalid ByteRange.
The signatures function will extract all return signatures within the PDF.