@@ -1817,7 +1817,7 @@ private function addHttpClientSection(ArrayNodeDefinition $rootNode, callable $e
1817
1817
->info ('A network interface name, IP address, a host name or a UNIX socket to bind to. ' )
1818
1818
->end ()
1819
1819
->booleanNode ('verify_peer ' )
1820
- ->info ('Indicates if the peer should be verified in an SSL/ TLS context. ' )
1820
+ ->info ('Indicates if the peer should be verified in an TLS context. ' )
1821
1821
->end ()
1822
1822
->booleanNode ('verify_host ' )
1823
1823
->info ('Indicates if the host should exist as a certificate common name. ' )
@@ -1838,7 +1838,7 @@ private function addHttpClientSection(ArrayNodeDefinition $rootNode, callable $e
1838
1838
->info ('The passphrase used to encrypt the "local_pk" file. ' )
1839
1839
->end ()
1840
1840
->scalarNode ('ciphers ' )
1841
- ->info ('A list of SSL/ TLS ciphers separated by colons, commas or spaces (e.g. "RC3-SHA:TLS13-AES-128-GCM-SHA256"...) ' )
1841
+ ->info ('A list of TLS ciphers separated by colons, commas or spaces (e.g. "RC3-SHA:TLS13-AES-128-GCM-SHA256"...) ' )
1842
1842
->end ()
1843
1843
->arrayNode ('peer_fingerprint ' )
1844
1844
->info ('Associative array: hashing algorithm => hash(es). ' )
@@ -1849,6 +1849,9 @@ private function addHttpClientSection(ArrayNodeDefinition $rootNode, callable $e
1849
1849
->variableNode ('md5 ' )->end ()
1850
1850
->end ()
1851
1851
->end ()
1852
+ ->scalarNode ('crypto_method ' )
1853
+ ->info ('The minimum version of TLS to accept; must be one of STREAM_CRYPTO_METHOD_TLSv*_CLIENT constants. ' )
1854
+ ->end ()
1852
1855
->arrayNode ('extra ' )
1853
1856
->info ('Extra options for specific HTTP client ' )
1854
1857
->normalizeKeys (false )
@@ -1965,7 +1968,7 @@ private function addHttpClientSection(ArrayNodeDefinition $rootNode, callable $e
1965
1968
->info ('A network interface name, IP address, a host name or a UNIX socket to bind to. ' )
1966
1969
->end ()
1967
1970
->booleanNode ('verify_peer ' )
1968
- ->info ('Indicates if the peer should be verified in an SSL/ TLS context. ' )
1971
+ ->info ('Indicates if the peer should be verified in a TLS context. ' )
1969
1972
->end ()
1970
1973
->booleanNode ('verify_host ' )
1971
1974
->info ('Indicates if the host should exist as a certificate common name. ' )
@@ -1986,7 +1989,7 @@ private function addHttpClientSection(ArrayNodeDefinition $rootNode, callable $e
1986
1989
->info ('The passphrase used to encrypt the "local_pk" file. ' )
1987
1990
->end ()
1988
1991
->scalarNode ('ciphers ' )
1989
- ->info ('A list of SSL/ TLS ciphers separated by colons, commas or spaces (e.g. "RC3-SHA:TLS13-AES-128-GCM-SHA256"...) ' )
1992
+ ->info ('A list of TLS ciphers separated by colons, commas or spaces (e.g. "RC3-SHA:TLS13-AES-128-GCM-SHA256"...) ' )
1990
1993
->end ()
1991
1994
->arrayNode ('peer_fingerprint ' )
1992
1995
->info ('Associative array: hashing algorithm => hash(es). ' )
0 commit comments