Re: Certificate Encoding-HELP!!!

2002-09-03 Thread ilian_metodiev
Zdravej ! ;) zna4i za to4kite trqbva da dadesh po-ve4e podrobnosti : ot tipa: 1- za kakyv file stava vypros ? 2- codiraneto na edin cert moje da e i v dvata formata - zavisi kak sa generirani ... V OPENSSL-a ima funkcijki za convertiraneto ot ediniq format v drugiq, taka 4e tva ne bi

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]

[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: [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