"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
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
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
> -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
> 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
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
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
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
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
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> .
"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
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
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
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
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
"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
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
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
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,
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
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
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
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
23 matches
Mail list logo