2
0
mirror of https://github.com/mozilla/cipherscan.git synced 2024-09-28 15:43:41 +02:00

Commit Graph

  • 1c15af1ce3 verify the results of pushd rather than trusting it Richard Soderberg 2015-09-02 21:57:24 -0700
  • 81481cd016 requote, reindent ciphers and curves to the same format Richard Soderberg 2015-09-02 21:51:15 -0700
  • 10057f93dc revise whitespace layout of cipher, curve arrays to improve future diffs Richard Soderberg 2015-09-02 21:47:13 -0700
  • 9e563782e2 fix syntax error in busybox check - $(( is not the same as $( (, and a subshell is unnecessary here in any case Richard Soderberg 2015-09-03 06:00:23 -0700
  • 6efb1a4afb replace if [ ... ] with if [[ ... ]] Richard Soderberg 2015-09-02 21:21:14 -0700
  • 5fa972c534 enable curves by default #76 Richard Soderberg 2015-09-02 21:11:25 -0700
  • a7999aa866 add handling of no ciphers found #75 Richard Soderberg 2015-08-31 14:31:05 -0700
  • fc4927be5b refuse to process invalid arguments to cipherscan itself #74 Richard Soderberg 2015-08-31 15:04:39 -0700
  • f0bc9969ad Merge b3eb0ac67b into 5f43f911bd #67 gowen 2015-08-23 22:45:23 +0000
  • 5f43f911bd Merge pull request #70 from tomato42/python3-analyze-fix Julien Vehent 2015-08-23 15:23:45 -0400
  • a3e04d3d01 fix analyze.py Python3 compat #70 Hubert Kario 2015-08-23 17:31:04 +0200
  • c9529b5977 Fix: incorrect list + string concatenation (issue #64) #68 Matúš Honěk 2015-08-14 16:55:54 +0200
  • b3eb0ac67b Updated cipherscan to handle environmental error conditions better: 1. If bundled openssl is a bad binary (e.g. wrong glibc), use system openssl 2. Skip bundled openssl.cnf if it causes failures (e.g. openssl w/o GOST) #67 Greg Owen 2015-07-30 11:58:43 -0400
  • db4b16e50c Merge pull request #60 from tomato42/tls-intolerancies Julien Vehent 2015-07-16 10:30:27 -0400
  • abe8d329a9 Big handshake intolerance report #60 Hubert Kario 2015-04-05 16:24:46 +0200
  • 5f5487307d Interpret some intolerance test results Hubert Kario 2015-04-01 01:14:23 +0200
  • 5c98fe2107 do a scan with -no_tlsext openssl if possible Hubert Kario 2015-05-29 20:25:47 +0200
  • a71bfe5ebd detect some TLS intolerancies Hubert Kario 2014-11-06 23:50:35 +0100
  • d1f268520b Merge d7bddb7cc9 into 0ab0575274 #37 Peter Mosmans 2015-07-15 14:21:55 +0000
  • 0ab0575274 Merge pull request #58 from tomato42/fallback-scan Julien Vehent 2015-07-15 10:21:47 -0400
  • 0119b9c115 Merge pull request #59 from tomato42/parsing-fixes Julien Vehent 2015-06-10 07:33:17 +0200
  • 90ed0bbb3e Merge pull request #62 from tomato42/python3 Julien Vehent 2015-06-10 07:00:21 +0200
  • 19983c0c2b Merge pull request #61 from tomato42/gost-support Julien Vehent 2015-06-10 06:39:37 +0200
  • 86bc8e8574 fix is_fubar key size check #62 Hubert Kario 2015-05-30 19:48:56 +0200
  • a53a91695e make scripts python 3 compatible Hubert Kario 2015-05-30 15:46:26 +0200
  • 8ea6b57f9d cipherscan - capture whole Signature Algorithm line #61 Hubert Kario 2015-05-29 20:34:48 +0200
  • d151705218 parse_results.py - GOST support Hubert Kario 2015-05-24 21:26:36 +0200
  • 596692a18e add support for GOST cipher scanning Hubert Kario 2015-05-24 21:11:22 +0200
  • d8ebaf2d9f report summary for clients for RC4 Preferred too #59 Hubert Kario 2015-03-31 23:58:30 +0200
  • c55d8166c5 don't limit client specific RC4 Only to servers with multiple ciphers Hubert Kario 2015-03-31 23:51:43 +0200
  • 37f1d15af1 count SSLv2 IDEA as insecure Hubert Kario 2015-03-31 23:45:51 +0200
  • b673fb976a separate AES-CBC from AES-GCM Hubert Kario 2015-03-31 23:23:10 +0200
  • d773b73e45 don't divide by zero on empty results folder Hubert Kario 2015-03-31 23:22:37 +0200
  • b9b3a221ce add Firefox 35 cipher settings Hubert Kario 2015-03-31 21:52:52 +0200
  • 82f643244e don't count export grade ciphers towards PFS Hubert Kario 2015-01-30 23:45:24 +0100
  • 1b360153a0 sum servers that support SSL3 or TLS1 as the highest protocol Hubert Kario 2014-11-24 13:21:35 +0100
  • 341f657e83 better detection for EXP and low grade ciphers in stats Hubert Kario 2014-11-11 03:05:54 +0100
  • 8bde9c4d03 do fallback scan in case of problems #58 Hubert Kario 2014-11-11 02:30:38 +0100
  • 3bc8dc5583 one big readme update Julien Vehent 2015-04-03 10:59:22 -0400
  • d4441cf2bc update sample output in readme to show curves Julien Vehent 2015-04-03 10:42:07 -0400
  • 02d555bf9d update openssl binary for darwin Julien Vehent 2015-04-03 10:41:41 -0400
  • 1a26e09c7b Merge pull request #54 from jvehent/jvehent-rework-tomato42-curves-tolerance-5 Julien Vehent 2015-04-02 09:50:46 -0400
  • 4a6ff56b81 Add back support for old curve json format in parse results #54 Julien Vehent 2015-04-02 04:39:59 -0400
  • a966574edc Fix curve fallback detection Julien Vehent 2015-04-01 14:51:01 -0400
  • b2a399617f Use new JSON format in parse_results Julien Vehent 2015-04-01 14:50:49 -0400
  • 4d7e1cb05a Re-add curve fallback detection Julien Vehent 2015-04-01 12:50:01 -0400
  • 04314bffdc Updated openssl linux amd64 binary Julien Vehent 2015-04-01 11:18:41 -0400
  • c90e5c59d7 Improve output of curves Julien Vehent 2015-04-01 11:18:31 -0400
  • cc014f085d test curve for each ECDH cipher, change PFS output to use curve name Julien Vehent 2015-03-27 19:03:27 -0400
  • 224227cc5e force at least TLSv1.0 in curves tolerance test Hubert Kario 2014-11-07 02:21:29 +0100
  • c52e008347 add support for testing supported curves Hubert Kario 2014-11-06 01:43:05 +0100
  • d3cd463342 Merge 65ad1a7385 into 089f9e04c2 #46 Hubert Kario 2015-03-26 16:58:54 +0000
  • 089f9e04c2 Merge pull request #50 from firstbanco/busybox_fix Julien Vehent 2015-03-26 12:58:48 -0400
  • 800eff19ce Merge branch 'master' of github.com:jvehent/cipherscan Julien Vehent 2015-03-19 13:52:38 -0400
  • 7bf35cb02a rebuild openssl binaries with better config flags Julien Vehent 2015-03-19 13:52:18 -0400
  • 3ff415a338 Merge pull request #53 from tomato42/how-to-compile-2 Julien Vehent 2015-03-19 12:32:21 -0400
  • 2f0f906dbf how to compile the openssl with all features #53 Hubert Kario 2015-03-19 17:25:47 +0100
  • 8b38f8fad9 Merge branch 'master' of github.com:jvehent/cipherscan Julien Vehent 2015-03-19 11:30:46 -0400
  • aee4d8f109 Update openssl binary to 1.0.2a Julien Vehent 2015-03-19 11:30:07 -0400
  • 6db82374b4 Fix for busybox timeout binary #50 Samuel Kleiner 2015-03-13 11:58:23 +0000
  • 606d7626db Merge pull request #44 from genodeftest/patch-1 Julien Vehent 2015-01-26 11:10:55 -0500
  • 3e4b86eedd Merge pull request #47 from ScriptFanix/master Julien Vehent 2015-01-26 11:09:54 -0500
  • 55d12f4c84 Merge 3abdf1130e into 3915164430 #48 Shawn Thompson 2015-01-19 12:46:03 +0000
  • 3abdf1130e Spanish support for bash version check #48 Shawn Thompson 2015-01-19 23:45:37 +1100
  • 3915164430 Use custom darwin openssl bin in analyze.py Julien Vehent 2015-01-18 12:26:59 -0500
  • 9ecc3f7164 New bash version info test using $BASH_VERSINFO #44 Christian Stadelmann 2015-01-12 16:46:18 +0100
  • d1a8604a2a fix silent TypeError on sigalg md5WithRSAEncryption #47 Vincent Riquer 2015-01-10 03:51:26 +0100
  • 65ad1a7385 force at least TLSv1.0 in curves tolerance test #46 Hubert Kario 2014-11-07 02:21:29 +0100
  • b5ce264ea3 add support for testing supported curves Hubert Kario 2014-11-06 01:43:05 +0100
  • c36a4e2905 move shebang to python2 #45 Tim Meusel 2015-01-02 23:49:06 +0100
  • 54ec2aca99 fix: ignore case in bash version string Christian Stadelmann 2015-01-02 22:47:28 +0100
  • a90fc8bc58 Merge pull request #43 from ScriptFanix/master Julien Vehent 2014-12-30 15:36:11 -0500
  • b457951f5f don't expect openssl to be in cwd #43 Vincent Riquer 2014-12-26 09:49:52 +0100
  • ac15fc738d Update README.md Julien Vehent 2014-12-25 13:50:10 -0500
  • 051f927fcd Merge branch 'master' of github.com:jvehent/cipherscan Julien Vehent 2014-12-25 13:26:04 -0500
  • 904e311124 Fix OSX: require bash4, add openssl-darwin64 binary Julien Vehent 2014-12-25 13:25:29 -0500
  • b04cbc6b85 Merge pull request #42 from ScriptFanix/master Julien Vehent 2014-12-25 12:34:34 -0500
  • 4e74308c37 Merge pull request #41 from MikeDawg/master Julien Vehent 2014-12-25 12:27:35 -0500
  • eb3794f795 Merge 311034b69b into 008bd6af2b #34 Hubert Kario 2014-12-25 17:23:16 +0000
  • 933b7c3600 Merge 561df82a4a into 008bd6af2b #39 Peter Mosmans 2014-12-25 17:15:30 +0000
  • 008bd6af2b Merge pull request #38 from PeterMosmans/changeorder Julien Vehent 2014-12-25 12:15:11 -0500
  • 726ef22552 Merge pull request #35 from PeterMosmans/openssl Julien Vehent 2014-12-25 12:11:01 -0500
  • 2d030775c4 Merge pull request #36 from PeterMosmans/symlinks Julien Vehent 2014-12-25 12:08:00 -0500
  • 0e7996181a Don't expect scripts to be in working directory #42 Vincent Riquer 2014-12-24 11:26:24 +0100
  • 983f85d2d4 --nagios: run as a nagios plugin Vincent Riquer 2014-12-23 14:51:50 +0100
  • c019ecd493 Added usage print and exit if no options are given #41 Mike 2014-12-17 13:06:06 -0700
  • b5a7377bdb Merge 17755378cd into 818bf29b02 #40 Peter Mosmans 2014-11-25 08:17:30 +0000
  • 17755378cd Changed cipher ordering for 'sensitive' servers #40 Peter Mosmans 2014-11-25 18:08:29 +1000
  • 81c1809463 corrected flow when number of ciphers was shown #38 Peter Mosmans 2014-11-22 18:36:24 +1000
  • 561df82a4a show which TLS protocols can't be used for testing #39 Peter Mosmans 2014-11-22 18:32:06 +1000
  • d7bddb7cc9 Show message when no connection could be made #37 Peter Mosmans 2014-11-14 11:24:39 +1100
  • 558bf7c9e2 Make sure that custom openssl gets selected #36 Peter Mosmans 2014-11-14 10:49:16 +1100
  • c71828dc09 Updated 64-bit OpenSSL binary (1.0.2 beta 4) #35 Peter Mosmans 2014-11-11 17:46:23 +1100
  • 311034b69b force at least TLSv1.0 in curves tolerance test #34 Hubert Kario 2014-11-07 02:21:29 +0100
  • cc3c1842ac add support for testing supported curves Hubert Kario 2014-11-06 01:43:05 +0100
  • 818bf29b02 Merge pull request #33 from tomato42/cipherscan-fixes-3 Julien Vehent 2014-11-05 12:36:33 -0500
  • c4a8495a54 limit number of forks needed to speed up execution #33 Hubert Kario 2014-10-18 17:20:20 +0200
  • 9f06829486 make handling of self signed certs more robust Hubert Kario 2014-08-04 17:22:53 +0200
  • 4c22d50f0c few less forks in the script Hubert Kario 2014-07-12 14:54:33 +0200
  • 0f576c1fbc don't calculate sha sums for the certificates over and over Hubert Kario 2014-07-12 14:17:52 +0200