RE: Errors with certificate signing x509v1 when making test. Test failed

2011-05-31 Thread gvfb
De: owner-openssl-us...@openssl.org Para: openssl-users@openssl.org Cc: Fecha: Tue, 31 May 2011 23:08:18 -0400 Asunto: RE: Errors with certificate signing x509v1 when making test. Test failed > > From: owner-openssl-us...@openssl.org On Behalf Of gvfb > > Sent: Tuesday, 31 May, 2011 18:1

RE: Errors with certificate signing x509v1 when making test. Test failed

2011-05-31 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of gvfb > Sent: Tuesday, 31 May, 2011 18:17 > > Now I'm trying to walk the steps over again, so I will reinstall OpenSSL, > which is needed for the IMAP toolkit. However, when making OpenSSL Aside: the people here probably can

RE: Using PCKS Padding in OpenSSL

2011-05-31 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of greenelephant > Sent: Sunday, 29 May, 2011 14:31 > I have a computer with Ubuntu OS and an Apache HTTP server. > I am trying to > create a SSL certificate using RSA public and private keys. > > However it has come to my attention that at thi

Re: How to derive EAP-TLS key material from TLS?

2011-05-31 Thread Neo Liu
On Tue, May 31, 2011 at 6:41 PM, Michael Tüxen < michael.tue...@lurchi.franken.de> wrote: > > What about using SSL_tls1_key_extractor()? > > I didn't this function in OpenSSL source. I can get master secret from SSL_SESSION->master_key, but how can I find the PRF api used to calculate: RPF(ma

Errors with certificate signing x509v1 when making test. Test failed

2011-05-31 Thread gvfb
Hello, I'm new to this list so excuse me if I can't grasp the correct words to talk about the problem I have. I attempted to install the UW Imap toolkit on an ubuntu 11 machine with apache2 server. I installed Imap finally with the SSL=UNIX option. However, when trying to install PHP it throwed

RE: ssl_connect core dump in multi-threading application

2011-05-31 Thread Yan, Bob
Thanks Steve, Currently my test program does not setup the locking callbacks as well as the thread ID callback. In general, should I must setup them in multi-threading openssl application? If so, should the following two functions be used to setup the locking callbacks and the thread ID callbac

Re: Open SSL Error 14094412

2011-05-31 Thread David Mitchell
On May 31, 2011, at 2:32 PM, Dave Thompson wrote: >> From: owner-openssl-us...@openssl.org On Behalf Of David Mitchell >> Sent: Friday, 27 May, 2011 12:35 > >> I'm having some problems with EAP-TLS in FreeRadius 2.1.10. I >> have a client >> where authentication attempts always fail with the re

Re: ssl_connect core dump in multi-threading application

2011-05-31 Thread Dr. Stephen Henson
On Tue, May 31, 2011, Yan, Bob wrote: > Hi, > > I have an application which has more than 100 SSL client threads and each of > those threads tried to connect to a SSL server simultaneously. Occasionally > the application process got coredump on the call to ssl_connect(), please see > the stack

RE: *** Spam *** Re: OpenSSL nor working for me on windows 7

2011-05-31 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Kyle Hamilton > Sent: Thursday, 26 May, 2011 21:28 > It looks like you've base64-encoded the actual ciphertext. $alg(enc) -d -a decodes base64 AND decrypts. > On Thu, May 26, 2011 at 3:01 PM, Matt Thompson > wrote: > > I get an error when I

RE: parse a BER encoded string and decode it

2011-05-31 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of cocostaec > Sent: Thursday, 26 May, 2011 15:17 > can anyone tell a way how to parse a BER encoded string an > then decode it to > ASN1?i've tried: > [code] > unsigned char* buffer; > buffer=new unsigned char[strlen("0x3049")]; > > strcpy((char

RE: Open SSL Error 14094412

2011-05-31 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of David Mitchell > Sent: Friday, 27 May, 2011 12:35 > I'm having some problems with EAP-TLS in FreeRadius 2.1.10. I > have a client > where authentication attempts always fail with the relatively generic > error below. I've tried to figure out wh

RE: Mysterious smime signature

2011-05-31 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Victor Sterpu > Sent: Monday, 30 May, 2011 14:31 > On 28.05.2011 21:31, Victor Sterpu wrote: > I posted the signature here http://www.casnt.ro/FARMD_16611264_20110524_1153.smime > openssl smime -i

ssl_connect core dump in multi-threading application

2011-05-31 Thread Yan, Bob
Hi, I have an application which has more than 100 SSL client threads and each of those threads tried to connect to a SSL server simultaneously. Occasionally the application process got coredump on the call to ssl_connect(), please see the stack trace below for detail. *** glibc detected *** te

OpenSSL and VeraCode

2011-05-31 Thread Andreas Probst
Hi community, I found an email about VeraCode having found issues in OpenSSL (see http://www.mail-archive.com/openssl-dev@openssl.org/msg25491.html). Have there been follow-up activities? Did someone review or address the VeraCode results? Cheers, Andreas

Re: How to derive EAP-TLS key material from TLS?

2011-05-31 Thread Michael Tüxen
On May 31, 2011, at 8:02 AM, Neo Liu wrote: > Hi, everyone, > > I'm developing a EAP-TLS server using OpenSSL. I need to derive key material > from TLS session as described in RFC5216. Like the follow figure shows: > > | | pre_master_secret | >serv