mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 05:45:26 +01:00 
			
		
		
		
	Correct "GitHub" case as it should be
This commit is contained in:
		| @@ -23,7 +23,7 @@ cryptographic flaws. | |||||||
| * Reliability: features are tested thoroughly. | * Reliability: features are tested thoroughly. | ||||||
| * Privacy: It's only you who sees the result, not a third party. | * Privacy: It's only you who sees the result, not a third party. | ||||||
| * Freedom: It's 100% open source. You can look at the code, see what's going on. | * Freedom: It's 100% open source. You can look at the code, see what's going on. | ||||||
| * The development is open (github) and participation is welcome. | * The development is open (GitHub) and participation is welcome. | ||||||
|  |  | ||||||
| ### License | ### License | ||||||
|  |  | ||||||
| @@ -57,7 +57,7 @@ Think of 3.1dev like a rolling release, see below. For the stable version help y | |||||||
|  |  | ||||||
| #### Docker | #### Docker | ||||||
|  |  | ||||||
| Testssl.sh has minimal requirements. As stated you don't have to install or build anything. You can just run it from the pulled/cloned directory. Still if you don't want to pull the github repo to your directory of choice you can pull a container from dockerhub and run it: | Testssl.sh has minimal requirements. As stated you don't have to install or build anything. You can just run it from the pulled/cloned directory. Still if you don't want to pull the GitHub repo to your directory of choice you can pull a container from dockerhub and run it: | ||||||
|  |  | ||||||
| ``` | ``` | ||||||
| docker run --rm -ti  drwetter/testssl.sh <your_cmd_line> | docker run --rm -ti  drwetter/testssl.sh <your_cmd_line> | ||||||
| @@ -94,7 +94,7 @@ Contributions are welcome! See [CONTRIBUTING.md](https://github.com/drwetter/tes | |||||||
|  |  | ||||||
| Bug reports are important. It makes this project more robust. | Bug reports are important. It makes this project more robust. | ||||||
|  |  | ||||||
| Please file bugs in the issue tracker @ github. Do not forget to provide detailed information, see template for issue, and further details @ | Please file bugs in the issue tracker @ GitHub. Do not forget to provide detailed information, see template for issue, and further details @ | ||||||
| https://github.com/drwetter/testssl.sh/wiki/Bug-reporting. Nobody can read your thoughts -- yet. And only agencies your screen ;-) | https://github.com/drwetter/testssl.sh/wiki/Bug-reporting. Nobody can read your thoughts -- yet. And only agencies your screen ;-) | ||||||
|  |  | ||||||
| You can also debug yourself, see [here](https://github.com/drwetter/testssl.sh/wiki/Findings-and-HowTo-Fix-them). | You can also debug yourself, see [here](https://github.com/drwetter/testssl.sh/wiki/Findings-and-HowTo-Fix-them). | ||||||
|   | |||||||
| @@ -17,7 +17,7 @@ fork (https://github.com/PeterMosmans/openssl). Thx a bunch, Peter! | |||||||
| Compiled Linux and FreeBSD binaries so far come from Dirk, other | Compiled Linux and FreeBSD binaries so far come from Dirk, other | ||||||
| contributors see ../CREDITS.md . | contributors see ../CREDITS.md . | ||||||
|  |  | ||||||
| **I discontinued to upload the not commonly used binaries at github ** (ARM7l, Darwin.i386 and all except one kerberos compiles) **as it is not very appropriate to use github especially for those. The main site for all  | **I discontinued to upload the not commonly used binaries at GitHub ** (ARM7l, Darwin.i386 and all except one kerberos compiles) **as it is not very appropriate to use GitHub especially for those. The main site for all  | ||||||
| binaries is https://testssl.sh/openssl-1.0.2i-chacha.pm.ipv6.contributed/, also see the tarball @ | binaries is https://testssl.sh/openssl-1.0.2i-chacha.pm.ipv6.contributed/, also see the tarball @ | ||||||
| https://testssl.sh/openssl-1.0.2i-chacha.pm.ipv6.Linux+FreeBSD.tar.gz** | https://testssl.sh/openssl-1.0.2i-chacha.pm.ipv6.Linux+FreeBSD.tar.gz** | ||||||
|  |  | ||||||
|   | |||||||
| @@ -9,7 +9,7 @@ | |||||||
| # | # | ||||||
| # Development version       https://github.com/drwetter/testssl.sh | # Development version       https://github.com/drwetter/testssl.sh | ||||||
| # Stable version            https://testssl.sh | # Stable version            https://testssl.sh | ||||||
| # File bugs at github       https://github.com/drwetter/testssl.sh/issues | # File bugs at GitHub       https://github.com/drwetter/testssl.sh/issues | ||||||
| # | # | ||||||
| # Project lead and initiator: Dirk Wetter, copyleft: 2007-today, contributions so far see CREDITS.md | # Project lead and initiator: Dirk Wetter, copyleft: 2007-today, contributions so far see CREDITS.md | ||||||
| # Main contributions from David Cooper | # Main contributions from David Cooper | ||||||
| @@ -239,8 +239,8 @@ SYSTEM2=""                              # currently only being used for WSL = ba | |||||||
| PRINTF=""                               # which external printf to use. Empty presets the internal one, see #1130 | PRINTF=""                               # which external printf to use. Empty presets the internal one, see #1130 | ||||||
| CIPHERS_BY_STRENGTH_FILE="" | CIPHERS_BY_STRENGTH_FILE="" | ||||||
| TLS_DATA_FILE=""                        # mandatory file for socket-based handshakes | TLS_DATA_FILE=""                        # mandatory file for socket-based handshakes | ||||||
| OPENSSL=""                              # If you run this from github it's ~/bin/openssl.$(uname).$(uname -m) otherwise /usr/bin/openssl | OPENSSL=""                              # If you run this from GitHub it's ~/bin/openssl.$(uname).$(uname -m) otherwise /usr/bin/openssl | ||||||
| OPENSSL2=""                             # When running from github, this will be openssl version >=1.1.1 (auto determined) | OPENSSL2=""                             # When running from GitHub, this will be openssl version >=1.1.1 (auto determined) | ||||||
| OPENSSL_LOCATION="" | OPENSSL_LOCATION="" | ||||||
| IKNOW_FNAME=false | IKNOW_FNAME=false | ||||||
| FIRST_FINDING=true                      # is this the first finding we are outputting to file? | FIRST_FINDING=true                      # is this the first finding we are outputting to file? | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
| # | # | ||||||
| #  vim:tw=90:ts=5:sw=5 | #  vim:tw=90:ts=5:sw=5 | ||||||
| # | # | ||||||
| # Script compiling OpenSSL 1.1.1 from github. Not yet particular sophisticated. | # Script compiling OpenSSL 1.1.1 from GitHub. Not yet particular sophisticated. | ||||||
| # Just meant to provide a help to get the compile job done | # Just meant to provide a help to get the compile job done | ||||||
|  |  | ||||||
| echo | echo | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Peter Dave Hello
					Peter Dave Hello