Skip to content
Snippets Groups Projects
  1. Jun 17, 2021
  2. Jun 16, 2021
  3. Jun 15, 2021
  4. Jun 09, 2021
  5. Jun 08, 2021
  6. Jun 07, 2021
  7. Jun 04, 2021
  8. Jun 02, 2021
  9. May 29, 2021
  10. May 27, 2021
  11. May 24, 2021
  12. May 23, 2021
  13. May 19, 2021
  14. May 18, 2021
  15. May 14, 2021
  16. May 13, 2021
  17. May 07, 2021
  18. May 06, 2021
  19. May 05, 2021
  20. May 01, 2021
  21. Apr 29, 2021
  22. Apr 28, 2021
  23. Apr 22, 2021
  24. Apr 21, 2021
  25. Apr 20, 2021
  26. Apr 19, 2021
  27. Apr 18, 2021
  28. Apr 16, 2021
  29. 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
Loading