-
Task
-
Resolution: Won't Fix
-
P3
-
9
-
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.
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.
- relates to
-
JDK-8167227 JEP 299: Reorganize Documentation
-
- Closed
-