- 14 2月, 2020 1 次提交
-
-
由 wetmore 提交于
8175029: StackOverflowError in X509CRL and X509Certificate.verify(PublicKey, Provider) 8146293: Add support for RSASSA-PSS Signature algorithm 8205445: Add RSASSA-PSS Signature support to SunMSCAPI 8205720: KeyFactory#getKeySpec and translateKey throws NullPointerException with Invalid key 8206171: Signature#getParameters for RSASSA-PSS throws ProviderException when not initialized 8213009: Refactoring existing SunMSCAPI classes 8213010: Supporting keys created with certmgr.exe 8214096: sun.security.util.SignatureUtil passes null parameter, so JCE validation fails 8215694: keytool cannot generate RSASSA-PSS certificates 8221407: Windows 32bit build error in libsunmscapi/security.cpp 8216039: TLS with BC and RSASSA-PSS breaks ECDHServerKeyExchange 8223003: SunMSCAPI keys are not cleaned up 8223063: Support CNG RSA keys 8225745: NoSuchAlgorithmException exception for SHA256withECDSA with RSASSA-PSS support 8225180: SignedObject with invalid Key not throwing the InvalidKeyException in Windows 8236470: Deal with ECDSA using ecdsa-with-SHA2 plus hash algorithm as AlgorithmId 8238502: sunmscapi.dll causing EXCEPTION_ACCESS_VIOLATION Summary: Contains elements of JDK-8051408 (see comments on JDK-8230978) Reviewed-by: valeriep, weijun, coffeys, pkoppula, andrew --HG-- rename : src/windows/classes/sun/security/mscapi/Key.java => src/windows/classes/sun/security/mscapi/CKey.java rename : src/windows/classes/sun/security/mscapi/RSAKeyPair.java => src/windows/classes/sun/security/mscapi/CKeyPair.java rename : src/windows/classes/sun/security/mscapi/RSAKeyPairGenerator.java => src/windows/classes/sun/security/mscapi/CKeyPairGenerator.java rename : src/windows/classes/sun/security/mscapi/KeyStore.java => src/windows/classes/sun/security/mscapi/CKeyStore.java rename : src/windows/classes/sun/security/mscapi/RSAPrivateKey.java => src/windows/classes/sun/security/mscapi/CPrivateKey.java rename : src/windows/classes/sun/security/mscapi/RSAPublicKey.java => src/windows/classes/sun/security/mscapi/CPublicKey.java rename : src/windows/classes/sun/security/mscapi/RSACipher.java => src/windows/classes/sun/security/mscapi/CRSACipher.java rename : src/windows/classes/sun/security/mscapi/RSASignature.java => src/windows/classes/sun/security/mscapi/CSignature.java
-
- 22 4月, 2014 1 次提交
-
-
由 shurailine 提交于
Summary: Remove dependency on sun.misc.IOUtils.readFully(InputStream, int, boolean) Reviewed-by: alanb, mchung, chegar Contributed-by: NAlexandre Iline <alexandre.iline@oracle.com>
-
- 26 7月, 2018 1 次提交
-
-
由 andrew 提交于
Summary: Sync ClassFileInstaller.java with the HotSpot version Reviewed-by: phh
-
- 19 8月, 2019 1 次提交
-
-
由 chegar 提交于
Reviewed-by: dfuchs, alanb, erikj
-
- 05 9月, 2019 1 次提交
-
-
由 mbalao 提交于
8147502: Digest is incorrectly truncated for ECDSA signatures when the bit length of n is less than the field size Summary: Truncate the digest according to the group order, not the field size Reviewed-by: shade, andrew
-
- 24 5月, 2019 1 次提交
-
-
由 adinn 提交于
Summary: On Unix platforms, spawn a 'df' process and skip FileStore check if it hangs Reviewed-by: alanb, chegar
-
- 09 4月, 2014 1 次提交
-
-
由 yan 提交于
Reviewed-by: pchelko, alexsch Contributed-by: NDmitriy Ermashov <dmitriy.ermashov@oracle.com>
-
- 01 3月, 2019 1 次提交
-
-
由 mullan 提交于
Summary: Add class CADistrustPolicy and distrust Symantec. Reviewed-by: weijun
-
- 17 10月, 2018 1 次提交
-
-
由 fmatte 提交于
Reviewed-by: sspitsyn
-
- 19 7月, 2018 2 次提交
- 08 6月, 2018 1 次提交
-
-
由 igerasim 提交于
Summary: Also reviewed by Chris Ries <chris.ries@oracle.com> Reviewed-by: alanb, mchung, rriggs
-
- 19 4月, 2018 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: mchung, igerasim
-
- 15 1月, 2018 1 次提交
-
-
由 coffeys 提交于
Reviewed-by: weijun, igerasim
-
- 24 10月, 2017 2 次提交
- 08 8月, 2017 2 次提交
- 03 8月, 2017 1 次提交
-
-
由 bgopularam 提交于
8185628: Backport jdk/test/lib/testlibrary/CompilerUtils.java to jdk8u which is helpful in test development Summary: Utility class for compiling Java source files Reviewed-by: coffeys
-
- 18 1月, 2018 2 次提交
- 15 1月, 2018 1 次提交
-
-
由 coffeys 提交于
Reviewed-by: weijun, igerasim
-
- 21 10月, 2016 1 次提交
-
-
由 robm 提交于
Reviewed-by: weijun
-
- 14 9月, 2016 2 次提交
- 13 5月, 2016 1 次提交
-
-
由 snikandrova 提交于
Reviewed-by: weijun
-
- 30 10月, 2015 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: chegar
-
- 21 10月, 2016 1 次提交
-
-
由 robm 提交于
Reviewed-by: weijun
-
- 18 6月, 2015 1 次提交
-
-
由 kshefov 提交于
Reviewed-by: vlivanov
-
- 04 6月, 2015 1 次提交
-
-
由 asaha 提交于
8081775: two lib/testlibrary tests are failing with "Error. failed to clean up files after test" with jtreg 4.1 b12 Reviewed-by: amlu
-
- 28 5月, 2015 1 次提交
-
-
由 rriggs 提交于
8081022: java/time/test/java/time/format/TestZoneTextPrinterParser.java fails by timeout on slow device Summary: Reduce number of iterations to 8 instead of 50; add RandomFactory to test library Reviewed-by: naoto
-
- 04 6月, 2015 1 次提交
-
-
由 asaha 提交于
8081775: two lib/testlibrary tests are failing with "Error. failed to clean up files after test" with jtreg 4.1 b12 Reviewed-by: amlu
-
- 06 6月, 2015 1 次提交
-
-
由 cjplummer 提交于
Summary: Copy ProcessTool.createJavaProcessBuilder functionality from hotspot/test Reviewed-by: rriggs, sspitsyn, dholmes
-
- 23 4月, 2015 1 次提交
-
-
由 jbachorik 提交于
8077953: [TEST_BUG] com/sun/management/OperatingSystemMXBean/TestTotalSwap.java Compilation failed after JDK-8077387 Reviewed-by: sla, dholmes
-
- 05 12月, 2014 1 次提交
-
-
由 kshefov 提交于
Reviewed-by: psandoz, vlivanov, dfuchs
-
- 23 10月, 2014 1 次提交
-
-
由 jbachorik 提交于
Reviewed-by: egahlin, dholmes
-
- 17 8月, 2015 1 次提交
-
-
由 kshefov 提交于
Reviewed-by: vlivanov, mhaupt
-
- 03 9月, 2014 1 次提交
-
-
由 xuelei 提交于
Reviewed-by: vinnie Contributed-by: NRaghu Nair <raghu.k.nair@oracle.com>
-
- 13 9月, 2014 1 次提交
-
-
由 kshefov 提交于
8057707: TEST library enhancement in lib/testlibrary/jsr292/com/oracle/testlibrary/jsr292/Helper.java Reviewed-by: iignatyev, vlivanov
-
- 25 2月, 2016 1 次提交
-
-
由 kshefov 提交于
Reviewed-by: coffeys Contributed-by: NAlexander Vorobyev <alexander.vorobyev@oracle.com>
-