Commit Graph

  • 583584e095 - FIX #297 - FIX #243 - reformmated BEAST a bit (was screwed up in ! WIDE mode if too many ciphers Dirk 2016-02-20 14:10:04 +0100
  • 71b4c03202 - fix key problem hpkp Dirk 2016-02-20 11:07:47 +0100
  • 4be1539a4d lowercase ok when used with NOT in (NOT ok) John Carver 2016-02-18 11:49:47 -0600
  • 291edce0c3 uppercase server sets a cipher order (OK) John Carver 2016-02-18 11:41:17 -0600
  • 6858026412 uppercase INFO when outputting status_code John Carver 2016-02-18 11:15:31 -0600
  • 7846fc5fef Merge pull request #294 from b1gb1t/jsonCorrection Dirk Wetter 2016-02-16 12:32:05 +0100
  • 2ee021d337 Correction of line 3607: new line (\n) corrupted the json format #294 b1gb1t 2016-02-16 09:54:01 +0100
  • baff869850 Merge branch 'master' of https://github.com/drwetter/testssl.sh into severity Thomas Martens 2016-02-14 12:10:07 +0100
  • 61c1669687 Merge pull request #292 from dcooper16/multiple_certificates Dirk Wetter 2016-02-14 00:08:52 +0100
  • 79445ebe5b Merge pull request #293 from SietsevanderMolen/fix-json Dirk Wetter 2016-02-12 15:11:45 +0100
  • 394f186000 also remove carriage returns, fix for csv #293 Sietse van der Molen 2016-02-12 12:40:31 +0100
  • b2e4df60ca fix json output Sietse van der Molen 2016-02-12 11:05:36 +0100
  • 02239be295 Detect multiple certificates cleanup #292 David Cooper 2016-02-09 13:35:46 -0500
  • 8842aeb2b9 Fix #289 - the grep that decides whether a domain is a local address doesn't consider the case when the full domain name is in the hosts file, but followed by .some.other.stuff. This PR addresses this case. #290 AndreiD 2016-02-08 12:51:54 +0100
  • 70cd658447 - FIX #283 (regression from 1a8ed3d70a) - minor output fixes for BEAST - >4096 bit RSA keys labled in litemangenta now as it could have compatibility probs - -V 0x.. or -V 0X.. gives at least a warning Dirk Wetter 2016-02-07 19:13:59 +0100
  • b8f2540541 Merge pull request #286 from tjconcept/master Dirk Wetter 2016-02-07 08:49:20 +0100
  • c48b27a9a9 fix typo in b93fc824 #286 Thomas Jensen 2016-02-07 03:07:30 +0100
  • b93fc82489 slightly better output for OCSP stapling Dirk 2016-02-06 22:31:32 +0100
  • c60a39282c typo Dirk Wetter 2016-02-06 16:18:46 +0100
  • 0f4eb221fb additions, naming of sources Dirk Wetter 2016-02-06 16:17:01 +0100
  • 1fe9c95dc0 checkin (for future work) Dirk Wetter 2016-02-06 15:42:55 +0100
  • 5491333693 Merge pull request #285 from dcooper16/mapping-rfc Dirk Wetter 2016-02-06 10:30:54 +0100
  • 77379903ed Fix typo in etc/mapping-rfc.txt #285 David Cooper 2016-02-05 14:53:19 -0500
  • 39226e05d2 openssl 1.1.0 Dirk 2016-02-03 17:56:56 +0100
  • a676742256 Remaining issues solved for OpenSSL 1.1.0 compliance, output corrections, CN/SNI improvements Dirk 2016-02-03 17:55:53 +0100
  • 9cf3e21c3d - swapped sig_algo and server key size - output improvements for unknown sig algos like GOST Dirk 2016-02-03 09:55:47 +0100
  • ea18d2f02c - fix: discovering the CN for the default host (without SNI) - CN parsing of certificate improved - CN / subject can be also cyrillic now -- supposed the terminal supports the charset Dirk 2016-02-03 00:05:57 +0100
  • 40d4cbb57f Update Readme.md Dirk Wetter 2016-02-01 22:42:49 +0100
  • aff08b1ff2 Update CREDITS.md Dirk Wetter 2016-02-01 22:41:36 +0100
  • dd65050ee1 - "secret" env switch shows during -e/-E the signature algorithm (see also #276) - exp. date check corrected esp. for openssl 1.1.0 - warning relaxed for chain of trust Dirk 2016-02-01 22:06:27 +0100
  • b99c5ac30c Merge branch 'master' of https://github.com/drwetter/testssl.sh Thomas Martens 2016-02-01 21:09:31 +0100
  • 52f7de1a4a Revert "fixed output in ciphertest with --color=1" Thomas Martens 2016-02-01 21:03:22 +0100
  • ff714a673f Merge pull request #280 from dcooper16/number_of_cert_bundles Dirk Wetter 2016-02-01 21:02:14 +0100
  • 9f998d8c53 Number of trusted certificate files in $INSTALL_DIR/etc/*.pem #280 dcooper16 2016-02-01 14:11:50 -0500
  • f7853f36a0 - added SSL_CERT_FILE=/dev/null - output cleanups in determine_trust() Dirk Wetter 2016-02-01 17:33:59 +0100
  • 386234f794 Merge pull request #279 from dcooper16/chain_of_trust_fix Dirk Wetter 2016-02-01 17:23:03 +0100
  • abffd1b81e Fix chain of trust problem #279 dcooper16 2016-02-01 11:17:13 -0500
  • 2f4e549dab - missing root certs Dirk Wetter 2016-02-01 16:27:20 +0100
  • 8f9b38f7d4 - LF and other corrections for HPKP - output corrections for 2 x HPKP (e.g. scotthelme) Dirk Wetter 2016-02-01 13:23:28 +0100
  • 0bfe12742e correct signature keysizes, FIX #249 Dirk 2016-02-01 10:19:23 +0100
  • c62abaf215 fix colored output in wide mode (FIX #277) Dirk 2016-01-31 23:53:13 +0100
  • bdebbc529f Merge 7f7b1edd50 into 5ae9bb8c13 #277 thecky 2016-01-31 21:54:43 +0000
  • 7f7b1edd50 fixed output in ciphertest with --color=1 #277 Thomas Martens 2016-01-31 22:40:39 +0100
  • 5ae9bb8c13 - typo in IPv4 header - fixed recognition of XML,HTML to separate header - fixed -V <pattern Dirk 2016-01-31 21:02:18 +0100
  • 1726d3b41c minor change of color Dirk 2016-01-31 11:04:59 +0100
  • 5e051c351a credit the cleanups of dcooper16 also Dirk 2016-01-31 10:55:45 +0100
  • 49bc6592b8 multiple certs Dirk 2016-01-31 10:55:21 +0100
  • f7baa560c2 - typos, etc Dirk 2016-01-31 10:54:45 +0100
  • c564e305a7 - FIX #273 Dirk 2016-01-31 01:55:23 +0100
  • fc346a35fe - indentation reverted to old value if in only one certificate - minor cleanups in the output Dirk 2016-01-30 23:59:29 +0100
  • 5178e0db37 dcooper16 for the multiple certs thing Dirk 2016-01-30 23:57:00 +0100
  • 8437bce546 Merge pull request #275 from dcooper16/multiplecerts Dirk Wetter 2016-01-30 23:49:10 +0100
  • 2bf9c5d81e Detect multiple certificates #275 dcooper16 2016-01-28 17:06:34 -0500
  • 495b9cda9b - several fixes/improvements for new JSON/CSV file feature #268 * no color code in files * rc4 ciphers were missing * NODE was missing * calling of NODEIP/PORT was not neccessary * default naming of files similar to $LOGFILE Dirk 2016-01-23 23:33:17 +0100
  • 1033c47b10 added protocol defaultports for --starttls option With --starttls can also a differed port specified now with --starttls=<protocol>:<port> (example: --starttls=smtp:56) #272 Thomas Martens 2016-01-23 22:00:03 +0100
  • 447b6f6012 Update Readme.md Dirk Wetter 2016-01-23 21:28:37 +0100
  • 8a2fe5915a - /usr/bin/printf --> printf Dirk 2016-01-23 20:33:46 +0100
  • a8d08bbf92 update Dirk 2016-01-23 19:25:45 +0100
  • 1a8ed3d70a - JSON/CSV from #268, labeled it experimental - fixes partly #31 - several fixes to it (backticks, single sq brackets, renaming funcs, removed lf in JSON, ...) Dirk 2016-01-23 19:18:33 +0100
  • 51e197c549 Merge branch 'master' of github.com:drwetter/testssl.sh Dirk 2016-01-23 13:34:04 +0100
  • 46d8954f34 Merge c2645b727a into 477f6eb053 #266 dcooper16 2016-01-23 12:25:00 +0000
  • 477f6eb053 Merge pull request #270 from thecky/master Dirk Wetter 2016-01-23 09:35:52 +0100
  • b16ab6a021 added colorblind option if colorblind option is set swap green and blue in the output #270 Thomas Martens 2015-12-06 20:11:33 +0100
  • c2645b727a Merge remote-tracking branch 'upstream/master' #266 David Cooper 2016-01-20 16:42:28 -0500
  • 9be988dc75 Merge 405956e475 into a1ef935903 #268 Frank Breedijk 2016-01-20 14:15:46 +0000
  • 9880bd6a49 - added 0xc072-0xc079, 0xc033-0xc03B Dirk 2016-01-20 15:04:12 +0100
  • a1ef935903 20 CCM cipher added Dirk 2016-01-20 14:17:38 +0100
  • 3579cf2953 Merge pull request #267 from thecky/master Dirk Wetter 2016-01-20 12:32:19 +0100
  • 8bae1bc1ed added --mapping=no-rfc don't display the RFC ciphername in the cipher checks. #267 Thomas Martens 2016-01-16 20:51:03 +0100
  • 405956e475 Removed trailing whitespaces #268 Frank Breedijk 2016-01-18 11:36:28 +0100
  • bdc07c2419 ..where due Frank Breedijk 2016-01-18 11:29:22 +0100
  • 581c9faa27 Added JSON/CSV output to http and client_simulation as well Frank Breedijk 2016-01-18 11:28:28 +0100
  • 08f27986aa Additional cleanup Frank Breedijk 2016-01-18 11:06:13 +0100
  • 377f050ad7 Correctly grab redirect url Frank Breedijk 2015-12-21 15:52:55 +0100
  • d84279f571 Added .gitignore Frank Breedijk 2015-12-21 15:00:27 +0100
  • 3f3f1f27e6 Addl warning for trust with an old-ish OPENSSH version Frank Breedijk 2015-12-21 14:59:23 +0100
  • 70a2456cd7 Now with JSON and CSV support - Final commit Frank Breedijk 2015-12-18 12:34:55 +0100
  • 7f43215201 JSON all done... Frank Breedijk 2015-12-17 13:26:11 +0100
  • cc57992957 Logjam Frank Breedijk 2015-12-17 12:41:47 +0100
  • 81c594d854 Crime Frank Breedijk 2015-12-17 11:35:14 +0100
  • b7b26af7db FIrst vulns and fixes #256 Frank Breedijk 2015-12-17 11:30:44 +0100
  • 9f2d861fc1 SPDY Frank Breedijk 2015-12-17 11:03:39 +0100
  • 1765c4b0c0 PFS Frank Breedijk 2015-12-17 10:56:15 +0100
  • 8e1bcd0bbe Server defaults Frank Breedijk 2015-12-17 10:41:30 +0100
  • 4dd6e9973f Fixes #255 and adds more tests to JSON file Frank Breedijk 2015-12-17 10:28:46 +0100
  • edf56624c5 Server side cipher preference Frank Breedijk 2015-12-11 14:05:35 +0100
  • 1a19f73901 SSL/TLS protocols Frank Breedijk 2015-12-11 13:21:20 +0100
  • bfbc6e0dce Done ciphers and http header Frank Breedijk 2015-12-11 12:50:42 +0100
  • 36043ad925 First attempt to create a JSON file. Incomplete Frank Breedijk 2015-12-10 10:44:03 +0100
  • 66811c4d86 Merge db761d9085 into b97788ba73 #263 dcooper16 2016-01-15 20:54:31 +0000
  • db761d9085 Update testssl.sh #263 dcooper16 2016-01-15 15:54:30 -0500
  • 7a3514b003 Merge remote-tracking branch 'upstream/master' David Cooper 2016-01-15 15:38:30 -0500
  • b97788ba73 typo fixed Dirk 2016-01-15 17:30:47 +0100
  • 0d767dad8f - mentioning where the client data comes from Dirk 2016-01-15 17:05:43 +0100
  • 5257c2f38a - inline license clarifications (separate file needed later) Dirk 2016-01-15 17:04:16 +0100
  • a9643b6d1e - hooks for rfc/non-rfc - FIX for beast: no CBC cipher at all is now displayed - minor cosmetic stuff Dirk 2016-01-15 16:37:47 +0100
  • edd689b53e client check Dirk 2016-01-15 16:27:18 +0100
  • 2871aaaee3 - optical cleanups for #265 - don't do browser tests for non-HTTP services Dirk 2016-01-15 15:53:03 +0100
  • e68fcc9dad - remove duplicates Dirk 2016-01-15 15:15:29 +0100
  • 8b22e1be19 Merge pull request #265 from seccubus/feature/client-sims Dirk Wetter 2016-01-15 14:07:13 +0100