1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-05-22 16:16:04 +02:00

Merge pull request from dcooper16/neat_list_Camellia_GCM

Fix neat_list() for Camellia GCM
This commit is contained in:
Dirk Wetter 2016-11-19 20:18:31 +01:00 committed by GitHub
commit cb7163e186

@ -1937,6 +1937,7 @@ neat_list(){
enc="${enc//POLY1305/}" # remove POLY1305
enc="${enc//\//}" # remove "/"
enc="${enc/CamelliaGCM/Camellia}" # "CamelliaGCM" is too long
echo "$export" | grep -iq export && strength="$strength,exp"