dlmeetei
dlmeetei
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.
API for adding and loading CA file path need to added to evt. Until this API comes up, we should use ``` C /*Gives the ptr to SSL_CTX usable raw...
Explore better ways of error handling. Currently evt_tls return the error code being returned by OpenSSL. This will be important for supporting mbedtls.
Currently, evt_ctx does not permit setting new value for verification mode, it is set to none.
Evt currently uses the default ciphers. Though it is possible to set by using evt_tls_get_SSL_CTX and using SSL_CTX for setting it etc etc. Evt can introduce it's own cipher setter/getter...
Will libevent be interested in another TLS implementation, which will coexist with the current implementation. Would like to integrate with libevent with evt-tls( https://github.com/deleisha/evt-tls ). evt-tls is based on Bio...
First of all Thanks for the odatacpp-server. I intend to develop a light weight embeddable odata service, current plan is to use libuv-tls +odatacpp-server. A thought which bother now is...