File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ fv: setup-fv bin/fips-test-build
16
16
# Run the nmap tool on the server to find out the tls versions and ciphers.
17
17
docker run --net=host --rm -it instrumentisto/nmap --script ssl-enum-ciphers -p 8083 127.0.0.1 > tmp/nmap.log
18
18
# remove times and dates from file
19
- sed -i ' 1,4d;22d ' tmp/nmap.log
19
+ sed -i ' 1,4d;19d ' tmp/nmap.log
20
20
$(MAKE ) kill
21
21
# If the ciphers are as expected, we get exit code 0.
22
- diff fv/expected-nmap.log tmp/nmap.log
22
+ diff -u fv/expected-nmap.log tmp/nmap.log
23
23
24
24
bin/fips-test-build :
25
25
$(call build_cgo_boring_binary, $(PACKAGE_NAME ) /fv/main, $@ )
Original file line number Diff line number Diff line change @@ -5,13 +5,10 @@ PORT STATE SERVICE
5
5
| ciphers:
6
6
| TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (secp256r1) - A
7
7
| TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (secp256r1) - A
8
+ | TLS_RSA_WITH_AES_128_GCM_SHA256 (rsa 2048) - A
9
+ | TLS_RSA_WITH_AES_256_GCM_SHA384 (rsa 2048) - A
8
10
| compressors:
9
11
| NULL
10
12
| cipher preference: server
11
- | TLSv1.3:
12
- | ciphers:
13
- | TLS_AKE_WITH_AES_128_GCM_SHA256 (secp256r1) - A
14
- | TLS_AKE_WITH_AES_256_GCM_SHA384 (secp256r1) - A
15
- | cipher preference: server
16
13
|_ least strength: A
17
14
You can’t perform that action at this time.
0 commit comments