Re: SSL_dup() not functioning

2001-09-21 Thread Lutz Jaenicke
On Fri, Sep 21, 2001 at 08:51:43AM +0600, Ashada Karunaratna wrote: > I tried to use SSL_dup() functions to duplicate my SSL object and use that > SSL object to communication. But it fails. However I could communicate with > original SSL object well. Is anyone know reson for that. That is har

Re: Determing SSL conection to use in password_Callback

2001-09-21 Thread Lutz Jaenicke
On Fri, Sep 21, 2001 at 10:50:55AM -0400, Andrew Finnell wrote: > I have come across a little delima.. I set a password callback on a > SSL_CTX, and when I went to write the implementatino I realized I couldn't > determine what SSL * connection was currently in use.. And every SSL > connecti

Re: Root CA signing an intermediate CA - problems solved

2001-09-21 Thread Louis LeBlanc
Ok, I found the solution, and thought someone else might benefit from my efforts. What I am trying to do is create a heirarchy of intermediate CAs with a single root CA at the top. I wish to be able to sign server certs, primarily, and they must be able to create a trusted site that loads withou

Re: ans1 0D09F007 error with verisign cert.

2001-09-21 Thread Michael Sierchio
[EMAIL PROTECTED] wrote: > > Hello > Using Apache/modssl/openssl SSL worked fine with apache > snake-oil certs, but when adding verisign cert I get the following > error and no startup > OpenSSL: error:0D09F007:ans1 encoding routines :d2i_x509: expecting an >

Re: ans1 0D09F007 error with verisign cert.

2001-09-21 Thread Dr S N Henson
[EMAIL PROTECTED] wrote: > > Hello > Using Apache/modssl/openssl SSL worked fine with apache > snake-oil certs, but when adding verisign cert I get the following > error and no startup > OpenSSL: error:0D09F007:ans1 encoding routines :d2i_x509: expecting an >

ans1 0D09F007 error with verisign cert.

2001-09-21 Thread gandrew
Hello Using Apache/modssl/openssl SSL worked fine with apache snake-oil certs, but when adding verisign cert I get the following error and no startup OpenSSL: error:0D09F007:ans1 encoding routines :d2i_x509: expecting an ans1 sequence. Does a

Phaos' SSLava key

2001-09-21 Thread Bill Rebey
I have an encrypted/password-protected private key file in PEM format generated by Phaos' SSLava. My OpenSSL app can't read it - it crashes on Windows with an Access Violation during SSL_CTX_use_PrivateKey_file(...). Here is a stack: EVP_PKCS82PKEY + 28 bytes PEM_ASN1_read_bio

Determing SSL conection to use in password_Callback

2001-09-21 Thread Andrew Finnell
Title: Determing SSL conection to use in password_Callback     I have come across a little delima.. I set a password callback on a SSL_CTX, and when I went to write the implementatino I realized I couldn't determine what SSL * connection was currently in use.. And every SSL connection I h

Re: Root CA signing an intermediate CA - problems!

2001-09-21 Thread Louis LeBlanc
On 09/21/01 12:53 PM, Dr S N Henson sat at the `puter and typed: > Louis LeBlanc wrote: > > > > > > I am including the x509 output of my intermediate below. I notice > > that the CA constraint is false. Does this have anything to do with > > the problem? I am guessing it does, but how do I fi

Re: OpenSSL PRNG analysis

2001-09-21 Thread Bodo Moeller
On Fri, Sep 21, 2001 at 04:59:17PM +0300, Marko Asplund wrote: > has anyone done an analysis of the OpenSSL PRNG which would be available > for public? i've read the Random Number Generation chapter of Peter > Gutmann's PhD thesis (The Design and Verification of a Cryptographic > Security Archite

Freeing of memory allocated CRYPTO_get_ex_new_index

2001-09-21 Thread Ramaprasad K.R
Hi, I notice that when SSL_CTX_new() is called, the following call sequence happens : SSL_CTX_new -> SSL_get_ex_data_X509_STORE_CTX_idx -> X509_STORE_CTX_get_ex_new_index -> CRYPTO_get_ex_new_index And the memory (56 bytes) that is allocated by CRYPTO_get_ex_new_index() doesnt get freed when I

OpenSSL PRNG analysis

2001-09-21 Thread Marko Asplund
has anyone done an analysis of the OpenSSL PRNG which would be available for public? i've read the Random Number Generation chapter of Peter Gutmann's PhD thesis (The Design and Verification of a Cryptographic Security Architecture, http://www.cryptoapps.com/~peter/06_random.pdf) which contains a

Web Client Certificates (Apache-IIS)

2001-09-21 Thread Andres Pastor, Nuria
Hi,   Can the web client certificates generate for an Apache Server be used against an IIS Server if we transfor the certificate format from Apache to IIS? Many Thanks. Nuria _ Uni2 - Lince Telecomunicaciones, S.A.U. Aviso leg

Re: Root CA signing an intermediate CA - problems!

2001-09-21 Thread Dr S N Henson
Louis LeBlanc wrote: > > > I am including the x509 output of my intermediate below. I notice > that the CA constraint is false. Does this have anything to do with > the problem? I am guessing it does, but how do I fix this? I have > been all over the online docs, so I am fairly certain that

Re: set x.509 version 3

2001-09-21 Thread Dr S N Henson
sk wrote: > > hi > > I want to set certificate request version 3. > I wrote code as below > CA sign cert req but, certificate version number is 1. > The request version is not copied to the certificate version. The signed certificate version of the 'openssl ca' and 'x509' utilities is normally

Re: SSL renegotiation and SSL_bio (more data)

2001-09-21 Thread Bodo Moeller
On Fri, Sep 21, 2001 at 10:09:37AM +0100, Andy Schneider wrote: > This patch works. However it is also worth noting that my tests expose a > minor caveat. If a client and server request handshakes thus: > > Server: > Read > Renegotiate > Read > Write > > Client: >

RE: SSL renegotiation and SSL_bio (more data)

2001-09-21 Thread Andy Schneider
This patch works. However it is also worth noting that my tests expose a minor caveat. If a client and server request handshakes thus: Server: Read Renegotiate Read Write Client: Write Renegotiate Read Write The client will hang st

Re: Overriding CN in CSR

2001-09-21 Thread Mark Peter Mansell
__ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]