pkcs11wrapper icon indicating copy to clipboard operation
pkcs11wrapper copied to clipboard

Is this maintained?

Open paulvi opened this issue 7 years ago • 4 comments

Is this maintained? Are you willing to move this forward?

For example, PKCS#11 as specification is also slightely changes over time

https://en.wikipedia.org/wiki/PKCS_11#History

paulvi avatar May 09 '18 09:05 paulvi

Please refer to https://github.com/xipki/pkcs11wrapper. The branch sunpkcs11 I will be maintained. Currently version 2.40 will be partly supported there.

xipki avatar Mar 01 '19 18:03 xipki

OK, then I suggest change this repository metadata (visible at page https://github.com/mikma/pkcs11wrapper)

and add project URL to https://github.com/xipki/pkcs11wrapper

paulvi avatar Mar 04 '19 09:03 paulvi

The xipki/pkcs11wrapper use the JDK's PKCS#11 JNI instead of the originial JNI provided in the project. It has the following limitations:

  • Works only with JDKs with sunpkcs11 provider, e.g. Oracle JDK and OpenJDK.
  • Not all mechanisms in PKCS#11 are supported.

xipki avatar Mar 04 '19 20:03 xipki

OK. I guess that should be added into README or wiki

paulvi avatar Mar 05 '19 08:03 paulvi