1. 11 4月, 2016 1 次提交
  2. 10 4月, 2016 8 次提交
  3. 07 4月, 2016 2 次提交
  4. 05 4月, 2016 1 次提交
  5. 31 3月, 2016 1 次提交
  6. 30 3月, 2016 3 次提交
  7. 29 3月, 2016 1 次提交
  8. 22 3月, 2016 1 次提交
  9. 21 3月, 2016 1 次提交
  10. 18 3月, 2016 2 次提交
  11. 17 3月, 2016 1 次提交
  12. 16 3月, 2016 2 次提交
  13. 15 3月, 2016 1 次提交
  14. 14 3月, 2016 1 次提交
  15. 12 3月, 2016 1 次提交
  16. 08 3月, 2016 2 次提交
  17. 01 3月, 2016 3 次提交
  18. 29 2月, 2016 1 次提交
  19. 25 2月, 2016 1 次提交
  20. 22 2月, 2016 1 次提交
  21. 17 2月, 2016 3 次提交
  22. 16 2月, 2016 1 次提交
  23. 06 2月, 2016 1 次提交
    • Tomas Pospichal's avatar
      Remove anon from legacyAlgorithms when creating ssl server sockets. · d4dcb65f
      Tomas Pospichal 提交于
      Restores the ability of H2 in default configuration to use ssl
      connections out-of-the-box.
      
      The security property jdk.tls.legacyAlgorithms exists in newer Java
      versions and its default value effectively prevents anonymous TLS
      from being used. The modification is only attempted when
      h2.enableAnonymousTLS is true and makes SSL server socket behaviour
      during handshake more similar to that of older JREs.
      
      Note that the setting affects all SSL server sockets on the same JVM.
      d4dcb65f