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 support for ECC profiles #2398

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

Commits on Oct 6, 2023

  1. Squash proto ecc (OPCFoundation#1998)

    mregen authored and mrsuciu committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    294192f View commit details
    Browse the repository at this point in the history
  2. clean a few warning

    mregen authored and mrsuciu committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    fd3fcd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dee6088 View commit details
    Browse the repository at this point in the history
  4. fix build

    mregen authored and mrsuciu committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    b17271c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d63925f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b1fe70 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ab6d8fb View commit details
    Browse the repository at this point in the history
  8. Added new Interface AddSecurityConfiguration(

                CertificateIdentifierCollection applicationCertificates,
                string pkiRoot = null,
                string rejectedRoot = null
                )
    mrsuciu committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    d23450d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8fc81d3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b1cd86e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    108f7ed View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9a25264 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a2e0a4b View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    a0e4b0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97b4c87 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Commented ECCUtils code

    mrsuciu committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    9efe4a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a01d276 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    f165dee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b6d74f View commit details
    Browse the repository at this point in the history
  3. Updated tests to new API

    mrsuciu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    58f583b View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Default certificate type for "old" style configuration is RsaSha256Ap…

    …plicationCertificateType
    mrsuciu committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    453ad95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11f3085 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

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

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    1ada020 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7ebfe1 View commit details
    Browse the repository at this point in the history
  3. Added minimal test

    mrsuciu committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    e62ad97 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

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

Commits on Nov 10, 2023

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

Commits on Nov 15, 2023

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

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    57a79fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f37a392 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

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

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    7f00e7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd2bae7 View commit details
    Browse the repository at this point in the history
  3. Addapt code to merge changes

    mrsuciu committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    89be8d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Added ReentrantSlimSemaphore

    mrsuciu committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    8beb595 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Added EccProfiles.md

    mrsuciu committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    1e579b1 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. merge master

    mregen committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    0146322 View commit details
    Browse the repository at this point in the history
  2. improve project setup for ECC

    mregen committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    d1aa4e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Merge with master

    mrsuciu committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    0fc78b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

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

Commits on Feb 14, 2024

  1. merge master

    mregen committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    c500a6d View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. merge master

    mregen committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    46e17f8 View commit details
    Browse the repository at this point in the history
  2. fix build

    mregen committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    870dbc7 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    1447154 View commit details
    Browse the repository at this point in the history
  2. ECC cert fixes

    mregen committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    5506269 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d737c52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d03fa0 View commit details
    Browse the repository at this point in the history
  5. fix semaphore hang

    mregen committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    ba26d64 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

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

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    84873bf View commit details
    Browse the repository at this point in the history
  2. Deprecated Utils.Nonce

    mrsuciu committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    5fdc79d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    058cb96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55c97b0 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

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

Commits on May 17, 2024

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

Commits on May 21, 2024

  1. Merge with latest master

    mrsuciu committed May 21, 2024
    Configuration menu
    Copy the full SHA
    7bcce20 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    c53858e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    303c7b1 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    2f4aef0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cff0414 View commit details
    Browse the repository at this point in the history
  3. ignore test on OSX

    romanett committed May 24, 2024
    Configuration menu
    Copy the full SHA
    c1a9fd2 View commit details
    Browse the repository at this point in the history