git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16758 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-02-22 13:11:44 +00:00
parent f07a60cae0
commit e66a73adce

View File

@@ -1,4 +1,17 @@
2006-02-14 Love H<>rnquist <20>strand <lha@it.su.se>
2006-02-22 Love H<>rnquist <20>strand <lha@it.su.se>
* 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 <20>strand <lha@it.su.se>
* cert.c: Handle more name constraints cases.