- 28 1月, 2020 1 次提交
-
-
由 dbatrak 提交于
Reviewed-by: prr, serb
-
- 27 2月, 2020 1 次提交
-
-
由 akasko 提交于
Reviewed-by: andrew
-
- 31 10月, 2019 1 次提交
-
-
由 prr 提交于
Reviewed-by: serb, kcr
-
- 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
-
- 12 1月, 2020 1 次提交
-
-
由 andrew 提交于
Reviewed-by: mbalao
-
- 13 12月, 2019 1 次提交
-
-
由 andrew 提交于
Reviewed-by: martin, andrew
-
- 27 8月, 2019 1 次提交
-
-
由 serb 提交于
Reviewed-by: prr, avu
-
- 25 4月, 2019 1 次提交
-
-
由 kaddepalli 提交于
Reviewed-by: prr
-
- 14 12月, 2018 1 次提交
-
-
由 kaddepalli 提交于
Reviewed-by: serb, sveerabhadra, zgu Contributed-by: NAlex Kashchenko <akashche@redhat.com>
-
- 01 6月, 2019 1 次提交
-
-
由 alitvinov 提交于
Reviewed-by: serb, prr, mschoene, bpb, ssahoo
-
- 19 8月, 2019 1 次提交
-
-
由 chegar 提交于
Reviewed-by: dfuchs, alanb, erikj
-
- 05 7月, 2019 1 次提交
-
-
由 mbalao 提交于
Reviewed-by: andrew
-
- 28 3月, 2019 1 次提交
-
-
由 aivanov 提交于
Reviewed-by: prr, serb
-
- 25 2月, 2019 1 次提交
-
-
由 sveerabhadra 提交于
Reviewed-by: prr
-
- 25 6月, 2018 1 次提交
-
-
由 sveerabhadra 提交于
Reviewed-by: prr, psadhukhan
-
- 03 6月, 2019 1 次提交
-
-
由 zgu 提交于
Reviewed-by: andrew
-
- 04 8月, 2015 1 次提交
-
-
由 ptbrunet 提交于
Summary: remove dead code; replace DEBUG_CODE with PrintDebugString; fix typos, incorrect print args Reviewed-by: van Contributed-by: peter.brunet@oracle.com
-
- 25 7月, 2015 1 次提交
-
-
由 ptbrunet 提交于
Summary: change dialog proc wparam type from UINT to WPARAM, lparam type from LONG to LPARAM Reviewed-by: serb, alexsch, van Contributed-by: peter.brunet@oracle.com
-
- 21 10月, 2016 1 次提交
-
-
由 prappo 提交于
Reviewed-by: chegar, alanb
-
- 28 3月, 2019 1 次提交
-
-
由 aivanov 提交于
Reviewed-by: prr, serb
-
- 25 2月, 2019 1 次提交
-
-
由 sveerabhadra 提交于
Reviewed-by: prr
-
- 25 6月, 2018 1 次提交
-
-
由 sveerabhadra 提交于
Reviewed-by: prr, psadhukhan
-
- 02 10月, 2018 1 次提交
-
-
由 mbaesken 提交于
Reviewed-by: alanb, clanger, bobv
-
- 21 2月, 2019 1 次提交
-
-
由 phh 提交于
8213583: Error while opening the JFileChooser when desktop contains shortcuts pointing to deleted files. Summary: Use SLR_NO_UI flag to suppress any system dialogs during IShellLinkW::Resolve invocation. Reviewed-by: kaddepalli, aivanov, serb
-
- 10 10月, 2018 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: valeriep, mschoene, rhalade
-
- 09 10月, 2018 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: chegar, dfuchs, mschoene, igerasim
-
- 07 10月, 2018 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: valeriep, mschoene, rhalade
-
- 06 10月, 2018 1 次提交
-
-
由 robm 提交于
Reviewed-by: coffeys
-
- 28 9月, 2018 1 次提交
-
-
由 serb 提交于
Reviewed-by: prr, psadhukhan, rhalade, mschoene
-
- 10 8月, 2018 1 次提交
-
-
由 chegar 提交于
Reviewed-by: igerasim, mschoene, michaelm, rhalade
-
- 21 8月, 2018 1 次提交
-
-
由 psadhukhan 提交于
Reviewed-by: prr, mschoene, rhalade
-
- 16 8月, 2018 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: igerasim, mschoene, michaelm, rhalade
-
- 26 7月, 2018 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: alanb, mschoene, rhalade
-
- 24 7月, 2018 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: valeriep, mschoene, rhalade
-
- 22 6月, 2018 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: skoivu, chegar
-
- 23 6月, 2018 1 次提交
-
-
由 dmarkov 提交于
Reviewed-by: serb, prr
-
- 14 6月, 2018 1 次提交
-
-
由 prr 提交于
Reviewed-by: serb
-
- 10 4月, 2018 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: weijun
-
- 05 4月, 2018 1 次提交
-
-
由 sveerabhadra 提交于
Reviewed-by: serb, ssadetsky
-
- 14 3月, 2018 1 次提交
-
-
由 alitvinov 提交于
Reviewed-by: serb, dmarkov
-