don't send more then 10 EDIs
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25003 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -252,6 +252,9 @@ cert2epi(hx509_context context, void *ctx, hx509_cert c) | ||||
|     void *p; | ||||
|     int ret; | ||||
|  | ||||
|     if (ids->len > 10) | ||||
| 	return 0; | ||||
|  | ||||
|     memset(&id, 0, sizeof(id)); | ||||
|  | ||||
|     ret = hx509_cert_get_subject(c, &subject); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Love Hörnquist Åstrand
					Love Hörnquist Åstrand