mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 04:53:51 -05:00
Update
This commit is contained in:
@@ -707,8 +707,10 @@ if !exists('g:loaded_sslsecure')
|
||||
syn match ngxSSLCipherInsecure '[^!]\zsALL'
|
||||
syn match ngxSSLCipherInsecure '[^!]\zsCOMPLEMENTOFALL'
|
||||
|
||||
syn match ngxSSLCipherInsecure '[^!]\zsSHA\ze\D' " Match SHA1 without matching SHA256+
|
||||
syn match ngxSSLCipherInsecure '[^!]\zsSHA1'
|
||||
" SHA ciphers are only used in HMAC with all known OpenSSL/ LibreSSL cipher suites and MAC
|
||||
" usage is still considered safe
|
||||
" syn match ngxSSLCipherInsecure '[^!]\zsSHA\ze\D' " Match SHA1 without matching SHA256+
|
||||
" syn match ngxSSLCipherInsecure '[^!]\zsSHA1'
|
||||
syn match ngxSSLCipherInsecure '[^!]\zsMD5'
|
||||
syn match ngxSSLCipherInsecure '[^!]\zsRC2'
|
||||
syn match ngxSSLCipherInsecure '[^!]\zsRC4'
|
||||
|
||||
Reference in New Issue
Block a user