Re: SSL Cipher Suites

1999-10-13 Thread Ben Laurie
"Wade L. Scholine" wrote: > > > -Original Message- > > From: Roger Bodén [mailto:[EMAIL PROTECTED]] > > Sent: Monday, October 11, 1999 8:27 AM > > To: [EMAIL PROTECTED] > > Subject: SSL Cipher Suites > > > > > > Hello, > > > > Is there a complete list of the SSLv3/TLSv1 cipher suites open

Re: OpenSSL 0.9.4 and Win2000 SDK - major conflicts

1999-10-13 Thread Dr Stephen Henson
Jeffrey Altman wrote: > > > Jeffrey Altman wrote: > > > > > > Just a heads up, there are major conflicts between the PKCS7 namespace > > > in OpenSSL and the WinCrypt.H file that ships with the SDK for > > > Win2000. > > > > > > > How major? Is it just a case of adding a #undef PKCS7_SIGNER_INFO

RE: OpenSSL 0.9.4 and Win2000 SDK - major conflicts

1999-10-13 Thread Atul Arora
It is PKCS7_SIGNER_INFO as well as X509_NAME. Or atleast that is what it used to be in SSleay 0.9. -- Atul > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Dr Stephen Henson > Sent: Wednesday, October 13, 1999 12:08 PM > To: [EMAIL PROTECTED] > Sub

RE: SSL Cipher Suites

1999-10-13 Thread Wade L. Scholine
> -Original Message- > From: Roger Bodén [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 11, 1999 8:27 AM > To: [EMAIL PROTECTED] > Subject: SSL Cipher Suites > > > Hello, > > Is there a complete list of the SSLv3/TLSv1 cipher suites openssl > supports? Use openssl s_server -www and

Re: OpenSSL 0.9.4 and Win2000 SDK - major conflicts

1999-10-13 Thread Jeffrey Altman
> Jeffrey Altman wrote: > > > > Just a heads up, there are major conflicts between the PKCS7 namespace > > in OpenSSL and the WinCrypt.H file that ships with the SDK for > > Win2000. > > > > How major? Is it just a case of adding a #undef PKCS7_SIGNER_INFO or is > there something else now? It

Re: OpenSSL 0.9.4 and Win2000 SDK - major conflicts

1999-10-13 Thread Dr Stephen Henson
Jeffrey Altman wrote: > > Just a heads up, there are major conflicts between the PKCS7 namespace > in OpenSSL and the WinCrypt.H file that ships with the SDK for > Win2000. > How major? Is it just a case of adding a #undef PKCS7_SIGNER_INFO or is there something else now? Steve. -- Dr Stephen

Re: Bug in d2i_X509_CRL_INFO ?

1999-10-13 Thread Dr Stephen Henson
Paul Keogh wrote: > > I have a problem decoding a CRL which is missing the VERSION field but which > has extensions present. > > X.509 (11.2, note 3) says this is legal as long as none of the extensions > are critical. However, > the d2i_X509_CRL_INFO() function does'nt arbitrate on the extensio

OpenSSL 0.9.4 and Win2000 SDK - major conflicts

1999-10-13 Thread Jeffrey Altman
Just a heads up, there are major conflicts between the PKCS7 namespace in OpenSSL and the WinCrypt.H file that ships with the SDK for Win2000. Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2 The Kermit Project * Columbia University 612 West

Re: Compilation problems with VC++ V6...

1999-10-13 Thread Bob Denny
I sent privately you a ZIP file of some VC++ project files I found on a backup. They *might* be mine, but probably aren't. Hopefully, they will give you a starting place. By the way, I think it took me a day or two to make my own by inspection from the makefile. -- Bob Daniel Reichenbach wrote

Re: Tests failed.

1999-10-13 Thread Richard Levitte - VMS Whacker
mikema> The make file was runing on Openvms Alpha V7.1-2 CC057 system, mikema> and OpenVMS Alpha V6.2-1H3 CC052. The test error was same: mikema> mikema> $ bdefin openssl_no_asm yes mikema> $ [ssl.openssl-0_9_4] @[.test]tests [...] mikema> test a^b%c implementations mikema> .

Re: Bug in d2i_X509_CRL_INFO ?

1999-10-13 Thread Peter Gutmann
"Paul Keogh" <[EMAIL PROTECTED]> writes: >I have a problem decoding a CRL which is missing the VERSION field but which >has extensions present. This is a known problem with CRL's, to accomodate these things you have to ignore the version number and be prepared to handle extensions regardless of

Re: SSL Cipher Suites

1999-10-13 Thread Lutz Jaenicke
On Wed, Oct 13, 1999 at 04:57:44PM +0100, Ben Laurie wrote: > Roger Bodén wrote: > > > > Hello, > > > > Is there a complete list of the SSLv3/TLSv1 cipher suites openssl > > supports? > > > > How can I control the priority between different cipher suites on the > > server side? > > Speaking of

Re: starttls

1999-10-13 Thread Lutz Jaenicke
On Mon, Oct 11, 1999 at 01:47:30AM +0900, Kenichi OKADA wrote: > Hi. > I implemented STARTTLS documented in RFC2487. > I can't use STARTTLS with s_client. > I added a new command 'starttls', > which says 'STARTTLS' after a connection. > The code of starttls.c consist almost of s_client.c. Hi, th

Re: SSL Cipher Suites

1999-10-13 Thread Ben Laurie
Roger Bodén wrote: > > Hello, > > Is there a complete list of the SSLv3/TLSv1 cipher suites openssl > supports? > > How can I control the priority between different cipher suites on the > server side? Speaking of which, now that Netscape (at least) ship a client that supports the new 56/1024 b

Error in Compiling openssl-0.9.4 for AIX 4.2.1

1999-10-13 Thread alf . nicolaysen
Hello, there. I got the following error while I tried to execute make on an AIX 4.2.1 Single-Proz. machine. First of all the ./config -t output: Operating system: 001061244C00-ibm-aix Configuring for aix-gcc /usr/local/bin/perl ./Configure aix-gcc Then I decided to do a manual ./Configure wi

Re: Web Traffic Analysis

1999-10-13 Thread Gabriel Belingueres
"René G. Eberhard" wrote: > > Hi > > > > Your issue can be solved with the compression layer. The upgrading > > > problem really needs the additional data. > > > > As say above, the only problem it solves is a "resource length" problem. > > That is, only change the lengths of the resources retri

Re: Compilation problems with VC++ V6...

1999-10-13 Thread Erik Aronesty
I have some if you want... posted them to http://www.primedata.org/openssl/vc-build/ Added a job which copies them there weekly. -Original Message- From: Bob Denny <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Monday, October 11, 1999 11:47 PM Subject: Re: Compila

Tests failed.

1999-10-13 Thread Mike Ma
Dear Colleagure, The make file was runing on Openvms Alpha V7.1-2 CC057 system, and OpenVMS Alpha V6.2-1H3 CC052. The test error was same: $ bdefin openssl_no_asm yes $ [ssl.openssl-0_9_4] @[.test]tests Doing cbcm Doing ecb Doing ede ecb Doing cbc Doing desx cbc Doing ede cbc Doing pcb

Bug in d2i_X509_CRL_INFO ?

1999-10-13 Thread Paul Keogh
I have a problem decoding a CRL which is missing the VERSION field but which has extensions present. X.509 (11.2, note 3) says this is legal as long as none of the extensions are critical. However, the d2i_X509_CRL_INFO() function does'nt arbitrate on the extensions criticality, just the version,

Open CA

1999-10-13 Thread Chad C. Mulligan
Greetings, I know this ain't exactly on topic, but does anyone here have any idea what's happened to OpenCA.org? Chad __ OpenSSL Project http://www.openssl.org Development Mailing List

SSL Cipher Suites

1999-10-13 Thread Roger Bodén
Hello, Is there a complete list of the SSLv3/TLSv1 cipher suites openssl supports? How can I control the priority between different cipher suites on the server side? -- Roger __ OpenSSL Project h

starttls

1999-10-13 Thread Kenichi OKADA
Hi. I implemented STARTTLS documented in RFC2487. I can't use STARTTLS with s_client. I added a new command 'starttls', which says 'STARTTLS' after a connection. The code of starttls.c consist almost of s_client.c. -- Kenichi Okada mailto:[EMAIL PROTECTED] openssl-0.9.4-starttls.patch

Re: Is OpenSSL thread safe?

1999-10-13 Thread Hannes Reinecke
Markus Wasserschaff wrote: > > Hi, > > is it safe to user OpenSSL in multi-threaded environments? Let's say in my > application multiple threads setup ssl connections to the same host(or > different hosts). > Are there any global data structures that have to be protected or does > OpenSSL handl