Skip to content
Snippets Groups Projects
  1. Sep 19, 2021
  2. Sep 17, 2021
  3. Aug 22, 2021
  4. Aug 19, 2021
  5. Aug 18, 2021
  6. Aug 08, 2021
  7. Jul 30, 2021
  8. Jul 29, 2021
  9. Jul 28, 2021
  10. Jul 27, 2021
  11. Jul 21, 2021
  12. Jul 20, 2021
  13. Jul 14, 2021
  14. Jul 12, 2021
  15. Jul 11, 2021
  16. Jul 09, 2021
  17. Jul 01, 2021
  18. Jun 23, 2021
  19. Jun 16, 2021
  20. Jun 07, 2021
  21. May 29, 2021
  22. May 24, 2021
  23. May 23, 2021
    • axel simon's avatar
      Use default trillian-log-server ports (#312) · 0f60492e
      axel simon authored
      
      Switch away from using rpc_endpoint=8091 and back to 8090 which is trillian_log_server's default.
      This simplifies the commands to start trillian log_server, reducing it down to:
      trillian_log_server --logtostderr ...
      and avoids diverging from upstream when there is no need.
      
      This change also updates the corresponding docker-compose and k8s configs.
      
      Signed-off-by: default avataraxelsimon <github@axelsimon.net>
      0f60492e
  24. May 18, 2021
  25. May 14, 2021
  26. May 06, 2021
  27. May 01, 2021
  28. Apr 29, 2021
  29. Apr 28, 2021
  30. Apr 22, 2021
  31. Apr 20, 2021
  32. Apr 16, 2021
  33. 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>
      549b3d79
Loading