зеркало из https://github.com/mono/mail-archives.git
126 строки
5.1 KiB
HTML
126 строки
5.1 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-list] Mono unable of using it's onw generated keys ?
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:gkodinov%40openlinksw.co.uk">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
|
|
<LINK REL="Previous" HREF="016647.html">
|
|
<LINK REL="Next" HREF="016646.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-list] Mono unable of using it's onw generated keys ?
|
|
</H1>
|
|
<B>George Kodinov
|
|
</B>
|
|
<A HREF="mailto:gkodinov%40openlinksw.co.uk"
|
|
TITLE="[Mono-list] Mono unable of using it's onw generated keys ?">gkodinov@openlinksw.co.uk
|
|
</A><BR>
|
|
<I>Thu, 30 Oct 2003 14:40:08 +0200</I>
|
|
<P><UL>
|
|
<LI> Previous message: <A HREF="016647.html">[Mono-list] Mono unable of using it's onw generated keys ?
|
|
</A></li>
|
|
<LI> Next message: <A HREF="016646.html">[Mono-list] Missing assembly Microsoft.data.Odbc
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#16650">[ date ]</a>
|
|
<a href="thread.html#16650">[ thread ]</a>
|
|
<a href="subject.html#16650">[ subject ]</a>
|
|
<a href="author.html#16650">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>Hi,
|
|
|
|
The size is 596 bytes (the same as if generated by Win32).
|
|
|
|
The bugzilla is 50341 <<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=3D50341=">http://bugzilla.ximian.com/show_bug.cgi?id=3D50341=</A>
|
|
><i>
|
|
</I>
|
|
Best Regards,
|
|
George Kodinov
|
|
|
|
S=E9bastien Pouliot wrote:
|
|
|
|
><i>Most probably a bug.
|
|
</I>><i>
|
|
</I>><i>What's the size of your Testing.snk file ?
|
|
</I>><i>
|
|
</I>><i>Please fill a bug into bugzilla. I'll look into it ASAP.
|
|
</I>><i>
|
|
</I>><i>Sebastien Pouliot
|
|
</I>><i>Security Architect, Motus Technologies, <A HREF="http://www.motus.com">http://www.motus.com</A>
|
|
</I>><i>work: <A HREF="mailto:spouliot@motus.com">spouliot@motus.com</A>
|
|
</I>><i>home: <A HREF="mailto:spouliot@videotron.ca">spouliot@videotron.ca</A>
|
|
</I>><i>blog: <A HREF="http://pages.infinit.net/ctech/poupou.html">http://pages.infinit.net/ctech/poupou.html</A>
|
|
</I>><i>=20
|
|
</I>><i>
|
|
</I>><i>-----Original Message-----
|
|
</I>><i>From: <A HREF="mailto:mono-list-admin@lists.ximian.com">mono-list-admin@lists.ximian.com</A>
|
|
</I>><i>[mailto:<A HREF="mailto:mono-list-admin@lists.ximian.com">mono-list-admin@lists.ximian.com</A>]On Behalf Of George Kodinov
|
|
</I>><i>Sent: 30 octobre 2003 04:29
|
|
</I>><i>To: MONO List
|
|
</I>><i>Subject: [Mono-list] Mono unable of using it's onw generated keys ?
|
|
</I>><i>
|
|
</I>><i>
|
|
</I>><i>Hi,
|
|
</I>><i>
|
|
</I>><i>I have the follwing problem w/ Mono (compiled from CVS) on RH9 :
|
|
</I>><i>
|
|
</I>><i>I have a program that uses a key :
|
|
</I>><i>[assembly: AssemblyKeyFile(@"Testing.snk")]
|
|
</I>><i>
|
|
</I>><i>When I generate a key for it w/ the sn.exe (mono sn.exe -k Testing.snk)=
|
|
</I>=20
|
|
><i>from the mono distribution and try compiling I get :
|
|
</I>><i>Unhandled Exception: System.IndexOutOfRangeException: Array index is out=
|
|
</I>=20
|
|
><i>of range
|
|
</I>><i>in <0x001df>=20
|
|
</I>><i>Mono.Security.Cryptography.CryptoConvert:ToCapiPublicKeyBlob=20
|
|
</I>><i>(System.Security.Cryptography.RSA)
|
|
</I>><i>in <0x0006b> Mono.Security.Cryptography.CryptoConvert:ToCapiKeyBlob=20
|
|
</I>><i>(System.Security.Cryptography.RSA,bool)
|
|
</I>><i>in <0x0002d> Mono.Security.StrongName:get_PublicKey ()
|
|
</I>><i>in <0x002ba> System.Reflection.Emit.AssemblyBuilder:SetCustomAttribute=20
|
|
</I>><i>(System.Reflection.Emit.CustomAttributeBuilder)
|
|
</I>><i>in <0x00d09> Mono.CSharp.Attribute:ApplyAttributes=20
|
|
</I>><i>(Mono.CSharp.EmitContext,object,object,Mono.CSharp.Attributes)
|
|
</I>><i>in <0x001f9> Mono.CSharp.RootContext:EmitCode ()
|
|
</I>><i>in <0x0082a> Mono.CSharp.Driver:MainDriver (string[])
|
|
</I>><i>in <0x0001b> Mono.CSharp.Driver:Main (string[])
|
|
</I>><i>
|
|
</I>><i>Is this a bug or am I doing something wrong ?
|
|
</I>><i>
|
|
</I>><i>Best Regards,
|
|
</I>><i>George Kodinov
|
|
</I>><i>Developer, OpenLink Software (<A HREF="http://www.openlinksw.com">http://www.openlinksw.com</A>)
|
|
</I>><i>
|
|
</I>><i>_______________________________________________
|
|
</I>><i>Mono-list maillist - <A HREF="mailto:Mono-list@lists.ximian.com">Mono-list@lists.ximian.com</A>
|
|
</I>><i><A HREF="http://lists.ximian.com/mailman/listinfo/mono-list">http://lists.ximian.com/mailman/listinfo/mono-list</A>
|
|
</I>><i> =20
|
|
</I>><i>
|
|
</I>
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI> Previous message: <A HREF="016647.html">[Mono-list] Mono unable of using it's onw generated keys ?
|
|
</A></li>
|
|
<LI> Next message: <A HREF="016646.html">[Mono-list] Missing assembly Microsoft.data.Odbc
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#16650">[ date ]</a>
|
|
<a href="thread.html#16650">[ thread ]</a>
|
|
<a href="subject.html#16650">[ subject ]</a>
|
|
<a href="author.html#16650">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
</body></html>
|