Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8177849

Decide if docs bundle should include platform-specific providers

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Won't Fix
    • Icon: P3 P3
    • 10
    • 9
    • infrastructure
    • None

      There are platform-specific security providers:

      ifeq ($(OPENJDK_TARGET_OS), windows)
        PLATFORM_MODULES += jdk.crypto.mscapi
      endif
      ifeq ($(OPENJDK_TARGET_OS), solaris)
        PLATFORM_MODULES += jdk.crypto.ucrypto
      endif

      They are documented in some security documentation. This issue is to decide if docs bundle should include platform-specific providers.

            mchung Mandy Chung (Inactive)
            mchung Mandy Chung (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: