[OpenWrt-Devel] [PATCH] Combine CA-certificates in one file
micke.prag at telldus.se
micke.prag at telldus.se
Fri Jun 12 05:31:44 EDT 2015
2015-06-12 09:39 skrev Cristian Morales Vega:
> On 12 June 2015 at 08:30, <micke.prag at 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 at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list