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

xCA 2.8.0 uses 3DES(!) for PKCS#12 export #605

Open
Strider3000 opened this issue Oct 26, 2024 · 0 comments
Open

xCA 2.8.0 uses 3DES(!) for PKCS#12 export #605

Strider3000 opened this issue Oct 26, 2024 · 0 comments

Comments

@Strider3000
Copy link

When decrypting a PKCS#12 file generated by xCA 2.8.0 I noticed openssl gave me this info:

openssl pkcs12 -info -in p12test.pfx -nodes
Enter Import Password:
MAC: sha1, Iteration 1
MAC length: 20, salt length: 8
PKCS7 Encrypted data: pbeWithSHA1And3-KeyTripleDES-CBC, Iteration 2048
Certificate bag
Bag Attributes

PKCS7 Data
Shrouded Keybag: pbeWithSHA1And3-KeyTripleDES-CBC, Iteration 2048
Bag Attributes

I noticed that xCA is using 3DES for security with SHA1.
Please either a) update the default P12 export handling to use better default cryptographic mechanisms (as defined by RFC 7292) or b) allow users to configure these cryptographic mechanisms directly.

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