]> git.ipfire.org Git - thirdparty/openssl.git/commit
Make x509_req_test ANSI Compatible
authorerbsland-dev <github@erbsland.dev>
Wed, 19 Jun 2024 17:09:15 +0000 (19:09 +0200)
committerNeil Horman <nhorman@openssl.org>
Fri, 21 Jun 2024 19:40:45 +0000 (15:40 -0400)
commit7d2c0a4b1feb152ee1190dfedc65dfd1c928f9e5
tree2d47eb69389717615dccee3a2bc7ba319631cf66
parent895ecd0ce86c17fc696ad58c9f4b2ac1b821c5d4
Make x509_req_test ANSI Compatible

Update the `x509_req_test` to ensure ANSI compatibility. The integrated certificate string was too long, so the PEM certificate has been moved to `certs/x509-req-detect-invalid-version.pem`. The test have been updated to load this certificate from the file on disk.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24677)
test/certs/x509-req-detect-invalid-version.pem [new file with mode: 0644]
test/recipes/60-test_x509_req.t
test/x509_req_test.c