Hi guys, Lately I've been wondering about adding SSL to our ODBC driver. Of course I'm not going to write my own SSL implementation from the scratch, and going to use third-party library for that instead. OpenSSL library is the standard de-facto for implementation of SSL connectivity, but it uses its own OpenSSL license [1].
So, the question is, is it compatible with the Apache 2.0 license? Can we use it? [1] - https://github.com/openssl/openssl/blob/master/LICENSE Best Regards, Igor