Skip to content

Commit 0042b63

Browse files
committed
s/drwetter/testssl
For the remaining occurences. Except dockerhub which needs to be solved.
1 parent 69d6a50 commit 0042b63

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

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

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)