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.
This commit is contained in:
@@ -44,6 +44,13 @@ certificate with a non-DNS SAN entry.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<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.
|
||||
|
||||
Reference in New Issue
Block a user