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

Wire ACME extensions #1666

Open
wants to merge 179 commits into
base: master
Choose a base branch
from
Open

Wire ACME extensions #1666

wants to merge 179 commits into from

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    8e0e355 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da1e64a View commit details
    Browse the repository at this point in the history
  3. simplify OIDC verification

    stefanwire authored and hslatman committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    5ca7445 View commit details
    Browse the repository at this point in the history
  4. use json struct for challenge request payload otherwise it's a hell t…

    …o craft from client side
    beltram authored and hslatman committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    227e932 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6dd211 View commit details
    Browse the repository at this point in the history
  6. better observability

    beltram authored and hslatman committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    1fe61be View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2208b03 View commit details
    Browse the repository at this point in the history
  8. print oidc options

    beltram authored and hslatman committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    83f6be1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    74ddad6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ca01c74 View commit details
    Browse the repository at this point in the history
  11. fix csr org validation in finalize

    beltram authored and hslatman committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    73ec6c8 View commit details
    Browse the repository at this point in the history
  12. fix csr domain validation in finalize

    beltram authored and hslatman committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    5ba0ab3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c41a99a View commit details
    Browse the repository at this point in the history
  14. fix orderNames size

    beltram authored and hslatman committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    3eb0ff4 View commit details
    Browse the repository at this point in the history
  15. cleanup my mess

    beltram authored and hslatman committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    b3dd169 View commit details
    Browse the repository at this point in the history
  16. fix san validation

    beltram authored and hslatman committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    cc5fd0a View commit details
    Browse the repository at this point in the history
  17. change uri prefix to impp:wireapp=

    beltram authored and hslatman committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    01ef526 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    af31a16 View commit details
    Browse the repository at this point in the history
  19. feat: adapt to dex and pass the 'keyauth' in payload instead of in id…

    …_token. Also have a different mapping for id_token claims name
    beltram authored and hslatman committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    b6ec442 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3f474f7 View commit details
    Browse the repository at this point in the history
  21. fix: exclude displayName from SAN DNS

    beltram authored and hslatman committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    79501df View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4172b69 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3576cc3 View commit details
    Browse the repository at this point in the history
  24. try using google oidc for demo purpose

    beltram authored and hslatman committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    a49966f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    49ad2d9 View commit details
    Browse the repository at this point in the history
  26. infer domain from google email address

    beltram authored and hslatman committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    a97991a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    680b6ea View commit details
    Browse the repository at this point in the history
  28. fix: add URI prefix to handle

    beltram authored and hslatman committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    7c9f802 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    b58de27 View commit details
    Browse the repository at this point in the history
  30. wip

    beltram authored and hslatman committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    d32a3e2 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    9700204 View commit details
    Browse the repository at this point in the history
  32. add oidc target

    beltram authored and hslatman committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    036a144 View commit details
    Browse the repository at this point in the history
  33. simpler

    beltram authored and hslatman committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    2b1223a View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    c4fb19d View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    83ba0bd View commit details
    Browse the repository at this point in the history
  36. Reorganize parsing target

    stefanwire authored and hslatman committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    5ceed08 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    ff41a11 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    a32bb66 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    76dfcb0 View commit details
    Browse the repository at this point in the history
  40. try by storing everything in db

    beltram authored and hslatman committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    abe8600 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    1a711e1 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    2e12805 View commit details
    Browse the repository at this point in the history
  43. log more things

    beltram authored and hslatman committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    0bc530c View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    8888262 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    0b68e1b View commit details
    Browse the repository at this point in the history
  46. wip

    beltram authored and hslatman committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    613e6ca View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    03dbd91 View commit details
    Browse the repository at this point in the history
  48. i'm tired

    beltram authored and hslatman committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    f5b346e View commit details
    Browse the repository at this point in the history
  49. support for oidc id token

    beltram authored and hslatman committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    7b57401 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    ab9e1dd View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    1b32957 View commit details
    Browse the repository at this point in the history
  52. fix: PR review

    beltram authored and hslatman committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    9d5c974 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    5fdf036 View commit details
    Browse the repository at this point in the history
  54. fix: access token verification in DPoP challenge. Was previously veri…

    …fying 'cnf.kid' against backend key whereas it must be against client's key
    beltram authored and hslatman committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    ed2bce9 View commit details
    Browse the repository at this point in the history
  55. client jwk was there the whole time

    beltram authored and hslatman committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    4d028f7 View commit details
    Browse the repository at this point in the history
  56. print kid for debugging

    beltram authored and hslatman committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    8fd0192 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    83f7643 View commit details
    Browse the repository at this point in the history
  58. fix: could not reuse a signing key otherwise it would create in accou…

    …nts & orders and fail the OIDC challenge. The OIDC challenge was not retryable
    beltram authored and hslatman committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    13df461 View commit details
    Browse the repository at this point in the history
  59. fix: oups

    beltram authored and hslatman committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    ff07fdc View commit details
    Browse the repository at this point in the history
  60. fix: same issue as with oidc challenge

    beltram authored and hslatman committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    2be7738 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    6ffd913 View commit details
    Browse the repository at this point in the history
  62. feat: update the protocol by including team & handle in the client dp…

    …op token, verifying the handle in the dpop challenge
    beltram authored and hslatman committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    d6ceebb View commit details
    Browse the repository at this point in the history
  63. feat: remove query parameters from OIDC issuerUrl so that it allows u…

    …s to use it to carry the OAuth ClientId in the Challenge.target field without at the same time undermining the idToken verification which relies on a issuer (iss) claim without this query parameter
    beltram authored and hslatman committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    39bf889 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    90b5347 View commit details
    Browse the repository at this point in the history
  65. feat: change the separator between user-id & device-id in a client-id…

    …. Use '!' instead of ':'
    beltram authored and hslatman committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    84e9682 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    c1a7acc View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    fdea5e7 View commit details
    Browse the repository at this point in the history
  68. Fix the integration test

    hslatman committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    85309bb View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Make the Target optional in Challenge object

    This is a non-standard property in the ACME challenge response, so
    we shouldn't return it if it's not set. Also made it an optional
    field in the DB.
    hslatman committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    01169b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40668ae View commit details
    Browse the repository at this point in the history
  3. Refactor logic for processing WireID identifiers in Order

    Processing `WireID` identifiers, the Wire subject, and the Wire
    DPoP and OIDC tokens is now conditional.
    hslatman committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    eb9893b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5a2f43 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    776a839 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a464cd View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    29fa662 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2a2e00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf5f120 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8faf26c View commit details
    Browse the repository at this point in the history
  5. Fix linter issues

    hslatman committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    6a98fea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    033aef9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bf8c17e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8997ce1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ffd887f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a423151 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c7892e9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    de25740 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Address review remarks

    hslatman committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    70a2f43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca88557 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    897688a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd9480a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    acad227 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b964c97 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b6fc000 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6ef64b6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1f5f756 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1bf807a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    348363a View commit details
    Browse the repository at this point in the history
  12. Remove debug err print

    hslatman committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    44721a7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7eacb68 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    79739e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2479572 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8160ca View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1671 from smallstep/herman/wire-configuration-ref…

    …actor
    
    Wire ACME extension configuration refactor
    hslatman committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    3f37fea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9bb1b24 View commit details
    Browse the repository at this point in the history
  6. Fix linting issue

    hslatman committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    2c27e86 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ad381b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d5b0d92 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    29202ef View commit details
    Browse the repository at this point in the history
  2. Store transformed OIDC token

    hslatman committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    768a089 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d5a791 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2efd1f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bca179d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c46434f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a2304c8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d84abac View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8f129a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    a24b2a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7520736 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37106a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99934ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7680da7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    33be552 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    31bba6f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1673 from smallstep/herman/wire-template-transform

    Add OIDC token template transformation
    hslatman committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    17578b5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0f0f060 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0a7fe6e View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    b925474 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f221232 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f150a4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36e14de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f3819a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    19dbd02 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1681 from smallstep/herman/fix-wire-extensions

    Improve access and dpop token validation
    hslatman committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    51d1270 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1670 from smallstep/herman/remove-rusty-cli

    Remove `rusty-jwt-cli`
    hslatman committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    7e6356e View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

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

Commits on Jan 19, 2024

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

Commits on Jan 23, 2024

  1. Update acme/order.go

    Co-authored-by: Herman Slatman <hslatman@users.noreply.github.com>
    beltram and hslatman committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    b8eb559 View commit details
    Browse the repository at this point in the history
  2. use switch statement

    beltram committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    9eed61a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    4d4719a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93ba165 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a38132a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1689 from smallstep/beltram/wire-acme-extensions

    Use two separate Wire identifier types
    hslatman committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    502334f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    675e418 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    a0e4cba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79943d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a9b1b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14e8d47 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    19feae5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd21f8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c579239 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ace27c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6d9208 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    92b6191 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37a9f36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e153be3 View commit details
    Browse the repository at this point in the history
  4. Fix OIDC target

    hslatman committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    ef657d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6a6622 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e78301 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5d7e533 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    138c101 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    745017c View commit details
    Browse the repository at this point in the history
  10. Address review comments

    hslatman committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    194341e View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Merge pull request #1691 from smallstep/herman/wire-acme-improvements

    Wire ACME improvements
    hslatman committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    95fdbc1 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

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

Commits on Feb 15, 2024

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

Commits on Feb 22, 2024

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

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    364566b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    755ae0b View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

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

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    64c5f19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6eb4662 View commit details
    Browse the repository at this point in the history
  3. Fix ACME Wire Order tests

    hslatman committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    c6c2c4a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    a136823 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'wire-acme-extensions' of github.com:smallstep/certifica…

    …tes into wire-acme-extensions
    hslatman committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    39e179b View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    2f38112 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae62663 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    6646af6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'wire-acme-extensions' of github.com:smallstep/certifica…

    …tes into wire-acme-extensions
    hslatman committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d140ffd View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

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