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

Fixing CA Path Flag to be used and adding policy timestamp server flag #353

Merged
merged 30 commits into from
May 16, 2024

Commits on Jan 11, 2024

  1. fixing ca path flag to be used and allowing timestamp server to be

    specified for policy check
    
    Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk>
    ChaosInTheCRD committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    6d85e84 View commit details
    Browse the repository at this point in the history
  2. adding tests

    Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk>
    ChaosInTheCRD committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    995e01a View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Merge branch 'main' into fixing-ca-path

    Signed-off-by: Tom Meadows <tom@tmlabs.co.uk>
    ChaosInTheCRD committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    7c04733 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. fixing function definitions

    Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk>
    ChaosInTheCRD committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    d3ecb0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8aaf8b7 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    2f10938 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3071f44 View commit details
    Browse the repository at this point in the history
  3. added intermediates and made final changes

    Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk>
    ChaosInTheCRD committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    a9189f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e00dc1 View commit details
    Browse the repository at this point in the history
  5. passing cert constraint options into verify func

    Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk>
    ChaosInTheCRD committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    461a90c View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Merge branch 'main' into fixing-ca-path

    Signed-off-by: Tom Meadows <tom@tmlabs.co.uk>
    ChaosInTheCRD committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    c289ad2 View commit details
    Browse the repository at this point in the history
  2. fixing if statement

    Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk>
    ChaosInTheCRD committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    086a263 View commit details
    Browse the repository at this point in the history
  3. tidying up

    Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk>
    ChaosInTheCRD committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    595a2f3 View commit details
    Browse the repository at this point in the history
  4. forgot docgen

    Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk>
    ChaosInTheCRD committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    a1a1955 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. fixing gitignore issue

    Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk>
    ChaosInTheCRD committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    220dc78 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    541a8ed View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Merge branch 'main' into fixing-ca-path

    Signed-off-by: Tom Meadows <tom@tmlabs.co.uk>
    ChaosInTheCRD committed May 3, 2024
    Configuration menu
    Copy the full SHA
    002ba00 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Merge branch 'main' of github.com:in-toto/witness into fixing-ca-path

    Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk>
    ChaosInTheCRD committed May 10, 2024
    Configuration menu
    Copy the full SHA
    a5697da View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fixing-ca-path' of github.com:ChaosInTheCRD/witness int…

    …o fixing-ca-path
    
    Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk>
    ChaosInTheCRD committed May 10, 2024
    Configuration menu
    Copy the full SHA
    b907b4c View commit details
    Browse the repository at this point in the history
  3. saving the flags for now, need to finish

    Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk>
    ChaosInTheCRD committed May 10, 2024
    Configuration menu
    Copy the full SHA
    11d8eaa View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. added the flags for fulcio extensions

    Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk>
    ChaosInTheCRD committed May 13, 2024
    Configuration menu
    Copy the full SHA
    e1e0afb View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into fixing-ca-path

    Signed-off-by: Tom Meadows <tom@tmlabs.co.uk>
    ChaosInTheCRD committed May 13, 2024
    Configuration menu
    Copy the full SHA
    ec2e837 View commit details
    Browse the repository at this point in the history
  3. fixing the test

    Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk>
    ChaosInTheCRD committed May 13, 2024
    Configuration menu
    Copy the full SHA
    a0b9ff6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ba07f7 View commit details
    Browse the repository at this point in the history
  5. running docgen

    Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk>
    ChaosInTheCRD committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d648399 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into fixing-ca-path

    Signed-off-by: John Kjell <john@testifysec.com>
    jkjell committed May 13, 2024
    Configuration menu
    Copy the full SHA
    fd6d4de View commit details
    Browse the repository at this point in the history
  7. Update to latest commit of go-witness after related PR merged

    Signed-off-by: John Kjell <john@testifysec.com>
    jkjell committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d1354de View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. policy json gone for some reason? adding it back

    Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk>
    ChaosInTheCRD committed May 14, 2024
    Configuration menu
    Copy the full SHA
    f320be5 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. think i've been silly

    Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk>
    ChaosInTheCRD committed May 16, 2024
    Configuration menu
    Copy the full SHA
    8b85256 View commit details
    Browse the repository at this point in the history
  2. getting go-witness main

    Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk>
    ChaosInTheCRD committed May 16, 2024
    Configuration menu
    Copy the full SHA
    6e5265e View commit details
    Browse the repository at this point in the history