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

Validate CSR in separate commissioning step #16913

Merged
merged 11 commits into from
Apr 4, 2022

Commits on Mar 31, 2022

  1. Configuration menu
    Copy the full SHA
    c1e78d8 View commit details
    Browse the repository at this point in the history
  2. Pass all validataion parameters to GenerateNOCChain

    This will let OperationalCredentialsIssuer impls validate the
    CSR before generating the NOC chain.
    cecille committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    5d956b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Restyled by clang-format

    restyled-commits authored and cecille committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    ec80428 View commit details
    Browse the repository at this point in the history
  2. Update src/controller/ExampleOperationalCredentialsIssuer.cpp

    Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
    cecille and bzbarsky-apple authored Apr 1, 2022
    Configuration menu
    Copy the full SHA
    c7ddb67 View commit details
    Browse the repository at this point in the history
  3. Remove PAA from GenerateNOCChain command

    It's not available.
    cecille committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    e49684e View commit details
    Browse the repository at this point in the history
  4. More const is better const

    No one's messing around with these things, may as well.
    cecille committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    90bca14 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7027f82 View commit details
    Browse the repository at this point in the history
  6. Remove stale comment

    cecille committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    c2d84b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. Bring back namespasing.

    I accidentally removed it.
    cecille committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    58f7d83 View commit details
    Browse the repository at this point in the history
  2. Once more.

    cecille committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    7fa7c2f View commit details
    Browse the repository at this point in the history
  3. And again.

    I hate myself.
    cecille committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    d2bdb31 View commit details
    Browse the repository at this point in the history