Skip to content

TestOCSP.test_client_receives_servers_data fails with openssl 3.6.0 #1455

@MeggyCal

Description

@MeggyCal

Hi, thank you for maintaining this useful tool! I am observing a test failure with openssl 3.6.0, the test was passing with openssl 3.5.4. Here is the error in TestOCSP.test_client_receives_servers_data:

[   18s] >       assert calls[0] == self.sample_ocsp_data
[   18s] E       AssertionError: assert b'' == b'this is totally ocsp data'
[   18s] E         
[   18s] E         Full diff:
[   18s] E         - (b'this is totally ocsp data')
[   18s] E         + b''

I would guess it has something to do with openssl/openssl@b1b4b15, maybe some defaults changed? But I am unable to get to the bottom of this, could you please take a look?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions