![]() |
Addon Request - Support OpenSSL or certifcates for Python - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26) +---- Forum: Requests (https://forum.kodi.tv/forumdisplay.php?fid=251) +---- Thread: Addon Request - Support OpenSSL or certifcates for Python (/showthread.php?tid=328027) |
Addon Request - Support OpenSSL or certifcates for Python - chrisism - 2018-02-03 Please add OpenSSL libraries or another way of creating x509 certificates support into the Python libraries. I have seen that pycrypto library is coming to v18, but that is not enough if you actually want to create self signed certificates. Creating self signed certificates is needed in some cases where your addon has to pair or connect with an external service. Would be nice if there was a addon/library which you can use to create self signed certificates. |