Re: Certificate Encoding-HELP!!!

2002-09-03 Thread ilian_metodiev
Hi! ;) You should give more details on the list, you specified ... 1-> What file do you have in mind, which is supposed to contain a certificate? 2->the certificate encoding can be performed in both ways - DER and PEM And yes, OPENSSL has funkcions for converting between those formats.

[openssl.org #189] Kerberos Ciphersuite IDs

2002-09-03 Thread Andreas Sterbenz via RT
Forwarding this message from ietf-tls. As mentioned before, I agree with the suggested fix (do not use this ciphersuite). Andreas. Original Message Subject: [ietf-tls] Re: Ciphersuite 0x00 0x1e Date: Fri, 09 Aug 2002 19:21:33 + From: David Hopwood <[EMAIL PROTECTED]> Rep

[PATCH] Proposed proxy client functionality in s_client

2002-09-03 Thread Martin Kraemer
I had to test a couple of proxy servers lately which had problems passing CONNECT connections. I was missing a tool "like s_client but using a proxy", so I added a quick hack to s_client. This patch adds a switch $ openssl s_client -proxy myproxy:8080 -connect remoteserver:443 --

[openssl.org #266] [PATCH] Proposed proxy client functionality in s_client

2002-09-03 Thread Martin Kraemer via RT
I had to test a couple of proxy servers lately which had problems passing CONNECT connections. I was missing a tool "like s_client but using a proxy", so I added a quick hack to s_client. This patch adds a switch $ openssl s_client -proxy myproxy:8080 -connect remoteserver:443 -

Re: Ressource leak in chil ? [hw_ncipher.c]

2002-09-03 Thread Juergen Brauckmann
Hi Peter. > works fine for me - no leaks - but then I'm not using Solaris 2.5.1 - > thats a bit old isnt it, I'm using chil on sol2.6 sol7 and sol8 ok Thanks for answering Götz' question. After some more testing we observed the (mis-)behaviour on Solaris 8 too. If I understand you correctly yo

Re: [openssl.org #262] bug: init race in SSLv3_client_method

2002-09-03 Thread Dr. Stephen Henson
On Sun, Sep 01, 2002, Patrick McCormick via RT wrote: > > In this method in ssl/s3_clnt.c, there's a race condition with the static > init variable that is causing a crash in my multithreaded program. init > gets set to 0 before the static structures have been set up. I believe a > lock is n

Re: [openssl.org #262] bug: init race in SSLv3_client_method

2002-09-03 Thread Patrick McCormick
> Normally application create a single SSL_CTX structure before starting > any threads and muliple SSL structure from that SSL_CTX so that problem > doesn't arise. In my app, multiple threads call into the *_client_method structures because they don't know ahead of time which transport to use. P

OpenSSl patch

2002-09-03 Thread Wade Richards
Hi, I've got a really minor patch to the OpenSLL toolkit, to add version and copyright info to the Win32 DLLs. The copyright info simply came from one of the source files. (The last digit of the version info should be "a", "b", ..., "g". Since my diff is for the original 0.9.6 distrib, I left