openssl_csr: fix tests (#63994)

* Make sure tests are validated with correct backend in mind.

* Fix tests.
pull/64048/head
Felix Fontein 5 years ago committed by GitHub
parent 5c973dd147
commit 35a412fab7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -39,6 +39,6 @@
- import_tasks: ../tests/validate.yml
vars:
select_crypto_backend: pyopenssl
select_crypto_backend: cryptography
when: cryptography_version.stdout is version('1.3', '>=')

@ -133,7 +133,7 @@
- subject_key_identifier_3 is changed
- subject_key_identifier_4 is changed
- subject_key_identifier_5 is not changed
- subject_key_identifier_6 is not changed
- subject_key_identifier_6 is changed
when: select_crypto_backend != 'pyopenssl'
- name: Verify that authority key identifier handling works

Loading…
Cancel
Save