- 29 7月, 2020 1 次提交
-
-
由 yunyao.zxl 提交于
Summary: Add JDK code of the Wisp implementation Test Plan: all Wisp tests Reviewed-by: yuleil, shiyuexw, sanhong Issue: https://github.com/alibaba/dragonwell8/issues/113
-
- 08 4月, 2020 1 次提交
-
-
由 lei.yul 提交于
Summary: - Replace null with root() to represent root container for consistency - Support rcm inheritance by Thread.inheritedResourceContainer Test Plan: jtreg com/alibaba/rcm/ multi-tenent/ Reviewed-by: luchsh, tanghaoth90 Issue: https://github.com/alibaba/dragonwell8/issues/95
-
- 13 3月, 2020 1 次提交
-
-
由 lei.yul 提交于
Summary: Introduce ResourceContainer to manage resources. ResourceContainer defines a set of resource Constraint that limit resource usage by threads. Test Plan: jtreg com/alibaba/rcm Reviewed-by: luchsh, sanhong Issue: alibaba/dragonwell8#87
-
- 05 8月, 2014 1 次提交
-
-
由 mullan 提交于
7147060: com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java doesn't run in agentvm mode Reviewed-by: xuelei, sgehwolf, andrew
-
- 01 10月, 2016 1 次提交
-
-
由 martin 提交于
Reviewed-by: snikandrova, wetmore, rasbold
-
- 12 11月, 2019 1 次提交
-
-
由 mbalao 提交于
Reviewed-by: weijun
-
- 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
-
- 13 12月, 2019 1 次提交
-
-
由 sgehwolf 提交于
Reviewed-by: sspitsyn, andrew
-
- 18 6月, 2015 1 次提交
-
-
由 ascarpino 提交于
Reviewed-by: kvn, jrose, phh
-
- 17 10月, 2018 1 次提交
-
-
由 fmatte 提交于
Reviewed-by: sspitsyn
-
- 15 10月, 2018 1 次提交
-
-
由 dbuck 提交于
Reviewed-by: sspitsyn, amenkov, gadams, jcbeyler
-
- 06 10月, 2018 2 次提交
-
-
由 robm 提交于
8210695: Create test to cover JDK-8205330 InitialDirContext ctor sometimes throws NPE if the server has sent a disconnection Reviewed-by: vtewari, dfuchs, chegar, coffeys
-
由 robm 提交于
8210695: Create test to cover JDK-8205330 InitialDirContext ctor sometimes throws NPE if the server has sent a disconnection Reviewed-by: vtewari, dfuchs, chegar, coffeys
-
- 24 8月, 2018 1 次提交
-
-
由 coffeys 提交于
Reviewed-by: weijun, igerasim
-
- 12 6月, 2018 1 次提交
-
-
由 vtewari 提交于
8176192: Incorrect usage of Iterator in Java 8 In com.sun.jndi.ldap.EventSupport.removeNamingListener Reviewed-by: psandoz
-
- 15 11月, 2017 2 次提交
- 05 11月, 2017 2 次提交
- 23 10月, 2017 1 次提交
-
-
由 coffeys 提交于
8154344: sun/security/pkcs11/KeyAgreement/SupportedDHKeys.java fails on solaris Reviewed-by: xuelei
-
- 08 9月, 2017 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: mullan, ahgross
-
- 17 8月, 2017 2 次提交
- 08 8月, 2017 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: alanb Contributed-by: fweimer@redhat.com
-
- 17 7月, 2017 1 次提交
-
-
由 shshahma 提交于
Summary: Update line number table and code indices table with missing entry Reviewed-by: vromero
-
- 23 10月, 2017 1 次提交
-
-
由 coffeys 提交于
8154344: sun/security/pkcs11/KeyAgreement/SupportedDHKeys.java fails on solaris Reviewed-by: xuelei
-
- 08 2月, 2017 2 次提交
- 06 7月, 2016 1 次提交
-
-
由 igerasim 提交于
Summary: intermittent test failure leaves server process - add server pid to test's kill -9 command Reviewed-by: chegar
-
- 04 7月, 2016 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: rriggs, coffeys
-
- 07 6月, 2016 1 次提交
-
-
由 akosarev 提交于
Reviewed-by: valeriep
-
- 08 2月, 2017 1 次提交
-
-
由 mcherkas 提交于
Reviewed-by: serb, ssadetsky
-
- 15 2月, 2016 1 次提交
-
-
由 kshefov 提交于
Reviewed-by: coffeys
-
- 22 1月, 2016 4 次提交
-
-
由 dsamersoff 提交于
Summary: Remove this testcase Reviewed-by: sla, egahlin
-
由 ykantser 提交于
Reviewed-by: dsamersoff, sla Contributed-by: mattias.tobiasson@oracle.com
-
由 sla 提交于
Reviewed-by: alanb, mikael
-
由 dsamersoff 提交于
Summary: Explicitly check readability of file in question Reviewed-by: sla, dholmes, olagneau
-
- 14 4月, 2016 1 次提交
-
-
由 snikandrova 提交于
Summary: Add AES cipher tests with various modes, padding schemes and read methods of CipherInputStream for SunJCE provider Reviewed-by: valeriep
-
- 29 8月, 2015 1 次提交
-
-
由 rhalade 提交于
Reviewed-by: valeriep
-
- 17 6月, 2016 1 次提交
-
-
由 akosarev 提交于
Summary: Reduce buffer allocation and do multiple cipher encryption/decryption calls. Reviewed-by: xuelei, ascarpino
-