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: adafruit/Adafruit_CircuitPython_ATECC
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.25
Choose a base ref
...
head repository: adafruit/Adafruit_CircuitPython_ATECC
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.3.0
Choose a head ref
  • 7 commits
  • 2 files changed
  • 5 contributors

Commits on Oct 7, 2025

  1. Added ECDH support

    Added support for Elliptic Curve Diffie-Hellman key agreement. This function is present on the ATECC608A/B as per the datasheet.
    CaptainHaddock2016 authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    4149661 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2025

  1. Fix incorrect logic in issuer_or_subject_length function

    The else clause was attached to the 'if common:' statement instead of
    checking the total length. This change ensures the TypeError is raised
    when no certificate information is provided, regardless of which
    parameter is missing.
    
    Fixes #30
    akgamerz790 committed Nov 2, 2025
    Configuration menu
    Copy the full SHA
    008b548 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adb555a View commit details
    Browse the repository at this point in the history
  3. fix whitespace

    dhalbert committed Nov 2, 2025
    Configuration menu
    Copy the full SHA
    d12e6b1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #40 from akgamerz790/fix-issuer-subject-length-bug

    Fix incorrect check in issuer_or_subject_length function
    dhalbert authored Nov 2, 2025
    Configuration menu
    Copy the full SHA
    9eb8714 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. code format

    FoamyGuy committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    6d76421 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #38 from CaptainHaddock2016/patch-1

    Added ECDH support
    FoamyGuy authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    d7687be View commit details
    Browse the repository at this point in the history
Loading