Re: [Synalist] pfx to pem

2007-12-14 Thread Lukas Gebauer
I'm a newbie with synapse. I want to make a small utility to convert a pfx-certificate to pem-format and extract the private key and the chain from it without using openssl.exe. Anyone knows how to do this ? It is better question for some crypto-experts, not question for TCP/IP. This is why

Re: [Synalist] THTTPSend.Cookies problem

2007-12-14 Thread bobby
Lukas Gebauer wrote: I don't have a clear idea how the cookies should be parsed, but I see that THTTPSend.ParseCookies gets just the first pair from a cookie. E.g. a web site is setting two cookies: Set-Cookie: id=123; id2=abc Set-Cookie: time=1234; id3=65erty One Set-Cookie header

Re: [Synalist] THTTPSend.Cookies problem

2007-12-14 Thread Lukas Gebauer
I don't have a clear idea how the cookies should be parsed, but I see that THTTPSend.ParseCookies gets just the first pair from a cookie. E.g. a web site is setting two cookies: Set-Cookie: id=123; id2=abc Set-Cookie: time=1234; id3=65erty One Set-Cookie header can contain only one cookie

Re: [Synalist] LDAP over ldaps and Port 636

2007-12-14 Thread Lukas Gebauer
But I dont know where I must put or declare the certificate? That is why the LDAP server said: (TLS negotiation failure) I Know: this is the error, when the ldap-server gets not the correct certificate or gets no certificate. So in my other applications I must declare the right certificate an

[Synalist] TBlockSerial class un-typed pointers

2007-12-14 Thread Projects
I'd like to use the TBlockSerial class in a project I'm working on. I'm communicating with an electronic controller via rs232 connections and a simple protocol. Communication works very well but there are a couple values I'd like to view and I don't understand how to get them. In order to