Article 58T22 Having Issue to Set Up Dropbear in Cygwin with AES-GCM Cipher

Having Issue to Set Up Dropbear in Cygwin with AES-GCM Cipher

by
jy824212
from LinuxQuestions.org on (#58T22)
Hi everyone,

I am trying to enable aes gcm algorithm on cygwin by setting this flag to 1 in default_options.h
/* Enable "Galois/Counter Mode" for ciphers. This authenticated
* encryption mode is combination of CTR mode and GHASH. Recommended
* for security and forwards compatibility, but slower than CTR on
* CPU w/o dedicated AES/GHASH instructions.
* Compiling in will add ~6kB to binary size on x86-64 */
#define DROPBEAR_ENABLE_GCM_MODE 1

After I re compile then it shows me
dbclient: Available ciphers: chacha20-poly1305@openssh.com,aes128-ctr,aes256-ctr

The AES-GCM isn't there but if I do the same thing in my Linux machine it will show aes-gcm available.

Do I miss any libraries or does dropbear dbclient in cygwin support AES-GCM cipher?

Thanks,
Jiyelatest?d=yIl2AUoC8zA latest?i=vD2KLnnbWjU:N81FkYI6-Vo:F7zBnMy latest?i=vD2KLnnbWjU:N81FkYI6-Vo:V_sGLiP latest?d=qj6IDK7rITs latest?i=vD2KLnnbWjU:N81FkYI6-Vo:gIN9vFwvD2KLnnbWjU
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments