• The upcoming 3.1 release contains non-compatible API changes, though
    they only affect parts of the interface that are extremely unlikely to
    have been used outside of qpdf itself.  The methods and data types
    affected were used for communication between QPDFWriter and QPDF and
    would have had no real use in end user code.
    Jay Berkenbilt authored
     
    Browse File »
  • Implemented pipeline around sph sha calls using standard test vectors
    for full-byte values.  Did not test or support partial byte values.
    Jay Berkenbilt authored
     
    Browse File »
  • Changes from upstream are limited to change #include paths so that I
    can place header files and included "c" files in a subdirectory.  I
    didn't keep the unit tests from sphlib but instead verified them by
    running them manually.  I will implement the same tests using the
    Pl_SHA2 pipeline except that sphlib's sha2 implementation supports
    partial bytes, which I will not exercise in qpdf or our tests.
    Jay Berkenbilt authored
     
    Browse File »