joelhockey / jacknji11

Java Native Interface for PKCS#11
MIT License
32 stars 22 forks source link

Use ckf serial session #12

Closed primetomas closed 3 years ago

primetomas commented 4 years ago

NativeProvider.C_OpenSession documents that CKF_SERIAL_SESSION is needed, and it is needed for SoftHSM2 at least. Make default OpenSession metod use this flag.

primetomas commented 3 years ago

Since 1-5->1.8 was already merged, I don't understand why it shows up here. I did sync my fork with yours first, but I guess that's the thing that didn't work. It's anyhow in your tree already. Do you want a new pull request trying to get rid of it? Otherwise I'll "refork" after merging.