SHA256
1
0
forked from pool/sslscan

Accepting request 892437 from security

- update to 2.0.10:
  * Add the --connect-timeout option (credit alkalim)
  * Fix a typo in output
  * Warn on TLSv1.1, as it's now deprecated by RFC 8996
  * Fix a bug with LDAP STARTTLS
  * Fix certificate detection on some broken servers
  * Fix missing SCSV Fallback in XML output
  * Don't show server signature algorithms by default
  * Use --show-sigs to display them

OBS-URL: https://build.opensuse.org/request/show/892437
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sslscan?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2021-05-12 17:32:18 +00:00 committed by Git OBS Bridge
commit 386cf09be0
4 changed files with 18 additions and 5 deletions

3
sslscan-2.0.10.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bb7bb0ff037aa5579b3ee0cf91aa41ab04ac073592b5d95ad3fab820f5000f6e
size 110417

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a2263246ffde5f950d49a51e46ddafea0ac95573e0a5a3a5f9194725fe561a4
size 109597

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue May 11 21:50:32 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 2.0.10:
* Add the --connect-timeout option (credit alkalim)
* Fix a typo in output
* Warn on TLSv1.1, as it's now deprecated by RFC 8996
* Fix a bug with LDAP STARTTLS
* Fix certificate detection on some broken servers
* Fix missing SCSV Fallback in XML output
* Don't show server signature algorithms by default
* Use --show-sigs to display them
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 18 10:01:53 UTC 2020 - Johannes Weberhofer <jweberhofer@weberhofer.at> Fri Dec 18 10:01:53 UTC 2020 - Johannes Weberhofer <jweberhofer@weberhofer.at>

View File

@ -1,7 +1,7 @@
# #
# spec file for package sslscan # spec file for package sslscan
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: sslscan Name: sslscan
Version: 2.0.6 Version: 2.0.10
Release: 0 Release: 0
Summary: SSL cipher scanning tool Summary: SSL cipher scanning tool
License: SUSE-GPL-3.0+-with-openssl-exception License: SUSE-GPL-3.0+-with-openssl-exception