erik / alexandra

Python toolkit for writing Amazon Echo skills as web services
http://alexandra.rtfd.org
ISC License
94 stars 13 forks source link

Add test case that exercises pyOpenSSL lib calls #10

Closed n0dyjeff closed 7 years ago

n0dyjeff commented 7 years ago

I thought it might be useful to have a test case that confirms that the signature on the POST data is verified correctly. This test case works with pyOpenSSL >= 16.1.0. It fails with 16.0.0 (didn't test anything earlier).