Skip to content

Commit 4252ec7

Browse files
committed
Changes for HTTPS RR patch
1 parent 8c1ade5 commit 4252ec7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/codespell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: codespell-project/actions-codespell@master
1414
with:
15-
skip: ca_hashes.txt,tls_data.txt,*.pem,OPENSSL-LICENSE.txt,CREDITS.md,openssl.cnf,fedora-dirk-ipv6.diff,testssl.1
16-
ignore_words_list: borken,gost,ciph,ba,bloc,isnt,chello,fo,alle,anull
15+
skip: ca_hashes.txt,tls_data.txt,*.pem,OPENSSL-LICENSE.txt,CREDITS.md,openssl.cnf,testssl.1
16+
ignore_words_list: borken,gost,ciph,ba,bloc,isnt,chello,fo,alle,anull,experim

t/baseline_data/default_testssl.csvfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
"id","fqdn/ip","port","severity","finding","cve","cwe"
22
"engine_problem","/","443","WARN","No engine or GOST support via engine with your ./bin/openssl.Linux.x86_64","",""
3+
"engine_problem","/","443","WARN","No engine or GOST support via engine with your /opt/homebrew/bin/openssl","",""
4+
"DNS_HTTPS_rrecord","testssl.sh/81.169.166.184","443","OK","\# 10 00010000010003026832","",""
35
"service","testssl.sh/81.169.166.184","443","INFO","HTTP","",""
46
"pre_128cipher","testssl.sh/81.169.166.184","443","INFO","No 128 cipher limit bug","",""
57
"SSLv2","testssl.sh/81.169.166.184","443","OK","not offered","",""

0 commit comments

Comments
 (0)