[Mono-devel-list] [PATCH] Strongname signature verification

Sébastien Pouliot spouliot at videotron.ca
Fri May 14 10:54:47 EDT 2004


Hello all,

Currently most assemblies in Mono are only delay-signed (i.e. they aren't
signed but contain the public key). While this is "enough" to get a fully
qualified name (for GACing) this isn't the "real thing".

The attached path add signature verification for assemblies outside the GAC.
Assemblies inside the GAC aren't verified at runtime (performance gain) but
they are (or in this case will be verified) at installation time by
gacutil.exe. Note that this is exactly what the MS runtime already do on
Windows.

Comments welcome ;-)

Sebastien Pouliot
http://pages.infinit.net/ctech/poupou.html

-------------- next part --------------
A non-text attachment was scrubbed...
Name: strongname.diff
Type: application/octet-stream
Size: 9596 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20040514/8c9283e1/attachment.obj 


More information about the Mono-devel-list mailing list