Skip to content
Snippets Groups Projects
  1. Dec 27, 2021
    • dlorenc's avatar
      Remove the attestation media type field. (#565) · 12d1a47c
      dlorenc authored
      
      This was never actually correct - these are technically "payloadTypes", which are
      not actually mediaTypes. Some implementations mistakenly sent incorrect media types, so
      it appeared to work. The GCS storage layer rejected correct implementations that sent the
      payloadType, because these are not valid mediaTypes.
      
      We never used this field anyway, so let's drop it. I verified that the API correctly ignores
      unknown fields, so removing this will not break clients that send it.
      
      Signed-off-by: default avatarDan Lorenc <lorenc.d@gmail.com>
      Unverified
      12d1a47c
  2. Dec 22, 2021
  3. Dec 21, 2021
  4. Dec 20, 2021
  5. Dec 19, 2021
  6. Dec 16, 2021
  7. Dec 11, 2021
  8. Dec 07, 2021
  9. Dec 04, 2021
  10. Dec 03, 2021
  11. Nov 23, 2021
  12. Nov 22, 2021
  13. Nov 19, 2021
  14. Nov 17, 2021
  15. Nov 04, 2021
  16. Nov 02, 2021
  17. Oct 29, 2021
  18. Oct 19, 2021
  19. Oct 07, 2021
  20. Oct 06, 2021
    • Bob Callaway's avatar
      Canonicalize JSON before inserting into trillian (#445) · 070f83e9
      Bob Callaway authored
      
      Each of the supported types has a Canonicalize() method that generates a
      JSON representation of the entry. If the golang library were to make a
      change to the order of keys when marshalling an object, it would cause
      a duplicate entry in the log for a semantically equivalent object.
      
      This change simply transforms the JSON into RFC8785-compliant
      canonicalized JSON protecting against any changes in JSON libraries
      going forward.
      
      Signed-off-by: default avatarBob Callaway <bob.callaway@gmail.com>
      Unverified
      070f83e9
  21. Oct 03, 2021
  22. Sep 14, 2021
  23. Aug 30, 2021
  24. Aug 20, 2021
  25. Aug 18, 2021
  26. Aug 10, 2021
  27. Jul 30, 2021
  28. Jul 29, 2021
  29. Jul 28, 2021
Loading