- 14 2月, 2020 2 次提交
-
-
由 andrew 提交于
Reviewed-by: shade
-
由 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
-
- 01 5月, 2018 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: coffeys
-
- 03 1月, 2018 3 次提交
- 08 9月, 2017 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: mullan, ahgross
-
- 29 8月, 2017 1 次提交
-
-
由 asaha 提交于
Reviewed-by: bgopularam
-
- 16 8月, 2017 1 次提交
-
-
由 rpatil 提交于
Reviewed-by: coffeys, valeriep Contributed-by: prasadarao.koppula@oracle.com
-
- 01 8月, 2017 1 次提交
-
-
由 coffeys 提交于
Reviewed-by: mullan, weijun
-
- 04 8月, 2017 1 次提交
-
-
由 rpatil 提交于
Reviewed-by: coffeys, valeriep Contributed-by: prasadarao.koppula@oracle.com
-
- 01 8月, 2017 1 次提交
-
-
由 coffeys 提交于
Reviewed-by: mullan, weijun
-
- 25 7月, 2017 1 次提交
-
-
由 weijun 提交于
Reviewed-by: mullan
-
- 26 7月, 2017 1 次提交
-
-
由 weijun 提交于
8171319: keytool should print out warnings when reading or generating cert/cert req using weak algorithms Reviewed-by: coffeys
-
- 25 7月, 2017 1 次提交
-
-
由 weijun 提交于
Reviewed-by: mullan
-
- 26 7月, 2017 1 次提交
-
-
由 weijun 提交于
8171319: keytool should print out warnings when reading or generating cert/cert req using weak algorithms Reviewed-by: coffeys
-
- 25 7月, 2017 2 次提交
- 21 7月, 2017 1 次提交
-
-
由 igerasim 提交于
8181048: Refactor existing providers to refer to the same constants for default values for key length Reviewed-by: mullan, ahgross
-
- 18 1月, 2018 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: mullan
-
- 22 8月, 2017 1 次提交
-
-
由 igerasim 提交于
8181048: Refactor existing providers to refer to the same constants for default values for key length Reviewed-by: mullan, ahgross
-
- 12 1月, 2016 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: mullan
-
- 19 3月, 2015 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: xuelei
-
- 09 10月, 2013 1 次提交
-
-
由 valeriep 提交于
Summary: Fixed and suppressed compiler warnings on rawtypes Reviewed-by: vinnie
-
- 04 10月, 2013 1 次提交
-
-
由 vinnie 提交于
Reviewed-by: weijun
-
- 25 7月, 2013 1 次提交
-
-
由 juh 提交于
Reviewed-by: mullan
-
- 28 3月, 2013 1 次提交
-
-
由 weijun 提交于
8010125: keytool -importkeystore could create a pkcs12 keystore with different storepass and keypass Reviewed-by: vinnie
-
- 22 2月, 2013 1 次提交
-
-
由 msheppar 提交于
8006182: cleanup to use java.util.Base64 in java security component, providers, and regression tests Summary: Refactored code to use java.util.Base64 Mime Encoder and Decoder as a replacement for sun.misc.BASE64Encoder and sun.misc.BASE64Decoder Reviewed-by: vinnie, chegar, sherman
-
- 09 11月, 2012 1 次提交
-
-
由 mullan 提交于
Reviewed-by: mullan Contributed-by: jason.uh@oracle.com
-
- 15 10月, 2012 1 次提交
-
-
由 sflores 提交于
Reviewed-by: alanb, weijun, mullan
-
- 21 2月, 2012 1 次提交
-
-
由 weijun 提交于
Reviewed-by: xuelei
-
- 09 11月, 2011 1 次提交
-
-
由 weijun 提交于
Reviewed-by: xuelei
-
- 14 10月, 2011 1 次提交
-
-
由 mullan 提交于
6953295: Move few sun.security.{util, x509, pkcs} classes used by keytool/jarsigner to another package Reviewed-by: mchung
-
- 09 9月, 2011 1 次提交
-
-
由 weijun 提交于
Reviewed-by: xuelei
-
- 16 8月, 2011 1 次提交
-
-
由 jjg 提交于
Reviewed-by: xuelei, mullan Contributed-by: alexandre.boulgakov@oracle.com
-
- 15 6月, 2011 1 次提交
-
-
由 darcy 提交于
Reviewed-by: weijun
-
- 29 3月, 2011 1 次提交
-
-
由 mullan 提交于
7019938: Translatability bug - Remove Unused String - String ID can not specify Principal with a 7019940: Translatability bug - Remove unused string - String ID: provided null name 7019942: Translatability bug - String ID: trustedCertEntry, 7019945: Translatability bug - Translatability issue - String ID: * has NOT been verified! In order to veri 7019947: Translatability bug - Translatability issue - String ID: * The integrity of the information stored i 7019949: Translatability bug - Translatability issue - String ID: * you must provide your keystore password. Reviewed-by: weijun, wetmore
-
- 28 2月, 2011 1 次提交
-
-
由 weijun 提交于
Reviewed-by: mullan
-
- 13 1月, 2011 1 次提交
-
-
由 smarks 提交于
Reviewed-by: weijun
-
- 11 11月, 2010 1 次提交
-
-
由 weijun 提交于
Reviewed-by: valeriep
-