> Could someone please help review this PKCS#11 v3.0 header files update?
> 
> Changes are straight-forward as below:
> 1) Updated pkcs11.h, pkcs11f.h, pkcs11t.h to v3.0
> 2) Updated java side w/ the new constants definitions and name/error code 
> mappings.
> 
> For the native headers, it's a direct copy of the official v3.0 headers 
> except that I have to remove the tab space, and trailing white spaces due to 
> JDK code requirement. I verified the result using 'diff -w'. As for the java 
> side, the edit is based on the diff of native headers. I also commented out 
> some of the unused native identifiers at java side.
> 
> I am adding the SHA-3 digests, signatures, and macs in a separate RFE and 
> would need this one to be reviewed/integrated first.
> 
> Thanks,
> Valerie

Valerie Peng has updated the pull request incrementally with one additional 
commit since the last revision:

  Updated the javadoc comments of PKCS11Constants class with additional
  typedef info
  Updated the legal file to new PKCS11 version

-------------

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/917/files
  - new: https://git.openjdk.java.net/jdk/pull/917/files/0b37b821..03f1b67a

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=917&range=02
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=917&range=01-02

  Stats: 25 lines in 2 files changed: 15 ins; 5 del; 5 mod
  Patch: https://git.openjdk.java.net/jdk/pull/917.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/917/head:pull/917

PR: https://git.openjdk.java.net/jdk/pull/917

Reply via email to