Commit f7e3ac7
Update NID_rsaesOaep test certificate (#3194)
### Description of changes:
The NID_rsaesOaep test certificate in crypto/x509/x509_test.cc has been
replaced with an updated certificate that uses SHA-256 for its signature
algorithm instead of SHA-1. The new certificate preserves the same
rsaesOaep SubjectPublicKeyInfo structure required by the test while
using a more current signing algorithm.
### Call-outs:
This is a test-data-only change — no functional code is modified. The
replacement certificate maintains the same issuer DN, OAEP SPKI
algorithm, and validity period so existing test assertions continue to
pass. A corresponding certificate update was also made to the parallel
OpenSSL PR openssl/openssl#30961
### Testing:
The existing X509Test.ITUT_X509_nid_rsaesOaep test exercises the
replacement certificate. No new tests are needed since the change is
limited to swapping the test data.
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license and the ISC license.
Co-authored-by: Justin W Smith <103147162+justsmth@users.noreply.github.com>1 parent a7106f8 commit f7e3ac7
1 file changed
Lines changed: 16 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6367 | 6367 | | |
6368 | 6368 | | |
6369 | 6369 | | |
6370 | | - | |
| 6370 | + | |
6371 | 6371 | | |
6372 | 6372 | | |
6373 | 6373 | | |
6374 | | - | |
6375 | | - | |
6376 | | - | |
6377 | | - | |
6378 | | - | |
6379 | | - | |
6380 | | - | |
6381 | | - | |
6382 | | - | |
6383 | | - | |
6384 | | - | |
6385 | | - | |
6386 | | - | |
6387 | | - | |
6388 | | - | |
6389 | | - | |
6390 | | - | |
6391 | | - | |
6392 | | - | |
6393 | | - | |
| 6374 | + | |
| 6375 | + | |
| 6376 | + | |
| 6377 | + | |
| 6378 | + | |
| 6379 | + | |
| 6380 | + | |
| 6381 | + | |
| 6382 | + | |
| 6383 | + | |
| 6384 | + | |
| 6385 | + | |
| 6386 | + | |
| 6387 | + | |
| 6388 | + | |
6394 | 6389 | | |
6395 | 6390 | | |
6396 | 6391 | | |
| |||
0 commit comments