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: cedarcode/webauthn-ruby Loading
base: v2.2.0
Choose a base ref
...
head repository: cedarcode/webauthn-ruby Loading
compare: v2.2.1
Choose a head ref
  • 18 commits
  • 26 files changed
  • 6 contributors

Commits on Mar 15, 2020

  1. test: pass FIDO conformance Metadata Service tests

    Co-authored-by: Gonzalo <[email protected]>
    bdewater and grzuy committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    a72a026 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2020

  1. Merge pull request #309 from cedarcode/fido_metadata_tests

    test: pass FIDO conformance Metadata Service tests
    grzuy committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    00120ae View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

  1. refactor: update cose to v1

    grzuy committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    04107d8 View commit details
    Browse the repository at this point in the history
  2. ci: update rubies

    grzuy committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    e5ea36b View commit details
    Browse the repository at this point in the history
  3. style: enforce class order

    grzuy committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    cd466b4 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2020

  1. Configuration menu
    Copy the full SHA
    3be3cf3 View commit details
    Browse the repository at this point in the history
  2. doc: update Prerequisites section for complete list of conformant actors

    webauthn-status was out of date
    grzuy committed May 16, 2020
    Configuration menu
    Copy the full SHA
    a818dce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d086304 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2020

  1. Merge pull request #312 from cedarcode/update_conformance_test_deps

    Update conformance tests deps
    grzuy committed May 23, 2020
    Configuration menu
    Copy the full SHA
    9c7d799 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. refactor: remove ECDAA as it's being removed from WebAuthn level 2

    It was never implemented by browser vendors or authenticator manufacturers, see w3c/webauthn#1410
    bdewater committed May 28, 2020
    Configuration menu
    Copy the full SHA
    b76d257 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2020

  1. Merge pull request #315 from bdewater/remove-ecdaa

    Remove ECDAA
    grzuy committed May 30, 2020
    Configuration menu
    Copy the full SHA
    1861b9e View commit details
    Browse the repository at this point in the history
  2. test: fix flaky tests

    Don't try to test certificate invalidation so close to the timestamp
    limit. Not worth it and unreliable.
    grzuy committed May 30, 2020
    Configuration menu
    Copy the full SHA
    a6b943e View commit details
    Browse the repository at this point in the history

Commits on May 31, 2020

  1. Merge pull request #316 from cedarcode/fix_flaky_test

    test: fix flaky tests
    grzuy committed May 31, 2020
    Configuration menu
    Copy the full SHA
    30f55ba View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Configuration menu
    Copy the full SHA
    f63d8bf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #318 from cedarcode/fix_typo_in_readme

    docs: fix typo in README.md
    santiagorodriguez96 committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    54bfc3f View commit details
    Browse the repository at this point in the history
  3. fix: compatibility with libssl v1.0

    The build is failing when using libssl v1.0.2 and we haven't noticed
    until now since we aren't testing against that version in Travis.
    
    In order to fix compatibility these issues with OpenSSL 1.0 we have to
    update the gem tpm-key_attestation which is the one that it was failing.
    santiagorodriguez96 committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    6d2c708 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Merge pull request #314 from cedarcode/fix_tpm_attestation_statement_…

    …valid
    
    fix: AttestationStatement::TPM#valid? blowing up when using libssl 1.0.2
    grzuy committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    b71b518 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. Bump gem version to v2.2.1

    grzuy committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    2f9161f View commit details
    Browse the repository at this point in the history
Loading