deleisha / evt-tls

The asynchronous TLS abstraction for OpenSSL
MIT License
123 stars 30 forks source link

C test framework for testing evt #17

Open deleisha opened 6 years ago

deleisha commented 6 years ago

In order to make evt-tls production ready, we will need to run a rigorous tests against it.

This issue is evaluate C-Testing framework for evt and use it for testing.

realquantumcookie commented 6 years ago

I can help with MacOSX(High Sierra x64), Raspbian(ARMv6) and Windows(x86 and x64). I can also do x64 test on Ubuntu 16.04LTS. I will use your libuv example for testing. Anyways, did you finish implementing support for mbedtls?

deleisha commented 6 years ago

Thanks for the good gesture :), What we are looking is to select a C test framework and use that for testing evt. Once the test are ready you can run on the platform that you have mentioned.

mbedtls work is still on.