#264 Update tests to be compatible with OpenSSL 3.2
Merged by rcritten. Opened by ohollmann.
ohollmann/certmonger master  into  master

In test 003-csrgen-ec OpenSSL 3.2 shows warning when reading from stdin, so specify an input file to get rid of this warning.
In test 038-ms-v2-template openssl asn1parse shows ':Microsoft certificate template' instead of ':1.3.6.1.4.1.311.21.7' so we have to check both versions. See https://github.com/openssl/openssl/pull/20986

Thanks for the patch. I have just one request: can you basically put the first comment into the commit message? I think it will provide more context for the change for future devs.

rebased onto bba83217f9c6d9804b4707b3ef05e7386a4c48f5

I updated commit message as requested.

Metadata Update from @rcritten:
- Request assigned

Perfect, thank you. ack.

Pull-Request has been merged by rcritten