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

OpenSSL 1.0.0s failure repro #35

Closed
zzak opened this issue Nov 13, 2015 · 1 comment
Closed

OpenSSL 1.0.0s failure repro #35

zzak opened this issue Nov 13, 2015 · 1 comment

Comments

@zzak
Copy link
Member

zzak commented Nov 13, 2015

Here's the backtrace from the test failure when using OpenSSL 1.0.0s that I was able to reproduce:

Error: test_post_connect_check_with_anon_ciphers(OpenSSL::TestSSL): OpenSSL::SSL::SSLError: SSL_CTX_set_cipher_list: no cipher match
/home/openssl/code/test/utils.rb:281:in `ciphers='
/home/openssl/code/test/utils.rb:281:in `block in start_server'
/home/openssl/code/test/utils.rb:270:in `pipe'
/home/openssl/code/test/utils.rb:270:in `start_server'
/home/openssl/code/test/test_ssl.rb:409:in `test_post_connect_check_with_anon_ciphers'
     406:   def test_post_connect_check_with_anon_ciphers
     407:     sslerr = OpenSSL::SSL::SSLError
     408: 
  => 409:     start_server(OpenSSL::SSL::VERIFY_NONE, true, {use_anon_cipher: true}){|server, port|
     410:       ctx = OpenSSL::SSL::SSLContext.new
     411:       ctx.ciphers = "aNULL"
     412:       server_connect(port, ctx) { |ssl|
@zzak
Copy link
Member Author

zzak commented Nov 13, 2015

Should be fixed by 81e1a30

@zzak zzak closed this as completed Nov 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant