Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add choose_cipher matcher #6

Merged
merged 1 commit into from Mar 7, 2015
Merged

Add choose_cipher matcher #6

merged 1 commit into from Mar 7, 2015

Conversation

otahi
Copy link
Owner

@otahi otahi commented Mar 7, 2015

Add choose_chipher matcher for evaluate server's cipher choice from an order from client cipher list.

  it do
    is_expected.to choose_cipher('DES-CBC3-SHA')
      .protocol('TLSv1')
      .from(['AES256-SHA', 'AES128-SHA', 'DES-CBC3-SHA'])
  end

otahi added a commit that referenced this pull request Mar 7, 2015
@otahi otahi merged commit f56269a into master Mar 7, 2015
@otahi otahi deleted the add_choose_cipher branch March 7, 2015 00:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant