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: githubforGR/u2f-ref-code
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: google/u2f-ref-code
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 14 files changed
  • 6 contributors

Commits on May 9, 2019

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

Commits on Jun 7, 2019

  1. HID: add emulation shim

    Marius Schilder committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    d8eba4f View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Omit zero LC when sending an extended length cAPDU

    The specification of the Extended Length format for cAPDUs mandates that the bytes encoding LC are to be omitted if LC=0. This change fixes the behavior of xchgAPDUExtended in this regard.
    FabianHenneke authored Jun 24, 2019
    Configuration menu
    Copy the full SHA
    1497409 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. HID: remove usleep if not testing emulator.

    To fully restore pre-emulation shim behavior.
    
    And introduce DEV_quit() method to signal emulator to stop.
    Marius Schilder committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    9ec5f7e View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

  1. Merge pull request google#179 from FabianHenneke/patch-1

    Omit zero LC when sending an extended length cAPDU
    cpiper authored Jul 1, 2019
    Configuration menu
    Copy the full SHA
    b936c06 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. Fix coding of LE in Case 2E in xchgAPDUExtended

    Commit 1497409 fixed the coding of LC if LC==0, but wrongly encodes the LE field: In the case 2E (LC == 0, LE > 0), the LE value has to be coded on 3 bytes with a leading zero byte. This commit resolves this issue.
    FabianHenneke authored Aug 12, 2019
    Configuration menu
    Copy the full SHA
    0229762 View commit details
    Browse the repository at this point in the history
  2. Merge pull request google#180 from FabianHenneke/patch-2

    Fix coding of LE in Case 2E in xchgAPDUExtended
    cpiper authored Aug 12, 2019
    Configuration menu
    Copy the full SHA
    0d9a0d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

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

Commits on Aug 29, 2019

  1. make test_Enroll use the same application parameter before and after …

    …requesting user presence
    prusnak committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    ae4461b View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2019

  1. Merge pull request google#159 from trezor/master

    make test_Enroll use the same application parameter
    cpiper authored Aug 31, 2019
    Configuration menu
    Copy the full SHA
    bf286fb View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Configuration menu
    Copy the full SHA
    07e55a9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request google#184 from google/dependabot/maven/u2f-ref-co…

    …de/junit-junit-4.13.1
    
    Bump junit from 4.12 to 4.13.1 in /u2f-ref-code
    cpiper authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    e292d20 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Bump gson from 2.8.1 to 2.8.9 in /u2f-ref-code

    Bumps [gson](https://github.com/google/gson) from 2.8.1 to 2.8.9.
    - [Release notes](https://github.com/google/gson/releases)
    - [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
    - [Commits](google/gson@gson-parent-2.8.1...gson-parent-2.8.9)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.code.gson:gson
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 20, 2022
    Configuration menu
    Copy the full SHA
    d0d79bf View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Merge pull request google#202 from google/dependabot/maven/u2f-ref-co…

    …de/com.google.code.gson-gson-2.8.9
    
    Bump gson from 2.8.1 to 2.8.9 in /u2f-ref-code
    cpiper authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    f199092 View commit details
    Browse the repository at this point in the history
Loading