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

fix: remove nokeys option and set default empty import/export passwords #232

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pavelkovtunov
Copy link
Contributor

@pavelkovtunov pavelkovtunov commented Jan 3, 2025

Pull Request (PR) description

After changes in 4.1.0 the private key import/export into p12 files stopped working properly. The nokeys option in p12 export omits the private key.

Additionally the possibility to handle empty passwords was modified and is no longer working, OpenSSL claims about missing export/import passphrases.

This Pull Request (PR) fixes the following issues

Fixes #132

@kenyon kenyon changed the title fix: remove nokey option and set default empty import/export passwords fix: remove nokeys option and set default empty import/export passwords Jan 3, 2025
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

Successfully merging this pull request may close these issues.

PKCS12 export lists out_pass as optional when it isn't
1 participant