]> granicus.if.org Git - php/commitdiff
Merge branch 'improved-tls-defaults' of https://github.com/rdlowrey/php-src into...
authorDaniel Lowrey <rdlowrey@php.net>
Fri, 21 Feb 2014 00:35:44 +0000 (17:35 -0700)
committerDaniel Lowrey <rdlowrey@php.net>
Fri, 21 Feb 2014 00:35:44 +0000 (17:35 -0700)
* 'improved-tls-defaults' of https://github.com/rdlowrey/php-src:
  Improve OpenSSL compile flag compatibility, minor updates
  Use crypto method flags; add tlsv1.0 wrapper; add wrapper tests
  Improve server forward secrecy, refactor client SNI
  Add 'honor_cipher_order' server context option
  Add 'capture_session_meta' context option
  Disable TLS compression by default in both clients and servers
  Release ssl buffers
  Add openssl_get_cert_locations() function
  Explicitly set cert verify depth if not specified
  Strengthen default cipher list


Trivial merge