You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "John Hewson (JIRA)" <ji...@apache.org> on 2014/10/30 20:30:34 UTC

[jira] [Created] (PDFBOX-2464) Document crypto build dependencies

John Hewson created PDFBOX-2464:
-----------------------------------

             Summary: Document crypto build dependencies
                 Key: PDFBOX-2464
                 URL: https://issues.apache.org/jira/browse/PDFBOX-2464
             Project: PDFBox
          Issue Type: Improvement
          Components: Documentation
    Affects Versions: 2.0.0
            Reporter: John Hewson
            Priority: Blocker
             Fix For: 2.0.0


We need to document a new build dependency:

Since PDFBOX-2460, building PDFBox now requires a JDK with "unlimited strength" cryptography. Which requires extra files to be installed.

- For JDK 7: http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html

Users without these files will see the message:

{code}
Failed tests:
  TestPublicKeyEncryption.setUp:70 JCE unlimited strength jurisdiction policy files are not installed
  TestPublicKeyEncryption.setUp:70 JCE unlimited strength jurisdiction policy files are not installed
  TestPublicKeyEncryption.setUp:70 JCE unlimited strength jurisdiction policy files are not installed
  TestSymmetricKeyEncryption.setUp:80 JCE unlimited strength jurisdiction policy files are not installed
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)