-
Notifications
You must be signed in to change notification settings - Fork 36
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
p11req -X option results in malloc failure #48
Comments
definitely an issue that requires fixing, however I see that the country code is illegal: |
which HSM is being interfaced in this case? Marvell, CloudHSM? |
This was a Marvell. The certificate information string was valid including the country, but I redacted it as this is a public bug report and I did not want to leak information. I'll send you the details in direct email. |
I tried recreating this bug using softhsm but was unable to duplicate. Could this be HSM specific?
|
Describe the bug
using the p11req command with the following options
results in the following bug
To Reproduce
1.
Expected behavior
No malloc error, command should produce valid pkcs10 request file. Removing the -X option at the end makes it succeed.
Screenshots
N/A
Operating System (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: