Changes between Initial Version and Version 1 of Ticket #3884
- Timestamp:
- 2022-04-14T15:53:52Z (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3884
- Property Summary changed from Test what happens in HTTPS storage client logic when server's private key doesn't match public key to HTTPS storage client logic when server's private key doesn't match public key, and when cert is signed by well-known CA
-
Ticket #3884 – Description
initial v1 15 15 16 16 17 Another possible test: 18 19 > One other error case that came to mind is the case of a server using a CA-issued certificate. I think this mostly overlaps with "has wrong hash" which is tested but I guess it might be nice to test separately just to be sure OpenSSL isn't somehow deciding to jump over all of our logic because it sees a signature from a well-known CA. 20 > 21 > Of course, how to get a CA-issued certificate to use in the tests is an interesting question. 22