You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove chacha20 cipher from Diego-ssh ( more specifically cmd/ssh-proxy/main.go and files ) in accordance to SAP security standards in order to prevent vulnerabilities related to terapin attacks. The main reason being chacha20poly1305 is considered weak against such attacks
Proposed Change
Summary
Remove chacha20 cipher from Diego-ssh ( more specifically cmd/ssh-proxy/main.go and files ) in accordance to SAP security standards in order to prevent vulnerabilities related to terapin attacks. The main reason being chacha20poly1305 is considered weak against such attacks
Related BLI: https://jira.tools.sap/browse/CFAR-1064
Acceptance criteria
Cypher references are to be removed from:
This will prevent future cypher usage.
Related links
Related BLI: https://jira.tools.sap/browse/CFAR-1064
Related git repo: https://github.com/cloudfoundry/diego-ssh
Related PR in diego-ssh: cloudfoundry/diego-ssh#62
The text was updated successfully, but these errors were encountered: