mtls-cli icon indicating copy to clipboard operation
mtls-cli copied to clipboard

Replace sys calls with python-nss

Open drGrove opened this issue 6 years ago • 1 comments

Instead of using sys calls (where possible) it would be nice to move this to use python-nss.

drGrove avatar Feb 11 '19 05:02 drGrove

This has proven to be difficult due to a few issues within the implementation on python-nss and where it's requiring shared object files to live. Some research needs to be done to fix those issues, or re-compile python-nss to not expect those shared object files to live within the context it's expecting (/path/to/nssdb/<>.so) and instead use the ones already installed on the OS.

drGrove avatar Mar 03 '19 08:03 drGrove