r509 / r509-ocsp-responder

An OCSP responder written in Ruby. Uses r509 and Sinatra.
http://langui.sh
Other
31 stars 17 forks source link

fix tests (expired cert and deprecation warnings) #22

Open vali-um opened 2 years ago

vali-um commented 2 years ago

Hi,

I recently discovered that a tests fail because a cert is outdated. I added a new cert and changed the size requirement for the response as the new cert is slightly smaller.

The 2nd commit fixes a deprecation warning in the tests if run with ruby2.7.

Thanks for your work, Valentin