Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG/MINOR: ssl_ckch: Wrong OCSP CID after modifying an SSL certficate
This bug could be reproduced with the "set ssl cert" CLI command to update a certificate. The OCSP CID is duplicated by ckchs_dup() which calls ssl_sock_copy_cert_key_and_chain(). It should be computed again by ssl_sock_load_ocsp(). This may be accomplished resetting the new ckch OCSP CID returned by ckchs_dup(). This bug may be in relation with GH #2319. Must be backported to 2.8.
- Loading branch information