Re: CMP mock server OldCertID check behavior

2021-07-12 Thread David von Oheimb
Hello Petr, thank you for your message and filing the related issue at https://github.com/openssl/openssl/issues/16041. I very much appreciate such feedback on the new CMP implementation and its tests. You are right that the behavior of the mock server appears pretty strange regarding the checks

CMP mock server OldCertID check behavior

2021-07-08 Thread Petr Gotthard
Hello, I am trying to renew a certificate via CMP and authenticate the request using the same cert. I start the mock server: openssl cmp -port 8080 -srv_trusted test-ca-cert.pem \ -srv_key test-server-key.pem -srv_cert test-server-cert.pem \ -rsp_cert test-client-cert2.pe