-
-
Notifications
You must be signed in to change notification settings - Fork 212
Open
Description
I see in many of the Identity::from_pkcs12 functions the comment:
// > The stack is the reverse of what you might expect due to the way
But it appears in the newer pkcs12 file format the chain is coming out reversed.
I verified that with the older format, the reversal in the code is necessary, but
in the newer format, the reversal is causing the chain to be present in opposite
order and thus causing the server to not recognize the client cert/chain.
Note: This is diferent from the other issue rgd the newer pkcs12 format where the
cipher used is no longer supported.
Metadata
Metadata
Assignees
Labels
No labels