Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace sys calls with python-nss #7

Open
drGrove opened this issue Feb 11, 2019 · 1 comment
Open

Replace sys calls with python-nss #7

drGrove opened this issue Feb 11, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@drGrove
Copy link
Owner

drGrove commented Feb 11, 2019

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

@drGrove drGrove added the enhancement New feature or request label Feb 11, 2019
@drGrove drGrove added this to the v1.0 milestone Feb 11, 2019
@drGrove drGrove self-assigned this Feb 11, 2019
@drGrove drGrove removed this from the v1.0 milestone Mar 3, 2019
@drGrove
Copy link
Owner Author

drGrove commented Mar 3, 2019

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 drGrove added the help wanted Extra attention is needed label Mar 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant