2015-06-12 09:39 skrev Cristian Morales Vega:

On 12 June 2015 at 08:30, <micke.p...@telldus.se> wrote:

Some packages or libraries cannot use split ca cetificates in a folder.
This adds a config to combine all certificates into one file.

I have nothing against this patch. But do you have a list of such
packages? I may be interested in patching them.

Any application using Python should have this issue. I am not aware of any application in OpenWRT currently that have this issue but my company are developing some python software intended to run on OpenWRT boards.

The function ssl.wrap_socket() has one parameter called ca_certs which takes only one file. The documentations says: The ca_certs file contains a set of concatenated “certification authority” certificates, which are used to validate certificates passed from the other end of the connection. See the discussion of Certificates for more information about how to arrange the certificates in this file.
https://docs.python.org/2/library/ssl.html
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to