security/testssl.sh: Update to 3.0.7
Changes:
Fix "ID resumption test failed" bug under Darwin
Fix "locale error message when en_US.UTF-8 isn't available" bug
Fix "Darwin / LibreSSL startup problem" which leads to a question upfront
Make upfront handshake tests more compatible by adding </dev/null (David)
Take 'HTTP Age' HTTP header into account when determine HTTP time (Wahnes)
Fix JSON header (structured JSON output) name (David)
Robustness: Update reset_hostdepended_vars() for mass tests (David)
Simplify determination of git stuff (Matthias)
Fix "newline to spaces" in JSON and CSV findings (David)
Fix "Bad file descriptor with --connect-timeout option"
SSLv2 fixes, OpenSSL fixes 3.X (David)
Improve cipher_pref_check() for detecting prioritization of ChaCha ciphers
Simplify + speed up pre-check
Addressing lame DNS responses on WSL
Fix big serial # issue in certs
Fix invalid JSON when certificate issuer containing non-ASCII chars
security/testssl.sh: Fix certificate expiration check
Upstream commit af6ca18933ffc5bb02d2ced46342b8d7a6275acd dropped the
TZ offset from the certificate enddate but the FreeBSD date format was
not updated accordingly. Remove the unnecessary %z from the format
string.
- While here add NO_ARCH
PR: 226676
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
security/testssl.sh: Use security/openssl-unsafe
This greatly simplifies the port and we can stop building our own
unsafe openssl version.
PR: 223457
Submitted by: brnrd