pentiak
pentiak
Any chance of getting it addressed?
I think I encountered the same issue. Any plans to have it fixed?
Hey @jontro. How did you get groups claim mapping to work? > I managed to get it running after pinning the version. Also to get the groups working I had...
I solved the issue using this struct I created: ``` package org.pkcs11.jacknji11.jna; import com.sun.jna.Memory; import com.sun.jna.NativeLong; import com.sun.jna.Pointer; import com.sun.jna.Structure; import org.pkcs11.jacknji11.CKD; import java.util.Arrays; import java.util.List; /** * typedef struct...
> This is most likely due to the structure packing alignment issue described [here](https://github.com/opendnssec/SoftHSMv2/issues/471). In short, although the [PKCS11 v2.40 spec](http://docs.oasis-open.org/pkcs11/pkcs11-base/v2.40/os/pkcs11-base-v2.40-os.html#_Toc72656011) explicitly says: > > > Cryptoki structures are packed...
If you managed to create the key with CKA.SENSITIVE=false, you should be able to get the key in the plaintext form by calling CE.GetAttributeValue to get the CKA.VALUE attribute. If...
@usmansaleem, looking at your mention, have you confirmed that both local and default(remote) signing modes do not work on newer JREs?
I would really like this bug to be fixed. It is the only thing holding us back from upgrading JRE & Spring.