Initial update, some quirks to work out with NetRunner mostly

This commit is contained in:
Bryan Ashby
2022-04-06 10:01:21 -06:00
parent b2fda13085
commit 9019479bfd
4 changed files with 6 additions and 5 deletions

View File

@@ -184,10 +184,11 @@ module.exports = () => {
'ecdh-sha2-nistp256',
'ecdh-sha2-nistp384',
'ecdh-sha2-nistp521',
'diffie-hellman-group-exchange-sha256',
'diffie-hellman-group14-sha1',
'diffie-hellman-group-exchange-sha1',
'diffie-hellman-group1-sha1',
// Group exchange not currnetly supported
// 'diffie-hellman-group-exchange-sha256',
// 'diffie-hellman-group-exchange-sha1',
],
cipher : [
'aes128-ctr',