I have installed latest openssl
via Homebrew on my Mac (macOS Big Sur 11.5.2). But it doesn't support aes-256-gcm
cipher suddenly.
$ /usr/local/opt/openssl@1.1/bin/openssl enc -ciphers | grep aes-
-aes-128-cbc -aes-128-cfb -aes-128-cfb1
-aes-128-cfb8 -aes-128-ctr -aes-128-ecb
-aes-128-ofb -aes-192-cbc -aes-192-cfb
-aes-192-cfb1 -aes-192-cfb8 -aes-192-ctr
-aes-192-ecb -aes-192-ofb -aes-256-cbc
-aes-256-cfb -aes-256-cfb1 -aes-256-cfb8
-aes-256-ctr -aes-256-ecb -aes-256-ofb
$ /usr/local/opt/openssl@1.1/bin/openssl version
OpenSSL 1.1.1l 24 Aug 2021
How can I enable the cipher? And why isn't it included in the package?