negativecode / vines

An XMPP chat server for Ruby.
http://www.getvines.org/
MIT License
471 stars 75 forks source link

Sign fake certificates in tests #40

Open jhass opened 10 years ago

jhass commented 10 years ago

The tests didn't pass for me on a recent OpenSSL version. This fixes that for me.

dgraham commented 10 years ago

Which version of OpenSSL and Ruby are failing this test? And what is the failure message and backtrace?

jhass commented 10 years ago

I've confirmed for following configurations:

OpenSSL 1.0.1i 6 Aug 2014 ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-linux] ruby 2.0.0p481 (2014-05-08 revision 45883) [x86_64-linux] ruby 1.9.3p547 (2014-05-14 revision 45962) [x86_64-linux]