Rename PFS/perfect forward secrecy to FS/forward secrecy

In all instances:

* command line (will break things)
* JSON IDs (will break things)
* in the documentation
* in the travis checks where used
* everywhere in the code: variables, functions, comments
This commit is contained in:
Dirk Wetter
2020-04-14 15:53:05 +02:00
parent 663d592466
commit 8c466bf2ee
7 changed files with 77 additions and 77 deletions

View File

@@ -15,7 +15,7 @@ use Data::Dumper;
my $tests = 0;
my $prg="./testssl.sh";
my $check2run ="-p -s -P --pfs -S -h -U -q --ip=one --color 0";
my $check2run ="-p -s -P --fs -S -h -U -q --ip=one --color 0";
my $uri="";
my $socket_out="";
my $openssl_out="";