This patchset leverage the OpenSSL certificate handling so it works aligned with Debian and other generic distributions regarding where the certificates are stored and how they are installed.
This all started when debugging why SSL certificates were not working properly for a customer which was using QtWebEngine. It turned out to be the integration which was not complete so this patch addresses it. Otavio Salvador (3): openssl: Add Shell-Script based c_rehash utility ca-certificates: Use c_rehash utility openssl: Ensure SSL certificates are stored on sysconfdir meta/recipes-connectivity/openssl/openssl.inc | 26 ++- .../openssl/openssl/openssl-c_rehash.sh | 210 +++++++++++++++++++++ .../recipes-connectivity/openssl/openssl_1.0.2h.bb | 1 + ...01-update-ca-certificates-remove-c-rehash.patch | 46 ----- .../ca-certificates/ca-certificates_20160104.bb | 1 - 5 files changed, 229 insertions(+), 55 deletions(-) create mode 100644 meta/recipes-connectivity/openssl/openssl/openssl-c_rehash.sh delete mode 100644 meta/recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-remove-c-rehash.patch -- 2.8.2 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
