-
-
Notifications
You must be signed in to change notification settings - Fork 11.2k
Closed
Labels
branch: masterApplies to master branchApplies to master branchresolved: not a bugThe issue is not considered a bugThe issue is not considered a bugtriaged: bugThe issue/pr is/fixes a bugThe issue/pr is/fixes a bug
Description
I maintain the bindings for the R programming language. One test that reads p12 files started failing because the order in which the CA list is returned is now reverse from what it was in openssl 1.1.1.
I think the actual change of behavior is in sk_X509_value() which now returns cert indexed from the front instead of the back.
Is this an intended change? Here is the the p12 file that we use for unit tests: https://github.com/jeroen/openssl/blob/master/tests/google.dk/wildcard-google.dk-chain.p12?raw=true
If needed I can try to extract a C example.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
branch: masterApplies to master branchApplies to master branchresolved: not a bugThe issue is not considered a bugThe issue is not considered a bugtriaged: bugThe issue/pr is/fixes a bugThe issue/pr is/fixes a bug