native-pkcs11
native-pkcs11 copied to clipboard
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.2 to 4.3.3. Release notes Sourced from actions/upload-artifact's releases. v4.3.3 What's Changed updating @actions/artifact dependency to v2.1.6 by @eggyhead in actions/upload-artifact#565 Full Changelog: https://github.com/actions/upload-artifact/compare/v4.3.2...v4.3.3 Commits 6546280 updating...
This reverts commit 9cecc206ea9dc819395b68cfbd46e8e463dce5f7.
Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 3.26.0 to 3.26.2 Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog See the releases page for the relevant changes...
Bumps the cargo group with 1 update: [bindgen](https://github.com/rust-lang/rust-bindgen). Updates `bindgen` from 0.69.4 to 0.70.0 Release notes Sourced from bindgen's releases. v0.70.0 Install bindgen-cli 0.70.0 Install prebuilt binaries via shell script...
Use command line `pkcs11-tool` form OpenSC, command: ```shell pkcs11-tool --module /Users/hatterjiang/temp/native-pkcs11/target/debug/libnative_pkcs11.dylib -O --type cert ``` Will outputs error like ` e=4 is not a valid attribute type`. ``` Certificate Object;...
## What was changed According to the official stable Rust 1.80.0 release. we now have LazyLock and LazyCell as part of the Standard Library(https://blog.rust-lang.org/2024/07/25/Rust-1.80.0.html). This PR upgrades all the `once_cell::sync::Lazy`...
The `Object.attribute` function always returns a fixed value of the P256 curve OID (see following code excerpt). This is obviously wrong for non P256 keys and leads to errors when...
> In macOS, some of the functions of this API block while waiting for input from the user (for example, when the user is asked to unlock a keychain or...
These attributes are described in 4.7.2. The main impetus is to make interacting with native-pkcs11 using pkcs11-tool print fewer warnings. Without this pkcs11-tool prints a couple errant warnings when listing...
Bumps the github-actions group with 1 update: [release-plz/action](https://github.com/release-plz/action). Updates `release-plz/action` from 0.5.105 to 0.5.106 Release notes Sourced from release-plz/action's releases. v0.5.106 What's Changed update cargo-semver-checks to 0.41 by @marcoieni in...