170a0800e6
* make cert domain name validation case insensitive * reafctor TestPki_PermitFQDNs mutliple cases * TestPki_PermitFQDNS: fail uppercase alt_name * add change log * fix tests * use EqualFold for potential utf-8 string comparison Co-authored-by: Freyert <Freyert@users.noreply.github.com>
3 lines
108 B
Plaintext
3 lines
108 B
Plaintext
```release-note:bug
|
|
secret/pki: use case insensitive domain name comparison as per RFC1035 section 2.3.3
|
|
``` |