Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable Obsoleted CBC ciphers (AES, ARIA etc.) in dropbear #133

Closed
EdenLiu opened this issue Aug 9, 2021 · 1 comment
Closed

Disable Obsoleted CBC ciphers (AES, ARIA etc.) in dropbear #133

EdenLiu opened this issue Aug 9, 2021 · 1 comment

Comments

@EdenLiu
Copy link

EdenLiu commented Aug 9, 2021

Dropbear is ssh server on my device and I use testssh.sh to test the support of ssl/tls ciphers. and it report "Obsoleted CBC ciphers (AES, ARIA etc.) offered" :
NULL ciphers (no encryption) not offered (OK)
Anonymous NULL Ciphers (no authentication) not offered (OK)
Export ciphers (w/o ADH+NULL) not offered (OK)
LOW: 64 Bit + DES, RC[2,4], MD5 (w/o export) not offered (OK)
Triple DES Ciphers / IDEA not offered
Obsoleted CBC ciphers (AES, ARIA etc.) offered
Strong encryption (AEAD ciphers) with no FS not offered
Forward Secrecy strong encryption (AEAD ciphers) offered (OK)

I want to disable Obsoleted CBC ciphers by dropbear server side, Is there any way to configure it? Thank you in advance:)

@mkj
Copy link
Owner

mkj commented Aug 9, 2021

The ciphers are configured at compile time, you'll have to get a new Dropbear binary build for your device.
In current Dropbear the CBC ciphers are disabled by default.

#define DROPBEAR_ENABLE_CBC_MODE 0

Which testssh.sh script are you using? I only see testssl.sh which isn't looking at SSH.

@mkj mkj closed this as completed Aug 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants