openssl_csr: improve subject validation (#53198)

* Improve subject field validation.

* Add country name idempotency test.

* Add failed country name test.

* Add changelog.
This commit is contained in:
Felix Fontein 2019-03-07 16:29:35 +01:00 committed by John R Barker
commit b2e992cecd
4 changed files with 56 additions and 4 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "openssl_csr - improve ``subject`` validation."