Skip to content
Snippets Groups Projects
  1. Nov 15, 2021
  2. Jul 28, 2021
  3. Apr 15, 2021
    • Bob Callaway's avatar
      Add new type for JAR archives (#272) · 549b3d79
      Bob Callaway authored
      
      * Add new type for JAR archives
      
      This adds support for a new pluggable type that can extract signatures
      from signed JAR files. Per the JAR spec, a special manifest file is
      created with the digest hashes of all included content in the JAR file.
      It is this special manifest file that is then signed, and included in a
      file within the archive in PKCS7 format. The PKCS7 file also includes
      the X509 certificate that can be used to verify the signed manifest file
      inside of the JAR.
      
      Signed-off-by: default avatarBob Callaway <bob.callaway@gmail.com>
      Unverified
      549b3d79
  4. Mar 26, 2021
  5. Dec 07, 2020
  6. Dec 04, 2020
  7. Nov 19, 2020
  8. Oct 06, 2020
  9. Jun 17, 2020
Loading