Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: V1 of the trust root and the verification input. #5

Merged
merged 20 commits into from
Nov 18, 2022

Commits on Nov 17, 2022

  1. V1 of the trust root and the verification input.

    Signed-off-by: Fredrik Skogman <kommendorkapten@github.com>
    kommendorkapten committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    00a7c10 View commit details
    Browse the repository at this point in the history
  2. Clarified some comments

    Signed-off-by: Fredrik Skogman <kommendorkapten@github.com>
    kommendorkapten committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    43d65ce View commit details
    Browse the repository at this point in the history
  3. Better message naming.

    Signed-off-by: Fredrik Skogman <kommendorkapten@github.com>
    kommendorkapten committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    2f9ad44 View commit details
    Browse the repository at this point in the history
  4. Clarified some fields

    Signed-off-by: Fredrik Skogman <kommendorkapten@github.com>
    kommendorkapten committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    e857e1c View commit details
    Browse the repository at this point in the history
  5. Updated based on comments.

    Signed-off-by: Fredrik Skogman <kommendorkapten@github.com>
    kommendorkapten committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    18faeb3 View commit details
    Browse the repository at this point in the history
  6. Updates from review.

    Signed-off-by: Fredrik Skogman <kommendorkapten@github.com>
    kommendorkapten committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    75e01b8 View commit details
    Browse the repository at this point in the history
  7. Updated comment parameters for a transparency log.

    Signed-off-by: Fredrik Skogman <kommendorkapten@github.com>
    kommendorkapten committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    8889756 View commit details
    Browse the repository at this point in the history
  8. Updates from review.

    Signed-off-by: Fredrik Skogman <kommendorkapten@github.com>
    kommendorkapten committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    5e095a1 View commit details
    Browse the repository at this point in the history
  9. Updated how custom OIDs can be used for verification of the identity.

    Signed-off-by: Fredrik Skogman <kommendorkapten@github.com>
    kommendorkapten committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    e4783a2 View commit details
    Browse the repository at this point in the history
  10. Added key and signature type to public key.

    Signed-off-by: Fredrik Skogman <kommendorkapten@github.com>
    kommendorkapten committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    34af7dc View commit details
    Browse the repository at this point in the history
  11. Renamed key type to key encoding

    Signed-off-by: Fredrik Skogman <kommendorkapten@github.com>
    kommendorkapten committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    c0b00e8 View commit details
    Browse the repository at this point in the history
  12. Updates from review.

    Signed-off-by: Fredrik Skogman <kommendorkapten@github.com>
    kommendorkapten committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    8d40c1e View commit details
    Browse the repository at this point in the history
  13. Updated based on review.

    Signer identities are moved from trust root to verification options.
    Key encoding are grouped to key format to include signature algorithm.
    
    Signed-off-by: Fredrik Skogman <kommendorkapten@github.com>
    kommendorkapten committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    614ebfe View commit details
    Browse the repository at this point in the history
  14. Use ObjectIdentifier for oid, not string.

    Signed-off-by: Fredrik Skogman <kommendorkapten@github.com>
    kommendorkapten committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    73c72f5 View commit details
    Browse the repository at this point in the history
  15. Removed unnecessary comment.

    Signed-off-by: Fredrik Skogman <kommendorkapten@github.com>
    kommendorkapten committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    efcd19b View commit details
    Browse the repository at this point in the history
  16. Updated some comments.

    Signed-off-by: Fredrik Skogman <kommendorkapten@github.com>
    kommendorkapten committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    55d36d2 View commit details
    Browse the repository at this point in the history
  17. Updates based on review.

    Signed-off-by: Fredrik Skogman <kommendorkapten@github.com>
    kommendorkapten committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    a027744 View commit details
    Browse the repository at this point in the history
  18. Corrected some spelling errors on some comments.

    Signed-off-by: Fredrik Skogman <kommendorkapten@github.com>
    kommendorkapten committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    f4e47fb View commit details
    Browse the repository at this point in the history
  19. Renamed KeyFormat to PublicKeyDetails to clarify what the message con…

    …tains.
    
    Signed-off-by: Fredrik Skogman <kommendorkapten@github.com>
    kommendorkapten committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    9c9d4bf View commit details
    Browse the repository at this point in the history
  20. Updated protobuf files to match new go package.

    Updated makefile to build all proto files.
    
    Signed-off-by: Fredrik Skogman <kommendorkapten@github.com>
    kommendorkapten committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    ad5ffe1 View commit details
    Browse the repository at this point in the history