Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / mozilla/authenticator-rs issues and pull requests
#258 - Avoid direct use of `MakeCredentialsOptions` and `GetAssertionOptions` in the public API
Pull Request -
State: closed - Opened by jschanck almost 2 years ago
#257 - Using TouchID as a security key - MacOS
Issue -
State: closed - Opened by kshah00 almost 2 years ago
- 1 comment
#256 - Fix device selection
Pull Request -
State: closed - Opened by msirringhaus almost 2 years ago
#255 - examples/ctap2.rs panics with UnsupportedOption on some devices
Issue -
State: closed - Opened by riastradh almost 2 years ago
- 2 comments
#254 - Implement pre-flighting
Pull Request -
State: closed - Opened by msirringhaus almost 2 years ago
#253 - Add fallback option to CTAP2 example
Pull Request -
State: closed - Opened by jschanck almost 2 years ago
#252 - Cloning devices does not work on several operating systems
Issue -
State: closed - Opened by riastradh almost 2 years ago
- 4 comments
#251 - Skip shared secret if pin and hmac-secret are not supported
Pull Request -
State: closed - Opened by VincentVanlaer almost 2 years ago
#250 - Remove C APIs and "CTAP1" argument variants
Pull Request -
State: closed - Opened by jschanck almost 2 years ago
#249 - Don't require PIN/UV, if user verification is discouraged.
Pull Request -
State: closed - Opened by msirringhaus almost 2 years ago
- 1 comment
#248 - Bump version to 0.4.0-alpha.12
Pull Request -
State: closed - Opened by jschanck almost 2 years ago
#247 - Always set P1=0x03 (enforce-user-presence-and-sign) in CTAP1 register
Pull Request -
State: closed - Opened by jschanck almost 2 years ago
#246 - Fix unaligned access warning with rustc 1.69
Pull Request -
State: closed - Opened by glandium almost 2 years ago
- 3 comments
#245 - Update memoffset to 0.8
Pull Request -
State: closed - Opened by glandium almost 2 years ago
- 2 comments
#244 - Export AuthenticatorService::add_transport
Pull Request -
State: closed - Opened by jschanck almost 2 years ago
#243 - Implement UV-workflow for CTAP 2.1
Pull Request -
State: closed - Opened by msirringhaus almost 2 years ago
- 1 comment
#242 - `ctap2_discoverable_creds`-example fails for mooltipass
Issue -
State: open - Opened by msirringhaus almost 2 years ago
- 7 comments
#241 - Avoid sending DevicesAdded([]) from monitor on Windows
Pull Request -
State: closed - Opened by jschanck almost 2 years ago
- 3 comments
#240 - Implement "pre-flight"-ing for CTAP2
Issue -
State: closed - Opened by msirringhaus almost 2 years ago
#239 - getPinToken cleanup
Pull Request -
State: closed - Opened by jschanck almost 2 years ago
- 1 comment
#238 - Avoid read_exact in transport/freebsd/device.rs
Pull Request -
State: closed - Opened by jschanck almost 2 years ago
#237 - Rework CTAP2.0 GetPinToken-workflow
Pull Request -
State: closed - Opened by msirringhaus almost 2 years ago
- 5 comments
#236 - Bump version to 0.4.0-alpha.11
Pull Request -
State: closed - Opened by andreydanil almost 2 years ago
- 4 comments
#235 - Use CTAP2 canonical CBOR encoding for PublicKeyCredentialDescriptor
Pull Request -
State: closed - Opened by jschanck almost 2 years ago
#234 - transports/netbsd: Fix ping read/write operations.
Pull Request -
State: closed - Opened by riastradh almost 2 years ago
- 1 comment
#233 - Should we double-check attestation flags when serializing?
Issue -
State: open - Opened by msirringhaus almost 2 years ago
#232 - Bump version to 0.4.0-alpha.10
Pull Request -
State: closed - Opened by jschanck almost 2 years ago
#231 - [ctap2] Missing Parameter Error with CTAP2.0 Security Key
Issue -
State: closed - Opened by andreydanil almost 2 years ago
- 9 comments
#230 - Review CBOR-serializations in attestation.rs
Pull Request -
State: closed - Opened by msirringhaus almost 2 years ago
- 1 comment
#229 - Add interactive token management functionality
Pull Request -
State: closed - Opened by msirringhaus almost 2 years ago
#228 - Make StateMachineCtap2 respect runloop cancellations
Pull Request -
State: closed - Opened by jschanck almost 2 years ago
- 1 comment
#227 - StateMachineCtap2 does not respect runloop cancellations
Issue -
State: closed - Opened by jschanck almost 2 years ago
#226 - Correct the order of map keys in serialized AttestationObjects
Pull Request -
State: closed - Opened by jschanck almost 2 years ago
#225 - Audit for use of CTAP2 canonical CBOR encoding
Issue -
State: open - Opened by jschanck almost 2 years ago
#224 - Add RP ID retry mechanism for FIDO AppID extension
Pull Request -
State: closed - Opened by jschanck about 2 years ago
- 1 comment
#223 - [ctap2] set_pin is not invoked when registering a security key with UV = required and pin_auth = None
Issue -
State: open - Opened by andreydanil about 2 years ago
- 7 comments
#222 - Bump version to 0.4.0-alpha.7
Pull Request -
State: closed - Opened by jschanck about 2 years ago
#221 - Add rust_ctap2_register_result_credential_id_{copy,len} functions
Pull Request -
State: closed - Opened by jschanck about 2 years ago
#220 - Expose C API functions to extract the credential ID from a CTAP2 register result
Issue -
State: closed - Opened by jschanck about 2 years ago
#219 - Use USB/IP software token for the CI tests
Issue -
State: open - Opened by szszszsz about 2 years ago
- 1 comment
#218 - Test battery
Pull Request -
State: open - Opened by msirringhaus about 2 years ago
#217 - Fix #216: Correctly parse device-properties for Linux
Pull Request -
State: open - Opened by msirringhaus about 2 years ago
- 3 comments
#216 - get_property() broken on Linux
Issue -
State: open - Opened by msirringhaus about 2 years ago
#215 - Fix all clippy warnings and run clippy in CI
Pull Request -
State: closed - Opened by msirringhaus about 2 years ago
- 1 comment
#214 - Support devices using self-attestation
Pull Request -
State: closed - Opened by VincentVanlaer about 2 years ago
- 2 comments
#213 - Only try PIN when the device indicates support
Pull Request -
State: closed - Opened by VincentVanlaer about 2 years ago
- 3 comments
#212 - Fix android builds and bump version to v0.4.0-alpha.6
Pull Request -
State: closed - Opened by jschanck about 2 years ago
#211 - Fix openBSD-builds (untested)
Pull Request -
State: closed - Opened by msirringhaus about 2 years ago
- 6 comments
#210 - Using CTAP1-devices and allow_lists, responses should contain the correct key-handle and not None
Pull Request -
State: closed - Opened by msirringhaus about 2 years ago
- 1 comment
#209 - Bump version to 0.4.0-alpha.4
Pull Request -
State: closed - Opened by jschanck about 2 years ago
#208 - Do not set pin_auth_protocol, if no pin_auth is available
Pull Request -
State: closed - Opened by msirringhaus about 2 years ago
- 2 comments
#207 - Add LoongArch64 support
Pull Request -
State: closed - Opened by zjiaz about 2 years ago
- 2 comments
#206 - Update pkcs11-bindings and nss-gk-api for 0.4.0-alpha.3
Pull Request -
State: closed - Opened by jschanck about 2 years ago
#205 - Refactor crypto module and add Pin UV Auth 2
Pull Request -
State: closed - Opened by jschanck about 2 years ago
#204 - Expose U2F_OK value in C-API for successful results
Pull Request -
State: closed - Opened by msirringhaus about 2 years ago
#203 - Update nss-gk-api
Pull Request -
State: closed - Opened by jschanck about 2 years ago
#202 - Add a C API for the WebDriver service
Pull Request -
State: closed - Opened by ikbenale about 2 years ago
- 6 comments
#201 - First draft of ctap2.1 in GetInfo, MakeCredentials and ClientPin (not used, just some struct definitions)
Pull Request -
State: closed - Opened by msirringhaus about 2 years ago
- 1 comment
#200 - Rebase #189 on current ctap2-2021 branch
Pull Request -
State: closed - Opened by jschanck about 2 years ago
#199 - Bump version to 0.4.0-alpha.1
Pull Request -
State: closed - Opened by jschanck about 2 years ago
#198 - Don't error our when encountering unsupported GetInfo-options
Pull Request -
State: closed - Opened by msirringhaus about 2 years ago
#197 - Implement crypto/nss using nss-gk-api
Pull Request -
State: closed - Opened by jschanck about 2 years ago
- 1 comment
#196 - WIP: Extend rmfs PR for using simpler NSS-bindings
Pull Request -
State: closed - Opened by msirringhaus over 2 years ago
- 1 comment
#195 - link to active ctap2 branch
Pull Request -
State: closed - Opened by kwin over 2 years ago
- 1 comment
#194 - Fix warnings with newer rustc. When dropping values, drop() has to be explicitly called
Pull Request -
State: closed - Opened by msirringhaus over 2 years ago
#193 - Add support for SPARC64
Pull Request -
State: closed - Opened by Richard-Rogalski over 2 years ago
- 1 comment
#192 - Use NSS bindings directly
Pull Request -
State: closed - Opened by rmartinho over 2 years ago
- 1 comment
#191 - Rename and document `U2FAPDUHeader` and fix Nc=0 (main branch)
Pull Request -
State: closed - Opened by micolous over 2 years ago
#190 - CTAP1 requests with no command data payload (eg: U2F_VERSION) are incorrectly encoded
Issue -
State: closed - Opened by micolous over 2 years ago
- 7 comments
#189 - Rename and document `U2FAPDUHeader` and fix Nc=0 (ctap2-2021 branch)
Pull Request -
State: closed - Opened by micolous over 2 years ago
- 3 comments
#188 - Fix #187: Do not truncate leading zeros when printing AAGuid
Pull Request -
State: closed - Opened by msirringhaus over 2 years ago
- 2 comments
#187 - Invalid aaguid truncation.
Issue -
State: closed - Opened by Firstyear over 2 years ago
#186 - Serialize attestation as webauthn
Pull Request -
State: closed - Opened by msirringhaus over 2 years ago
#185 - Implement parsing of DER-certificate length and remove AttestationStatement::Unparsed()
Pull Request -
State: closed - Opened by msirringhaus over 2 years ago
#184 - Fix #182: Return the actual serialized byte-array of the used client-data alonside the struct itself.
Pull Request -
State: closed - Opened by msirringhaus over 2 years ago
#183 - Attestation Object when cbor serialised is invalid (CTAP2)
Issue -
State: closed - Opened by Firstyear over 2 years ago
- 7 comments
#182 - RegisterResult::CTAP2 needs to return serialised json blob
Issue -
State: closed - Opened by Firstyear over 2 years ago
- 2 comments
#181 - Relax keylength checks for CTAP2 and implement excludeList-support for CTAP1
Pull Request -
State: closed - Opened by msirringhaus over 2 years ago
#180 - Remove unneeded explicit close-call, since the file will be close automatically
Pull Request -
State: closed - Opened by msirringhaus over 2 years ago
#179 - Allow disabling C API exports
Pull Request -
State: closed - Opened by complexspaces over 2 years ago
- 4 comments
#178 - Bump nom to v7
Pull Request -
State: closed - Opened by msirringhaus over 2 years ago
#170 - support for using platform apis
Issue -
State: closed - Opened by dvc94ch over 2 years ago
- 3 comments
#164 - Update rand.
Pull Request -
State: closed - Opened by emilio almost 3 years ago
- 1 comment
#162 - [CTAP2] Support some kind of "user_verification = preferred"
Issue -
State: closed - Opened by msirringhaus almost 3 years ago
- 1 comment
#160 - Issue with handles > 64 bytes
Issue -
State: closed - Opened by obelisk almost 3 years ago
- 22 comments
#145 - Travis CI free usage ends Dec 3; mozilla repos should switch to other CI platforms
Issue -
State: closed - Opened by hwine about 4 years ago
- 2 comments
#144 - Add a C API for the WebDriver service
Issue -
State: closed - Opened by jcjones over 4 years ago
- 1 comment
#138 - Implement a crypto provider trait
Issue -
State: closed - Opened by jcjones over 4 years ago
#137 - Verify U2F in examples/main.rs
Issue -
State: closed - Opened by jcjones over 4 years ago
#136 - Implement U2F for software_u2f.rs
Issue -
State: closed - Opened by jcjones over 4 years ago
#136 - Implement U2F for software_u2f.rs
Issue -
State: closed - Opened by jcjones over 4 years ago
#134 - WebDriver VirtualManager does not emit status updates
Issue -
State: closed - Opened by jcjones over 4 years ago
Labels: enhancement
#134 - WebDriver VirtualManager does not emit status updates
Issue -
State: closed - Opened by jcjones over 4 years ago
Labels: enhancement
#132 - Expose Status via C API
Issue -
State: closed - Opened by jcjones over 4 years ago
#129 - Support VirtualDriver Extensions
Issue -
State: closed - Opened by jcjones over 4 years ago
Labels: enhancement
#129 - Support VirtualDriver Extensions
Issue -
State: closed - Opened by jcjones over 4 years ago
Labels: enhancement
#124 - Move the USB-HID authenticator transport implementations into a subfolder/module
Issue -
State: closed - Opened by jcjones over 4 years ago
#124 - Move the USB-HID authenticator transport implementations into a subfolder/module
Issue -
State: closed - Opened by jcjones over 4 years ago
#114 - [WIP] Add basic NFC support
Pull Request -
State: open - Opened by Crote over 4 years ago
- 21 comments
#95 - Consider speeding up state machine
Issue -
State: closed - Opened by jcjones over 5 years ago
- 1 comment