< prev index next >

src/jdk.crypto.ec/share/legal/ecc.md

Print this page
rev 59107 : imported patch security
   1 ## Mozilla Elliptic Curve Cryptography (ECC)
   2 
   3 ### Mozilla ECC Notice
   4 
   5 You are receiving a 
   6 [copy](http://hg.openjdk.java.net/jdk/jdk/file/tip/src/jdk.crypto.ec/share/native/libsunec/impl)
   7 of the Elliptic Curve Cryptography library in source form or object code.
   8 
   9 ```
  10 The terms of the Oracle license do NOT apply to the Elliptic Curve Cryptography
  11 library; it is licensed under the following license, separately from the Oracle 
  12 programs you received.  If you do not wish to install the Elliptic Curve 
  13 Cryptography library, you may delete the Elliptic Curve Cryptography library by 
  14 removing:
  15 
  16       Solaris:  $(JAVA_HOME)/lib/libsunec.so
  17       Linux:    $(JAVA_HOME)/lib/libsunec.so
  18       macOS:    $(JAVA_HOME)/lib/libsunec.dylib
  19       Windows:  $(JAVA_HOME)\bin\sunec.dll
  20 
  21 ```
  22 
  23 #### Mozilla ECC Library Removal Impact
  24 ```
  25 The Java Cryptographic Service SunEC Provider uses the Mozilla ECC library.  If 
  26 this native library is removed, the following algorithms will no longer be 
  27 available from the SunEC provider using the JCA/JCE APIs:
  28 
  29       KeyPairGenerator:  EC
  30       KeyAgreement:      ECDH
  31       Signature:         names that include *withECDSA* 
  32 
  33 ```
  34 
  35 #### Written Offer for Source Code
  36 


   1 ## Mozilla Elliptic Curve Cryptography (ECC)
   2 
   3 ### Mozilla ECC Notice
   4 
   5 You are receiving a 
   6 [copy](http://hg.openjdk.java.net/jdk/jdk/file/tip/src/jdk.crypto.ec/share/native/libsunec/impl)
   7 of the Elliptic Curve Cryptography library in source form or object code.
   8 
   9 ```
  10 The terms of the Oracle license do NOT apply to the Elliptic Curve Cryptography
  11 library; it is licensed under the following license, separately from the Oracle 
  12 programs you received.  If you do not wish to install the Elliptic Curve 
  13 Cryptography library, you may delete the Elliptic Curve Cryptography library by 
  14 removing:
  15 

  16       Linux:    $(JAVA_HOME)/lib/libsunec.so
  17       macOS:    $(JAVA_HOME)/lib/libsunec.dylib
  18       Windows:  $(JAVA_HOME)\bin\sunec.dll
  19 
  20 ```
  21 
  22 #### Mozilla ECC Library Removal Impact
  23 ```
  24 The Java Cryptographic Service SunEC Provider uses the Mozilla ECC library.  If 
  25 this native library is removed, the following algorithms will no longer be 
  26 available from the SunEC provider using the JCA/JCE APIs:
  27 
  28       KeyPairGenerator:  EC
  29       KeyAgreement:      ECDH
  30       Signature:         names that include *withECDSA* 
  31 
  32 ```
  33 
  34 #### Written Offer for Source Code
  35 


< prev index next >