summaryrefslogtreecommitdiff
path: root/lib/chef/knife/ssl_check.rb
Commit message (Expand)AuthorAgeFilesLines
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-4/+4
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-4/+4
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-151-3/+3
* clean up whitespace againLamont Granquist2018-07-021-16/+16
* fix Layout/IndentHeredocLamont Granquist2018-07-021-47/+47
* mechanical conversion of most debug log statements to traceThom May2018-03-261-3/+3
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-1/+1
* fixes knife ssl check on windowsssl_check_winMatt Wrock2016-05-021-1/+2
* Fix proxified socketSalim Alam2016-03-211-0/+1
* chefstyle Style/AndOr fixesLamont Granquist2016-03-141-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-1/+2
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-8/+8
* Moving the proxy export to environment varibles into Chef::Configtyler-ball2015-12-091-2/+0
* Adding proxifier dependency and leveraging its ability to make TCPSocket.new ...tyler-ball2015-12-091-2/+6
* Support SNI in 'knife ssl check'.Julian C. Dunn2015-07-131-2/+3
* Fixes #2604, update location for Chef Server 12jtimberman2015-01-211-2/+2
* Remove SO link from comments, link to docs laterClaire McQuin2014-09-151-7/+0
* fix typoClaire McQuin2014-09-121-1/+1
* Use stronger wording in warn messageClaire McQuin2014-09-101-1/+1
* Refactor X509 certificate validation and debugging.Claire McQuin2014-09-101-39/+66
* Detect invalid X509 certificates.Claire McQuin2014-09-101-6/+50
* Add SSL check and certificate fetching commands to knifedanielsdeleo2014-03-191-0/+213