Skip to content

Commit 5e71d77

Browse files
committed
Fix usage of insecure 3DES cipher suites when curl is disabled
1 parent 2bcbfc3 commit 5e71d77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Composer/Util/StreamContextFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,11 @@ public static function getTlsDefaults(array $options, ?LoggerInterface $logger =
167167
'AES256-SHA',
168168
'AES',
169169
'CAMELLIA',
170-
'DES-CBC3-SHA',
171170
'!aNULL',
172171
'!eNULL',
173172
'!EXPORT',
174173
'!DES',
174+
'!3DES',
175175
'!RC4',
176176
'!MD5',
177177
'!PSK',

0 commit comments

Comments
 (0)