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

Add Rekor OID info. #1390

Merged
merged 4 commits into from
Apr 28, 2023
Merged

Add Rekor OID info. #1390

merged 4 commits into from
Apr 28, 2023

Commits on Mar 16, 2023

  1. Add Rekor OID info.

    This defines OIDs for most log entry fields (though not all). This is
    primarily intended to be used by clients that want to represent Rekor
    data in different formats and/or cannot use bundles.
    
    For example, gitsign cannot use the verification bundle since it uses
    PKCS7 signatures to keep compatibility with existing Git clients /
    signature formats. Since PKCS7 already defines a structure for payload
    hashes, it implements offline verification by deconstructing bundles
    into distinct OIDs then reconstructs them for verification.
    
    Signed-off-by: Billy Lynch <billy@chainguard.dev>
    wlynch committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    543a271 View commit details
    Browse the repository at this point in the history
  2. oid.md: Add tag type.

    Signed-off-by: Billy Lynch <billy@chainguard.dev>
    wlynch committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    bd43407 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Remove individual OID fields for single TransparencyLogEntry OID.

    Signed-off-by: Billy Lynch <billy@chainguard.dev>
    wlynch committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    e93bd1d View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. oid: Use UTF8STRING for TransparencyLogEntry.

    Signed-off-by: Billy Lynch <billy@chainguard.dev>
    wlynch committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    565ed27 View commit details
    Browse the repository at this point in the history