Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: I6b01837efa2e297139d54fa2ae8bfb797012915e
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
|
|
Tizen has /etc/ssl/ca-bundle.pem as CA bundle. We must compile neon to
use it, otherwise the server in a SSL connections cannot be verified.
Closes TC-300.
Change-Id: Ifd3a1e830a4f96443bbea67f75294adbb0490a14
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
|
|
When using gnutls_session_get_data2() to allocate
ctx->cache.client.data, we must free it with gnutls_free to deallocate
it.
When using an older gnutls without that method, we allocate the data
ourselves and must continue to use ne_free().
Originally reported by Werner Baumann.
Change-Id: Ifdfa9916f488767f8d501fd083cce3cfd9c7ba74
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
|
|
|
|
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|