This has the same underlying function as a cause as #15004, PKCS12_create. Since it never added anything to an authsafe it never created the authsafe stack, and then reports a data validation error because it didn't expect a NULL to make it through.
When/if we switch to creating PFX files without the helper function's limitations this should go away (but it's a separate problem, and could accidentally not be fixed, so a separate issue).
This has the same underlying function as a cause as #15004,
PKCS12_create. Since it never added anything to an authsafe it never created the authsafe stack, and then reports a data validation error because it didn't expect aNULLto make it through.When/if we switch to creating PFX files without the helper function's limitations this should go away (but it's a separate problem, and could accidentally not be fixed, so a separate issue).