-
Bug
-
Resolution: Unresolved
-
P4
-
8
As a part of backport of JDK-8242151 we have introuced KnownOIDs.java file holding all OIDs constant for re-use.
Repace all manual OID string entries with the constant in KnownOID, which might have been left out afterJDK-8242151.
The following grep gives out full result where string replacement is necessary:
grep -r "\"[1-2].*\.[0-9].*\.[0-9].*" java.base/
grep -r "\"[1-2].*\.[0-9].*\.[0-9].*" j*secu*
grep -r "\"[1-2].*\.[0-9].*\.[0-9].*" *mscap*
Repace all manual OID string entries with the constant in KnownOID, which might have been left out after
The following grep gives out full result where string replacement is necessary:
grep -r "\"[1-2].*\.[0-9].*\.[0-9].*" java.base/
grep -r "\"[1-2].*\.[0-9].*\.[0-9].*" j*secu*
grep -r "\"[1-2].*\.[0-9].*\.[0-9].*" *mscap*
- relates to
-
JDK-8242151 Improve OID mapping and reuse among JDK security providers for aliases registration
-
- Resolved
-