openssl_csr: ignore empty strings in altnames (#51473)

* Ignore empty strings in altnames.

* Add changelog.

* Add idempotence check without SAN.

* Fix bug in cryptography backend.
This commit is contained in:
Felix Fontein
2019-02-11 11:30:56 +01:00
committed by John R Barker
parent 52d0d51f97
commit 9b1cbcf3a4
4 changed files with 54 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "openssl_csr - fixes idempotence problem with PyOpenSSL backend when no Subject Alternative Names were specified."