Miroshin Stepan
Miroshin Stepan
Could you explain with example?
1. `getChain` to get chain of certificates for certificate 2. If result doesn't have `crl` and `ocsp` objects, then you need to parse each certificate and get paths for `crl`/`ocsp`...
I updated ID generation for wc-local objects. It must resolve problem. It works for SafeNET and SoftHSM. @rmhrisk Could you check it with your eID?
I updated `node-webcrypto-p11` for it @rmhrisk try again
### PKCS#11 spec v.2.3 CK_RV C_Initialize ( CK_VOID_PTR pInitArgs ) ; C_Initialize initializes the Cryptoki library. Parameters: pInitArgs either has the value NULL_PTR or points to a CK_C_INITIALIZE_ARGS structure containing...
It's something new. I've never seen this error before. Looks like the problem is with NodeJS, `libcrypto` is part of it. Try to reinstall the NodeJS and try again
Thanks for the PR, @dhensby! We appreciate the updates.
While debugging webcrypto-local for certificate import, I discovered an inconsistency in the behavior of the `pvpkcs11` module on MacOS. Specifically, the `CKA_ID` attribute gets modified when creating a PKCS#11 object...
I have opened an issue in the pvpkcs11 repository to address this. You can find more details and follow the progress here: https://github.com/PeculiarVentures/pvpkcs11/issues/56
I've fixed the C_CreateObject issue in pvpkcs11. You can grab the updated library from the artifacts here: [GitHub Actions Run](https://github.com/PeculiarVentures/pvpkcs11/actions/runs/6225164285). I've tested it on my macOS and Windows setups. It'd...