Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arduino-libraries/ArduinoECCX08
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.7
Choose a base ref
...
head repository: arduino-libraries/ArduinoECCX08
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.3.8
Choose a head ref
  • 20 commits
  • 15 files changed
  • 7 contributors

Commits on Nov 5, 2019

  1. Add signing example

    sandeepmistry committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    66ebf75 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Merge pull request #19 from sandeepmistry/signing-example

    Add signing example
    aentinger authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    022ac98 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Fix typos in documentation

    per1234 committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    a11f92a View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Merge pull request #46 from per1234/fix-typos

    Fix typos in documentation
    per1234 authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    bf875f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

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

Commits on Mar 6, 2023

  1. Merge pull request #47 from arduino-libraries/platforms

    Add missing mbed_opta and mbed_giga platforms
    pennam authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    19a3df7 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. fix: input length for ECCX08.ecSign() is 32 bytes

    When using ECCX08.ecSign() the input buffer should
    be exactly 32 bytes long. The old example worked
    only because the signature was generated and then
    checked on the first 32 bytes of the 64 bytes buffer.
    fogzot committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    b7f79d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

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

Commits on Jul 25, 2023

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

Commits on Sep 16, 2023

  1. Merge pull request #51 from arduino-libraries/boards

    CI: Add new boards to compile examples workflow
    facchinm authored Sep 16, 2023
    Configuration menu
    Copy the full SHA
    7e4ce11 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Merge pull request #49 from fogzot/fix-examples

    fix: input length for ECCX08.ecSign() is 32 bytes
    pennam authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    aa3932f View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. ECCX08 monotonic counter feature

      - rename keyId to counterId
      - add counterId value check
      - split functions to keep library style
    pennam committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    6ced7ec View commit details
    Browse the repository at this point in the history
  2. Add library build configuration file

      ECCX08UtilsConfig.h file can be used  to include/exclude utility library objects from the build process.
      By default all the utilities are built unless ArduinoIoTCloud.h file is included
    pennam committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    e83baeb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b15f79 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Merge pull request #53 from pennam/counter-support-changes

    Add monotonic counter support
    facchinm authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    a4b10fa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #54 from pennam/utilities_config

    Add library build configuration file
    facchinm authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    1f0e05d View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

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

Commits on Jan 29, 2024

  1. Merge pull request #55 from pennam/generic_config

    Build configuration: use a more flexible and already used pattern
    pennam authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    00930c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Release v1.3.8

    pennam authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    15597a6 View commit details
    Browse the repository at this point in the history
Loading