Add COSE structure extensions that allow use of predefined cryptographic backends + an OpenSSL based backend. #88
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/token/crypto_impl/openssl.rs#L16
unused import: `alloc::string::String`
|
src/token/crypto_impl/openssl.rs#L18
unused import: `Integer`
|
src/token/crypto_impl/openssl.rs#L22
unused import: `CoseKeyBuilder`
|
src/token/crypto_impl/openssl.rs#L161
unused variable: `e`
|
src/token/crypto_impl/openssl.rs#L205
variable does not need to be mutable
|
src/token/crypto_impl/openssl.rs#L384
unused variable: `unprotected_header`
|
src/token/crypto_impl/openssl.rs#L385
unused variable: `protected_header`
|
src/token/crypto_impl/openssl.rs#L429
unused variable: `unprotected_header`
|
src/token/crypto_impl/openssl.rs#L430
unused variable: `protected_header`
|
src/token/crypto_impl/openssl.rs#L431
unused variable: `unprotected_signature_header`
|
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