mirror of
https://github.com/nmap/nmap.git
synced 2026-09-16 01:08:18 +00:00
Update cipher suites to eliminate anonymous authentication methods
This commit is contained in:
parent
cf56f93d95
commit
0d21bd42e2
6 changed files with 9 additions and 5 deletions
|
|
@ -71,7 +71,7 @@
|
|||
* OpenSSL. To see exactly what ciphers are enabled, use the command
|
||||
* openssl ciphers -v '...'
|
||||
* where ... is the string below. */
|
||||
#define CIPHERS_SECURE "ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH"
|
||||
#define CIPHERS_SECURE "ALL:!aNULL:!eNULL:!LOW:!EXP:!MD5:@STRENGTH"
|
||||
|
||||
/* This list of ciphers is for speed and compatibility, not security. Any cipher
|
||||
* is accepted, and the list is sorted by speed based on Brian Hatch's
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue