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

Wrap libraries into a module of their own #113

Open
NathanReb opened this issue Jan 31, 2019 · 0 comments
Open

Wrap libraries into a module of their own #113

NathanReb opened this issue Jan 31, 2019 · 0 comments
Milestone

Comments

@NathanReb
Copy link
Contributor

Currently all of pkcs11, pkcs11-cli, pcks11-driver and pkcs11-rev is built with (wrapped false).

This is bad on several accounts, first being that it adds a lot of modules to the global namespace and even though most of them starts with P11_ or Pkcs11_ it adds a lot of possible conflicts.
Second is that now we have split it into several packages, it would help to clearly identify them with a top-level module.

@NathanReb NathanReb added this to the 1.0.0 milestone Jan 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant