diff --git a/lib/hx509/ChangeLog b/lib/hx509/ChangeLog index 89e1945be..c692466ae 100644 --- a/lib/hx509/ChangeLog +++ b/lib/hx509/ChangeLog @@ -1,4 +1,17 @@ -2006-02-14 Love Hörnquist Åstrand +2006-02-22 Love Hörnquist Åstrand + + * cert.c: Name constraits needs to be evaluated in block as they + appear in the certificates, they can not be joined to one + list. One example of this is: + + - cert is cn=foo,dc=bar,dc=baz + - subca is dc=foo,dc=baz with name restriction dc=kaka,dc=baz + - ca is dc=baz with name restriction dc=baz + + If the name restrictions are merged to a list, the certificate + will pass this test. + +2006-02-14 Love Hörnquist Åstrand * cert.c: Handle more name constraints cases.