Re: [Mono-dev] mono.security/certmgr patch to support TrustedPeople

2010-07-28 Thread Sebastien Pouliot
On Tue, 2010-07-27 at 17:50 +0900, Atsushi Eno wrote: > Hello again, > > This patch adds support for X509Store.TrustedPeople in Mono.Security > and certmgr. > Sorry for that this patch includes the previous change, I was lazy :| Looks fine too :) Thanks Sebastien ___

[Mono-dev] mono.security/certmgr patch to support TrustedPeople

2010-07-27 Thread Atsushi Eno
Hello again, This patch adds support for X509Store.TrustedPeople in Mono.Security and certmgr. Sorry for that this patch includes the previous change, I was lazy :| Atsushi Eno diff --git a/mcs/class/Mono.Security/Mono.Security.X509/X509Stores.cs b/mcs/class/Mono.Security/Mono.Security.X509/X5