Re: [Mono-dev] [PATCH] Bug in X509Chain?

2005-12-27 Thread Yngve Zackrisson
documented. BTW. I will be off my project now (for some time?) so I may not be able to answer any questions. I hope You will be able to recreate the problem anyhow. BTW 2. On the server i run Linux Fedora core 3 and my Mono version is 1.9.1. Happy New Year. Yngve Zackrisson Mobila

Re: [Mono-dev] [PATCH] Bug in X509Chain?

2005-12-08 Thread Yngve Zackrisson
On Thu, 2005-12-08 at 14:04, Sebastien Pouliot wrote: > Hello Yngve, > > On Thu, 2005-12-08 at 10:25 +0100, Yngve Zackrisson wrote: > > This problem seems similar to an issue I have reported on Bugzilla > > (#76279 - CERT_E_CHAINING problem for server certificate). >

Re: [Mono-dev] [PATCH] Bug in X509Chain?

2005-12-08 Thread Yngve Zackrisson
Hi This problem seems similar to an issue I have reported on Bugzilla (#76279 - CERT_E_CHAINING problem for server certificate). The request is done through HTTPS. Regards Yngve Zackrisson Mobila-Kontoret/CK Management AB On Thu, 2005-12-08 at 03:44, Vincent Cote-Roy wrote: > Hi, >

Re: [Mono-dev] Remothing through HTTPS

2005-10-12 Thread Yngve Zackrisson
On Tue, 2005-10-11 at 21:29, Sebastien Pouliot wrote: > Hello Yngve, > > On Mon, 2005-10-10 at 11:17 +0200, Yngve Zackrisson wrote: > > Hallo Sebastien, > > > > Great news! > > > > I have got HTTPS working through .NET Remoting > > with Win32 MS .

Re: [Mono-dev] Remothing through HTTPS

2005-10-10 Thread Yngve Zackrisson
to work fine now, even upload of large files. Thank You very much for your support. If you want the solution I send you the source. Regards Yngve Zackrisson. On Thu, 2005-09-15 at 19:54, Sebastien Pouliot wrote: > Hello Yngve, > > On Thu, 2005-15-09 at 19:46 +0200, Yngve Z

Re: [Mono-dev] Mono Webservices Bug

2005-10-03 Thread Yngve Zackrisson
Hi I do not know if you have any help by this knowledge but I run .NET Remoting between a Win32 MS .NET client and a Linux (Fedora Core 3) Mono server. I invoke the remote objects methods with HTTP (Binary Formater) and is able to both add DataSets as parameters and returns. In other words, yo

Re: [Mono-dev] DotNet Remoting : Failed to read past end of stream

2005-09-29 Thread Yngve Zackrisson
nçant par NOTENAT" Hope this helps Yngve Zackrisson. On Thu, 2005-09-29 at 16:56, Hubert FONGARNAND wrote: > Hello > There's surely a bug with serializing and deserializing string in > mono... > > I've done a little .NET remoting serveur : with a single Hello Me

[Fwd: Re: [Fwd: Re: [Mono-dev] HTTPS - MS .NET Client - Linux Mono Server - Interoperability]]

2005-09-28 Thread Yngve Zackrisson
--- Begin Message --- On Wed, 2005-09-28 at 15:20, Sebastien Pouliot wrote: > Hello Yngve, > > On Wed, 2005-28-09 at 14:54 +0200, Yngve Zackrisson wrote: > ... > > > > > Should I add a PKCS#12 cert file to the Mono Store (Machine store) > > > > > (mono

[Fwd: Re: [Fwd: Re: [Mono-dev] HTTPS - MS .NET Client - Linux Mono Server - Interoperability]]

2005-09-28 Thread Yngve Zackrisson
The bug number in bugzilla for this is 76258. // Yngve Zackrisson. --- Begin Message --- On Wed, 2005-09-28 at 15:20, Sebastien Pouliot wrote: > Hello Yngve, > > On Wed, 2005-28-09 at 14:54 +0200, Yngve Zackrisson wrote: > ... > > > > > Should I add a PKCS#12

Re: [Fwd: Re: [Mono-dev] HTTPS - MS .NET Client - Linux Mono Server - Interoperability]

2005-09-28 Thread Yngve Zackrisson
On Wed, 2005-09-28 at 15:20, Sebastien Pouliot wrote: > Hello Yngve, > > On Wed, 2005-28-09 at 14:54 +0200, Yngve Zackrisson wrote: > ... > > > > > Should I add a PKCS#12 cert file to the Mono Store (Machine store) > > > > > (mono /.../cert

[Fwd: Re: [Mono-dev] HTTPS - MS .NET Client - Linux Mono Server - Interoperability]

2005-09-28 Thread Yngve Zackrisson
--- Begin Message --- On Wed, 2005-09-28 at 14:12, Sebastien Pouliot wrote: > Hello Yngve, > > On Wed, 2005-28-09 at 11:42 +0200, Yngve Zackrisson wrote: > > Hello Sebastien, > > > > Things seems to go better for me, > > great :) > > > but I still ha

Re: [Mono-dev] HTTPS - MS .NET Client - Linux Mono Server - Interoperability

2005-09-28 Thread Yngve Zackrisson
005-27-09 at 12:01 +0200, Yngve Zackrisson wrote: > > On Mon, 2005-09-26 at 18:10, Sebastien Pouliot wrote: > > > Hello Yngve, > > > > > > On Mon, 2005-26-09 at 16:26 +0200, Yngve Zackrisson wrote: > > > > Hi. > > > > >

[Mono-dev] HTTPS - MS .NET Client - Linux Mono Server - Interoperability

2005-09-26 Thread Yngve Zackrisson
Windows 2000, SP4 (emulated with WMware workstation). Regards Yngve Zackrisson. ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Key derivation and encryption in cross platform environments

2005-09-26 Thread Yngve Zackrisson
I also have problems with the interoperability. // Yngve Zackrisson. On Fri, 2005-09-23 at 19:08, Martin Hinks wrote: > Hi all, > > Can someone help me out with these two things please: > > Which .NET Encryption classes does Mono support that will work cross > platform

Re: [Mono-dev] Remothing through HTTPS

2005-09-19 Thread Yngve Zackrisson
n, so I pretty much understand custom channels. I ques that it is only the authentication I have to try to implement in the custom channel? Are there any open source code (.NET Mono C#) - about client side certificate authentication - I can download and read?. Regards Yngve

Re: [Mono-dev] Remothing through HTTPS

2005-09-19 Thread Yngve Zackrisson
nfusion. (I have quite a few test programs now :-)). Regards Yngve Zackrisson ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Remothing through HTTPS

2005-09-15 Thread Yngve Zackrisson
ord) at SslHttpServer.SslHttpServer.Main(String[] args) in c:\SharpDevelop Projects\HTTPS-PKCS12-Tunnel\MonoSslHttpServer\ Main.cs:line 40 Press any key to continue . . . <<< Regards // Yngve Zackrisson. > > B) Server certificate to the Mono /

Re: [Mono-dev] Remothing through HTTPS

2005-09-15 Thread Yngve Zackrisson
> >client side certificate authentication - I can download and read?. > > The XSP version released with 1.1.9 supports client-side certificates. > Thanks, but I meant code on the client side ("web browser side") ... . Also much tank for your reply to my former

Re: [Mono-dev] Status of System.Drawing.Printing

2005-09-08 Thread Yngve Zackrisson
with some GnomePrint dll, or must I rewrite my printing application using Gnome?. (At http://www.gnome.org/about/ they say one can use C#). Regards Yngve Zackrisson. ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.x

Re: [Mono-dev] Status of System.Drawing.Printing

2005-09-08 Thread Yngve Zackrisson
g with some GnomePrint dll, or must I rewrite my printing application using Gnome?. (At http://www.gnome.org/about/ they say one can use C#). Regards Yngve Zackrisson. ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.co

Re: [Mono-dev] Status of System.Drawing.Printing

2005-09-07 Thread Yngve Zackrisson
y time table when the S.D.Printing (issues) will be fixed?. Currently I use the PrintDocument class to inherit from, and want to use the PrintDocument Print() method. Do I have any other option than using S.D.Printing to set the PrinterName and use the IsValid? Regards Yngve Zackrisso

Re: [Mono-dev] Remothing through HTTPS

2005-09-07 Thread Yngve Zackrisson
rtificate class" ?. I have tried using a custom remoting channel, but not yet been able to configure it in Mono. I will try again. Regards Yngve Zackrisson CK Management AB / Mobila Kontoret ___ Mono-devel-list mailing list Mono-devel-list@

[Mono-dev] Status of System.Drawing.Printing

2005-09-07 Thread Yngve Zackrisson
chance of getting these methods getting implemented in the near future? I need to know to decide how to go further with my application. (AFAIK there is no error in my application in these parts, since I have got the printout working with MS .NET on the server side). Regards Yngve Zack

[Mono-dev] Remothing through HTTPS

2005-09-07 Thread Yngve Zackrisson
A certificate be placed in the CA store or in the Trust store?. Any more to think about?. I assume that the server certificate should be placed in the Trust store (of the machine store). I hope this is right. // Regards Yngve Zackrisson. ___

[Mono-dev] .NET Remoting: Upload of a file from a Win32 MS .NET client to a Linux Mono .NET server.

2005-09-02 Thread Yngve Zackrisson
ack the progress of the file upload to the client. I want to update a progressbar on my Win32 client. I have succeded to do that on my pure Win32 application, though some progressbar handling technique. Am I expected to get any trouble using the ProgressBar indirectl