lipp / lua-websockets

Websockets for Lua.
http://lipp.github.com/lua-websockets/
MIT License
396 stars 113 forks source link

Use SHA1 from LuaCrypto, if available #40

Closed ntd closed 10 years ago

ntd commented 10 years ago

lua-websockets is used on embedded systems where OpenSSL (the library LuaCrypto is based on) cannot be installed.

Close issue #38.

lipp commented 10 years ago

Maybe you can pull 3463adf in "somehow". (Maybe base this PR on the recent master). The travis tests fail, because busted 2.0 was released, which changed test API for async tests. Someday I will change the test accordingly, but this is SOME work.

ntd commented 10 years ago

I just merged your master (my upstream) into the pull request: github made the rest. Pretty impressive...

lipp commented 10 years ago

Nice! Thank you!