Skip to content

PKITS 4.10.7 and 4.10.8 hang on Windows in OpenSSL 3.0 #19643

@brucestephens

Description

@brucestephens

Presuming TA.pem is the trust anchor from PKITS, the following works fine on GNU/Linux but hangs on Windows:

% openssl cms -verify -CAfile TA.pem -policy anyPolicy -in SignedInvalidMappingFromanyPolicyTest7.eml
CMS Verification failure
0046881801000000:error:17000064:CMS routines:cms_signerinfo_verify_cert:certificate verify error:../crypto/cms/cms_smime.c:289:Verify error: invalid or inconsistent certificate policy extension

Similarly for the next test.

git bisect suggests the problem is 9aa4be6 so I presume the difference is something to do with the way locking works on Windows compared to pthreads.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions