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?