mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 05:45:26 +01:00 
			
		
		
		
	Typos found by codespell
Run codespell in CI
This commit is contained in:
		| @@ -28,7 +28,7 @@ If you want to check trust against e.g. a company internal CA you need to use `` | ||||
|  | ||||
| * ``cipher-mapping.txt`` contains information about all of the cipher suites defined for SSL/TLS | ||||
|  | ||||
| * ``curves-mapping.txt`` contains information about all of the eliptic curves defined by IANA | ||||
| * ``curves-mapping.txt`` contains information about all of the elliptic curves defined by IANA | ||||
|  | ||||
| * ``ca_hashes.txt`` is used for HPKP test in order to have a fast comparison with known CAs. Use | ||||
|    ``~/utils/create_ca_hashes.sh`` for an update | ||||
|   | ||||
| @@ -19,6 +19,6 @@ The whole process is done manually. | ||||
| * Review TLS extension 13 (=0x000d) whether any SHA1 signature algorithm is listed. If not "requiresSha2" is true | ||||
| * Leave "maxDhBits"/"minDhBits" and "minRsaBits"/"maxRsaBits" at -1, unless you know for sure what the client can handle | ||||
| * For "ciphers" mark the cipher suites --> Copy --> As a hex stream, remove any leading GREASE ciphers (?a?a) and supply it to `~/utils/hexstream2cipher.sh` | ||||
| * "ciphersutes" are TLS 1.3 ciphersuites. You can identify them as they currently are like 0x130?. Retrieve them from above see ``~/utils/hexstream2cipher.sh`` | ||||
| * "ciphersuites" are TLS 1.3 ciphersuites. You can identify them as they currently are like 0x130?. Retrieve them from above see ``~/utils/hexstream2cipher.sh`` | ||||
| * Figure out the services by applying a good piece of human logic | ||||
| * Before submitting a PR: test it yourself! You can also watch it again via wireshark | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Dimitri Papadopoulos
					Dimitri Papadopoulos