RE: PKCS7_encrypt with a DSA certificate?

2000-07-06 Thread Oliver King
Thanks everyone for the information. Ollie -Original Message- From: Eric Rescorla [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 05, 2000 10:38 PM To: [EMAIL PROTECTED] Subject: Re: PKCS7_encrypt with a DSA certificate? Eric Murray <[EMAIL PROTECTED]> writes: > > 1. PKCS#7 requires R

Failure to verify client certificate

2000-06-28 Thread Oliver King
I'm curious: the SSL server code (s3_srvr.c, line 1677) sets an error of "no certificate returned" when the client's certificate fails verification. Why use this (rather misleading) error message? The equivalent client code (s3_clnt.c, line 764) uses the more intuitive error of "certificate verify

RE: OpenSSL - X509 functions

2000-04-17 Thread Oliver King
That looks right to me. Perhaps someone else has an idea of what might be wrong? Ollie -Original Message- From: Cintia Borges Margi [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 15, 2000 8:55 PM To: [EMAIL PROTECTED] Subject: RE: OpenSSL - X509 functions > Sounds like you might be

RE: Multiple threads handling one connection

2000-02-16 Thread Oliver King
ection Ltd. -Original Message----- From: Oliver King Sent: Thursday, February 10, 2000 10:33 AM To: '[EMAIL PROTECTED]' Subject: Multiple threads handling one connection Hi all, I've seen (and written) test programs that drive a number of SSL connections from multiple threads, but non

Unusual PKCS#7 EnvelopedData from RSA's TIPEM toolkit

2000-02-02 Thread Oliver King
Hi all, I understand that RSA's TIPEM (Toolkit for Interoperable Privacy-Enhanced Messaging) generates PKCS#7 EnvelopedData structures in which the EncryptedContent is an ASN.1 _sequence_ of octet strings, rather than a single octet string. Can anyone out there who has dealt with TIPEM confirm th

Hardware crypto accelerators

2000-01-19 Thread Oliver King
Hi guys, In the openssl-users archive, I've seen a few references to hardware crypto accelerator cards from both Rainbow (CryptoSwift) and nCipher (nFast). Are there any other cards out there with similar functionality? I'm interested in finding out how well these crypto cards integrate with Ope

RE: Certificate Signing Request & Key Generation

2000-01-07 Thread Oliver King
Well the obvious error is the following message: Using configuration from /usr/local/openssl-0.9.4/openssl.cnf Unable to load config info You should use the -config option with the 'openssl req' command to tell it where your openssl.cnf file is located. Ollie > -Original M

RE: OpenSSL Resource

1999-12-23 Thread Oliver King
Try these links for starters -- they helped me! OpenSSL homepage: http://www.openssl.org SSLeay docs: http://www.columbia.edu/~ariel/ssleay FAQ: http://www2.psy.uq.edu.au/~ftp/Crypto Programmer Reference: http://www2.psy.uq.edu.au/~ftp/Crypto/ssl.html Ollie > -Original Message- > From:

Signature algorithms and digest compatibility

1999-12-20 Thread Oliver King
Hi everyone, I notice that the OpenSSL only supports the DSA signature algorithm with SHA and SHA-1 message digests. Is this a limitation of OpenSSL or of the DSS Digital Signature Standard? Thanks in advance Ollie King Data Connection Ltd __

RE: Diffie-Hellman support in OpenSSL

1999-12-20 Thread Oliver King
Thanks everyone for your replies. In summary, my understanding from this thread and from reading the SSLv3 spec (stop me if I'm wrong!) is this: - cipher suites such as ADH-DES-CBC-SHA and ADH-RC4-MD5 are supported (but not recommended due to lack of authentication); to use them, I must compile w

RE: Diffie-Hellman support in OpenSSL

1999-12-17 Thread Oliver King
> Is there anything special I should be doing to allow ADH to work? Please check the list of supported ciphers with "openssl ciphers". You might note, that the ADH ciphers are not listed. The reason is, that the default cipher selection string is (see ssl.h)

Diffie-Hellman support in OpenSSL

1999-12-16 Thread Oliver King
Hi, I'm experimenting with the various cipher suites that OpenSSL 0.9.4 supports, and am having some problems understanding DH, EDH and ADH and how to use them. I need someone to point me towards the light :-) So far, using some simple home-brewed test programs, I've successfully managed to esta