Add COSE structure extensions that allow use of predefined cryptographic backends + an OpenSSL based backend. #93
Annotations
10 errors and 16 warnings
src/token/cose/header_util.rs#L9
failed to resolve: use of undeclared crate or module `std`
|
src/error/mod.rs#L16
failed to resolve: use of undeclared crate or module `std`
|
src/error/mod.rs#L17
failed to resolve: use of undeclared crate or module `std`
|
src/token/cose/key.rs#L10
failed to resolve: use of undeclared crate or module `std`
|
src/token/cose/key.rs#L11
failed to resolve: use of undeclared crate or module `std`
|
src/token/cose/sign/mod.rs#L289
cannot find macro `dbg` in this scope
|
src/token/cose/encrypt/encrypt0.rs#L180
cannot find macro `dbg` in this scope
|
src/error/mod.rs#L285
cannot find type `Vec` in this scope
|
src/error/mod.rs#L286
cannot find type `Vec` in this scope
|
src/token/cose/encrypt/encrypt0.rs#L79
cannot find type `Vec` in this scope
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
src/error/mod.rs#L20
unused import: `iana`
|
src/token/mod.rs#L167
unused imports: `CoseEncrypt0`, `CoseEncrypt`
|
src/token/cose/encrypt/encrypt0.rs#L4
unused import: `find_param_by_label`
|
src/token/cose/encrypt/encrypt0.rs#L7
unused import: `CoseEc2Key`
|
src/token/cose/encrypt/encrypt0.rs#L109
unnecessary parentheses around pattern
|
src/token/cose/encrypt/encrypt0.rs#L151
unnecessary parentheses around pattern
|
src/token/cose/encrypt/mod.rs#L4
unused import: `CoseEc2Key`
|
src/token/cose/encrypt/mod.rs#L8
unused imports: `CoseEncrypt0Builder`, `CoseEncrypt0`, `CoseEncryptBuilder`, `CoseEncrypt`, `Header`
|
src/token/cose/header_util.rs#L4
unused import: `crate::CoseSignCipher`
|
src/token/cose/key.rs#L4
unused import: `Borrow`
|
This job failed
Loading