1. 14 2月, 2020 1 次提交
    • W
      8230978: Add support for RSASSA-PSS Signature algorithm (Java SE 8) · d3243e3e
      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
      d3243e3e
  2. 08 10月, 2019 1 次提交
  3. 21 6月, 2019 1 次提交
  4. 18 2月, 2015 1 次提交
  5. 16 1月, 2015 1 次提交
  6. 15 6月, 2019 1 次提交
  7. 25 6月, 2019 1 次提交
  8. 23 5月, 2019 1 次提交
  9. 26 3月, 2019 1 次提交
  10. 10 10月, 2019 1 次提交
  11. 29 4月, 2019 1 次提交
  12. 30 12月, 2018 1 次提交
  13. 11 4月, 2019 1 次提交
  14. 07 2月, 2019 1 次提交
  15. 24 1月, 2019 1 次提交
  16. 05 7月, 2019 1 次提交
  17. 29 6月, 2019 2 次提交
  18. 26 6月, 2019 1 次提交
  19. 05 6月, 2019 1 次提交
  20. 09 11月, 2017 1 次提交
  21. 08 10月, 2016 1 次提交
  22. 05 7月, 2019 1 次提交
  23. 03 1月, 2019 1 次提交
  24. 15 1月, 2014 1 次提交
  25. 17 4月, 2019 1 次提交
  26. 10 4月, 2019 1 次提交
  27. 03 4月, 2019 6 次提交
  28. 30 4月, 2016 1 次提交
  29. 16 7月, 2014 1 次提交
  30. 22 2月, 2019 1 次提交
    • R
      8202088: Japanese new era implementation · fa84c4e6
      rpatil 提交于
      8207152: Placeholder for Japanese new era should be two characters
      8211398: Square character support for the Japanese new era
      8180469: Wrong short form text for supplemental Japanese era
      8206120: Add test cases for lenient Japanese era parsing
      8218915: Change isJavaIdentifierStart and isJavaIdentifierPart to handle new code points
      8217710: Add 5 currency code points to Java SE 8uX
      Reviewed-by: coffeys, naoto
      Contributed-by: deepak.kejriwal@oracle.com
      fa84c4e6
  31. 30 1月, 2019 2 次提交
  32. 14 12月, 2018 1 次提交
  33. 03 12月, 2018 1 次提交