Re: [OpenWrt-Devel] [RFC] ca-certificates python/host

2018-12-10 Thread Lucian Cristian
On 10.12.2018 11:10, Yousong Zhou wrote: On Mon, 10 Dec 2018 at 04:35, Lucian Cristian wrote: I would like to propose a patch for ca-certificate to fix the following error Traceback (most recent call last): File "certdata2pem.py", line 150, in encoded = base64.b64encode(obj['CKA_VAL

Re: [OpenWrt-Devel] [RFC] ca-certificates python/host

2018-12-10 Thread Yousong Zhou
On Mon, 10 Dec 2018 at 04:35, Lucian Cristian wrote: > > I would like to propose a patch for ca-certificate to fix the following > error > > Traceback (most recent call last): >File "certdata2pem.py", line 150, in > encoded = base64.b64encode(obj['CKA_VALUE']).decode('utf-8') >File "

[OpenWrt-Devel] [RFC] ca-certificates python/host

2018-12-09 Thread Lucian Cristian
I would like to propose a patch for ca-certificate to fix the following error Traceback (most recent call last):   File "certdata2pem.py", line 150, in     encoded = base64.b64encode(obj['CKA_VALUE']).decode('utf-8')   File "/usr/lib64/python2.6/base64.py", line 53, in b64encode     encoded = b