openssl_csr: idempotency doesn't work correctly for keyUsage (#50361)

* Fix key usage idempotency bug.

* Extend tests.

* Add changelog.
This commit is contained in:
Felix Fontein
2019-01-03 12:34:24 +01:00
committed by Abhijit Menon-Sen
parent 6b33c588d0
commit a5bf71ac6a
4 changed files with 82 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "openssl_csr - fix problem with idempotency of keyUsage option."