Open agniveshadhikari opened 2 years ago
Maybe it's because this project seems abandoned...
not abandoned, but definitely not actively developed; the listed ciphers depend on the used openssl version. if it doesn't support Chacha20, then the test won't list chacha20 as available
@agniveshadhikari The difference may be related to #179 — using your OpenSSL version vs. the bundled one?
First I tried just running the cipherscan script on it's own ( I copied just this file from this repo, and ran it).
Then I cloned the whole repo and ran the same command.
As you can see, CHACHA disappeared from the list. I know CHACHA does work with this server. (Tested with
openssl s_client
)