smerlin64
smerlin64
Noticed that when I query a group for the member attribute, the member attribute is returned as a string if there is only one member, and as an array if...
Hi, the SoftHSM2 implementation of GCM decrypt does not return any data until you call C_DecryptFinal (not sure if other P11 implementations are the same), so the final() method in...
Assuming pkcs11j is meant to be PKCS11 2.40 compliant (which the comments seem to imply), the structure for the CK_GCM_PARAMS is incorrect. In PKCS11 2.40 it is defined as: typedef...
## :stop_sign: Do you want to ask a question ? Please head to the [Discord chat](https://discord.gg/TSEcDRP) ## Prerequisites Please answer the following questions for yourself before submitting an issue. -...
Using nextjs 14: "next": "^14.2.4", "react": "^18.3.1", "react-dom": "^18.3.1", Getting: TypeError: (0 , react__WEBPACK_IMPORTED_MODULE_0__.createContext) is not a function at eval (webpack-internal:///(rsc)/./node_modules/material-ui-confirm/dist/material-ui-confirm.esm.js:139:87) at (rsc)/./node_modules/material-ui-confirm/dist/material-ui-confirm.esm.js
A fairly common use case is to allow users to read all fields, but only allow admins to write some fields. This is not possible with the current readPermission /...
When the entity definition has a hidden: byDefault field, it is quite tedious to make internal calls to resolve the entity, since all the other fields have to be specified...
## Current Behavior If any actions are defined using shortform, they are returned as such in the actions definition. The demo REST API UI on 3000 can only parse longform...