Add COSE structure extensions that allow use of predefined cryptographic backends + an OpenSSL based backend. #92
Annotations
16 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, 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/checkout@v2, 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/
|
src/error/mod.rs#L17
unused import: `std::convert::Infallible`
|
src/error/mod.rs#L20
unused import: `iana`
|
src/token/mod.rs#L167
unused imports: `CoseEncrypt0`, `CoseEncrypt`
|
src/token/cose/crypto_impl/openssl.rs#L14
unused import: `crate::token::cose::header_util::find_param_by_label`
|
src/token/cose/crypto_impl/openssl.rs#L18
unused import: `ciborium::value::Value`
|
src/token/cose/crypto_impl/openssl.rs#L20
unused import: `coset::iana::EnumI64`
|
src/token/cose/crypto_impl/openssl.rs#L21
unused imports: `CoseKey`, `Header`, `Label`, `ProtectedHeader`
|
src/token/cose/crypto_impl/openssl.rs#L31
unused import: `std::convert::Infallible`
|
src/token/cose/encrypt/encrypt0.rs#L4
unused import: `find_param_by_label`
|
src/token/cose/encrypt/encrypt0.rs#L7
unused import: `CoseEc2Key`
|
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/
|
This job succeeded
Loading