Skip to content

Commit 5c1232b

Browse files
authored
Merge pull request #2566 from testssl/bump_version
Bump version to 3.2rc4
2 parents 5eeab64 + 76cdf31 commit 5c1232b

File tree

9 files changed

+15
-10
lines changed

9 files changed

+15
-10
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* Improved compatibility with Open/LibreSSL versions not supporting TLS 1.0-1.1 anymore
1313
* Renamed PFS/perfect forward secrecy --> FS/forward secrecy
1414
* Cipher list straightening
15+
* Support RFC 9150 cipher suites
1516
* Improved mass testing
1617
* Better align colors of ciphers with standard cipherlists
1718
* Save a few cycles for ROBOT
@@ -23,13 +24,16 @@
2324
* Test for STARTTLS injection vulnerabilities (SMTP, POP3, IMAP)
2425
* STARTTLS: XMPP server support, plus new set of OpenSSL-bad binaries
2526
* Several code improvements to STARTTLS, also better detection when no STARTTLS is offered
27+
* Renegotiation checks more reliable against different servers
2628
* STARTTLS on active directory service support
2729
* Security fixes: DNS and other input from servers
2830
* Don't penalize missing trust in rating when CA not in Java store
2931
* Added support for certificates with EdDSA signatures and public keys
3032
* Extract CA list shows supported certification authorities sent by the server
33+
* Wildcard certificates: detection and warning
3134
* TLS 1.2 and TLS 1.3 sig algs added
3235
* Check for ffdhe groups
36+
* Check for three KEMs in draft-kwiatkowski-tls-ecdhe-mlkem/draft-tls-westerbaan-xyber768d00
3337
* Show server supported signature algorithms
3438
* --add-ca can also now be a directory with \*.pem files
3539
* Warning of 398 day limit for certificates issued after 2020/9/1
@@ -41,6 +45,7 @@
4145
* DNS via proxy improvements
4246
* Client simulation runs in wide mode which is even better readable
4347
* Added --reqheader to support custom headers in HTTP requests
48+
* Search for more HTTP security headers on the server
4449
* Test for support for RFC 8879 certificate compression
4550
* Deprecating --fast and --ssl-native (warning but still av)
4651
* Compatible to GNU grep 3.8

bin/Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ for some new / advanced cipher suites and/or features which are not in the
1010
official branch like (old version of the) CHACHA20+POLY1305 and CAMELLIA 256 bit ciphers.
1111

1212
The (stripped) binaries this directory are all compiled from my openssl snapshot
13-
(https://github.com/drwetter/openssl-1.0.2.bad) which adds a few bits to Peter
13+
(https://github.com/testssl/openssl-1.0.2.bad) which adds a few bits to Peter
1414
Mosman's openssl fork (https://github.com/PeterMosmans/openssl). Thx a bunch, Peter!
1515
The few bits are IPv6 support (except IPV6 proxy) and some STARTTLS backports.
1616

@@ -71,11 +71,11 @@ Compilation instructions
7171
If you want to compile OpenSSL yourself, here are the instructions:
7272

7373
1.)
74-
git git clone https://github.com/drwetter/openssl-1.0.2-bad
74+
git git clone https://github.com/testssl/openssl-1.0.2-bad
7575
cd openssl
7676

7777

78-
2.) configure the damned thing. Options I used (see https://github.com/drwetter/testssl.sh/blob/master/utils/make-openssl.sh)
78+
2.) configure the damned thing. Options I used (see https://github.com/testssl/testssl.sh/blob/master/utils/make-openssl.sh)
7979

8080
**for 64Bit including Kerberos ciphers:**
8181

doc/testssl.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,4 +607,4 @@ All native Windows platforms emulating Linux are known to be slow\.
607607
.SH "BUGS"
608608
Probably\. Current known ones and interface for filing new ones: https://testssl\.sh/bugs/ \.
609609
.SH "SEE ALSO"
610-
\fBciphers\fR(1), \fBopenssl\fR(1), \fBs_client\fR(1), \fBx509\fR(1), \fBverify\fR(1), \fBocsp\fR(1), \fBcrl\fR(1), \fBbash\fR(1) and the websites https://testssl\.sh/ and https://github\.com/drwetter/testssl\.sh/ \.
610+
\fBciphers\fR(1), \fBopenssl\fR(1), \fBs_client\fR(1), \fBx509\fR(1), \fBverify\fR(1), \fBocsp\fR(1), \fBcrl\fR(1), \fBbash\fR(1) and the websites https://testssl\.sh/ and https://github\.com/testssl/testssl\.sh/ \.

doc/testssl.1.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/testssl.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,4 +587,4 @@ Probably. Current known ones and interface for filing new ones: https://testssl.
587587

588588
## SEE ALSO
589589

590-
`ciphers`(1), `openssl`(1), `s_client`(1), `x509`(1), `verify`(1), `ocsp`(1), `crl`(1), `bash`(1) and the websites https://testssl.sh/ and https://github.com/drwetter/testssl.sh/ .
590+
`ciphers`(1), `openssl`(1), `s_client`(1), `x509`(1), `verify`(1), `ocsp`(1), `crl`(1), `bash`(1) and the websites https://testssl.sh/ and https://github.com/testssl/testssl.sh/ .

etc/tls_data.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# data we need for socket based handshakes
33
# see #807 and #806 (especially
4-
# https://github.com/drwetter/testssl.sh/issues/806#issuecomment-318686374)
4+
# https://github.com/testssl/testssl.sh/issues/806#issuecomment-318686374)
55

66
# 7 ciphers defined for TLS 1.3 in RFCs 8446 and 9150
77
readonly TLS13_CIPHER="

t/11_baseline_ipv6_http.t.DISABLED

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env perl
22

3-
# disabled as IPv6 is not supported by Travis, see https://github.com/drwetter/testssl.sh/issues/1177
3+
# disabled as IPv6 wasn't supported by Travis CI and isn't by GH action, see https://github.com/testssl/testssl.sh/issues/1177
44

55
# Just a functional test, whether there are any problems on the client side
66
# Probably we could also inspect the JSON for any problems for

testssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ trap "child_error" USR1
122122

123123
########### Internal definitions
124124
#
125-
declare -r VERSION="3.2rc3"
125+
declare -r VERSION="3.2rc4"
126126
declare -r SWCONTACT="dirk aet testssl dot sh"
127127
[[ "$VERSION" =~ dev|rc|beta ]] && \
128128
SWURL="https://testssl.sh/dev/" ||

utils/make-openssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ testv6_patch() {
6969
else
7070
echo
7171
echo "no IPv6 patch (Fedora) detected!! -- Press ^C and dl & apply from"
72-
echo "https://github.com/drwetter/testssl.sh/blob/master/bin/fedora-dirk-ipv6.diff"
72+
echo "https://github.com/testssl/testssl.sh/blob/master/bin/fedora-dirk-ipv6.diff"
7373
echo "or press any key to ignore"
7474
echo
7575
read a

0 commit comments

Comments
 (0)