1. 04 Kas, 2014 1 kayıt (commit)
  2. 03 Kas, 2014 1 kayıt (commit)
  3. 03 Eki, 2014 2 kayıt (commit)
  4. 21 Tem, 2014 1 kayıt (commit)
  5. 16 Nis, 2014 1 kayıt (commit)
  6. 23 Mar, 2014 1 kayıt (commit)
    • Donald Stufft's avatar
      Issue #21013: Enhance ssl.create_default_context() for server side contexts · 6a2ba949
      Donald Stufft yazdı
      Closes #21013 by modfying ssl.create_default_context() to:
      
      * Move the restricted ciphers to only apply when using
        ssl.Purpose.CLIENT_AUTH. The major difference between restricted and not
        is the lack of RC4 in the restricted. However there are servers that exist
        that only expose RC4 still.
      * Switches the default protocol to ssl.PROTOCOL_SSLv23 so that the context
        will select TLS1.1 or TLS1.2 if it is available.
      * Add ssl.OP_NO_SSLv3 by default to continue to block SSL3.0 sockets
      * Add ssl.OP_SINGLE_DH_USE and ssl.OP_SINGLE_ECDG_USE to improve the security
        of the perfect forward secrecy
      * Add ssl.OP_CIPHER_SERVER_PREFERENCE so that when used for a server side
        socket the context will prioritize our ciphers which have been carefully
        selected to maximize security and performance.
      * Documents the failure conditions when a SSL3.0 connection is required so
        that end users can more easily determine if they need to unset
        ssl.OP_NO_SSLv3.
      6a2ba949
  7. 22 Mar, 2014 1 kayıt (commit)
  8. 12 Mar, 2014 4 kayıt (commit)
  9. 09 Ock, 2014 2 kayıt (commit)
  10. 28 Ara, 2013 1 kayıt (commit)
  11. 19 Ara, 2013 1 kayıt (commit)
  12. 16 Ara, 2013 1 kayıt (commit)
  13. 15 Ara, 2013 1 kayıt (commit)
  14. 05 Ara, 2013 1 kayıt (commit)
  15. 02 Ara, 2013 2 kayıt (commit)
  16. 23 Kas, 2013 4 kayıt (commit)
  17. 22 Kas, 2013 4 kayıt (commit)
  18. 21 Kas, 2013 4 kayıt (commit)
  19. 17 Kas, 2013 1 kayıt (commit)
  20. 30 Eyl, 2014 1 kayıt (commit)
  21. 27 Eki, 2013 1 kayıt (commit)
  22. 29 Eyl, 2013 1 kayıt (commit)
  23. 25 Agu, 2013 1 kayıt (commit)
  24. 21 Agu, 2013 1 kayıt (commit)
  25. 16 Agu, 2013 1 kayıt (commit)