summaryrefslogtreecommitdiff
path: root/security/testssl.sh/files/patch-testssl.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* security/testssl.sh: Update to 3.2.0Adam Weinberger2025-04-231-18/+19
| | | | | | The improvements are extensive, but operation remains the same. Changes: https://github.com/testssl/testssl.sh/blob/3.2/CHANGELOG.md
* security/testssl.sh: Update to 3.0.7Adam Weinberger2022-02-191-4/+4
| | | | | | | | | | | | | | | | | | | | 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: Turn REINPLACEs into patchesAdam Weinberger2020-09-291-4/+21
| | | | | | | While here, improve some text strings and general formatting. Notes: svn path=/head/; revision=550490
* security/testssl.sh: Update to 3.0rc6Tobias Kortkamp2019-12-131-5/+5
| | | | | | | | | - Hook up tests Changes: https://github.com/drwetter/testssl.sh/releases/tag/3.0rc6 Notes: svn path=/head/; revision=519967
* security/testssl.sh: Update to 3.0rc1Tobias Kortkamp2018-09-081-6/+6
| | | | Notes: svn path=/head/; revision=479248
* security/testssl.sh: Update to 2.9.5-4Tobias Kortkamp2018-04-101-9/+0
| | | | | | | Changes: https://github.com/drwetter/testssl.sh/releases/tag/v2.9.5-4 Notes: svn path=/head/; revision=466943
* security/testssl.sh: Fix certificate expiration checkTobias Kortkamp2018-03-181-2/+11
| | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=464885
* security/testssl.sh: Use security/openssl-unsafeTobias Kortkamp2017-11-061-0/+12
This greatly simplifies the port and we can stop building our own unsafe openssl version. PR: 223457 Submitted by: brnrd Notes: svn path=/head/; revision=453645