diff options
author | Valentin Bartenev <vbart@nginx.com> | 2021-03-24 16:55:47 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2021-03-24 16:55:47 +0300 |
commit | 699a3ea2ebc86f9e9dc9d59e1d9db488ac4ff352 (patch) | |
tree | 542accacc14da15f19a0a88006460088fb62d579 /docs | |
parent | a6c6dcf5f7856a96881373a2dbd1f14bda396c45 (diff) | |
download | unit-699a3ea2ebc86f9e9dc9d59e1d9db488ac4ff352.tar.gz unit-699a3ea2ebc86f9e9dc9d59e1d9db488ac4ff352.tar.bz2 |
Certificates: fixed in name attributes processing.
The idea is to put SAN after CN, but the previous version of the code
incorrectly assumed that CN was always present, which caused writes
outside the allocated object if there were no standard name attributes.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changes.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index ad963c40..3c25481a 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -46,6 +46,13 @@ certificate with a non-DNS SAN entry. <change type="bugfix"> <para> +the controller process could crash on manipulations with a certificate +containing a SAN and no standart name attributes in subject or issuer. +</para> +</change> + +<change type="bugfix"> +<para> the Ruby module didn't respect user locale for defaults in the Encoding class. </para> </change> |