Commit graph

7 commits

Author SHA1 Message Date
Frederik Rietdijk 4551e2260a cipherscan: use python3 2021-03-25 11:28:57 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Franz Pletz 875c286ba3
cipherscan: 2015-12-17 -> 2016-08-16 2016-09-05 22:50:58 +02:00
Tuomas Tynkkynen 897e0d1224 treewide: Mass replace 'openssl}/bin' to refer to the correct outputs 2016-04-14 08:32:20 +03:00
Charles Strahan 2f105acba2 cipherscan: fix license
Fixes broken evaluation due to 4c57b932a.
2016-02-03 13:10:34 -05:00
Charles Strahan 4c57b932ab cipherscan: init at rev 18b0d1b (Dec 17, 2015)
CipherScan is a simple way to find out which SSL ciphersuites are
supported by a target.

It can take advantage of the extra features in Peter Mosmans' openssl
fork (which is also included in this commit).
2016-02-03 12:01:24 -05:00