Re: Query on OpenSSL for Certificate verification

2009-04-06 Thread Kyle Hamilton
This is a protocol called OCSP, with its "designated responder" mechanism. If you want to implement it, call the OCSP functions with the DR address and the fields that OCSP needs during the SSL_CTX_set_verify() callback invocation; if you really need to, create two separate SSL_CTX contexts, one o

Query on OpenSSL for Certificate verification

2009-04-06 Thread Vijay Kothamasu (vikotham)
Hi, I am just wondering if there is a way to realize the following scenario with the help of OpenSSL libraries, here is the brief explanation in this regard. - I have a client and Server who need to setup a secure connection using TLS/SSL. But as part of handshak

AES cipher in OpenSSL, Disable table - lookup feature?

2009-04-06 Thread Yasir Khalid
Dear guys, I would to have some bright understand about AES cihper in openssl, based what i understand it used a table loookupt to speed the performance of AES operation. What i would to know, is there any way to disable this table lookup feature ? Why i do in that way ? it is just a matter of curi

Re: error while executing make command

2009-04-06 Thread Ugendreshwar Kudupudi
Hi Coping the header files will be a tedious task, as these files require other header files. Instead you can reinstall the tool kit package. And also you can use locate command to make sure the header file are installed in /usr/include or any other location. If its other than /usr/include or /usr

Re: ASN.1 library

2009-04-06 Thread Kyle Hamilton
DER is a proper subset of BER. Thus, any BER decoder can also decode DER; DER simply removes the 'indefinite length' string forms and a couple of other forms from the acceptable vocabulary. The reason for this is that all of the information necessary to make an X.509 certificate should already be

Re: OpenSSL 1.0.0 beta 1 released - build fail on Solaris 2.5.1

2009-04-06 Thread Michael S. Zick
On Sun April 5 2009, Ted Mittelstaedt wrote: > This is from /openssl-SNAP-20090405 on Solaris x86 ver 2.5.1 using > gcc 2.95.3: > > gcc -I.. -I../.. -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC > -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 > -fomit-frame-pointer -marc

Re: OpenSSL version 0.9.8k released

2009-04-06 Thread Victor Duchovni
On Mon, Apr 06, 2009 at 06:29:17PM +0530, Anil Tambe wrote: > is the binary compatibility broken in 0.9.8k ? Not necessarily. > i see the below symbols missing from 0.9.8k library .. which were present in > 0.9.8g .. If you compile with "tlsext" enabled (default changed from 0.9.8i, don't know

Re: Compile error with MinGW

2009-04-06 Thread Patrick
On Tue, Mar 31, 2009 at 12:15 PM, Patrick wrote: > I'm trying to compile OpenSSL 0.9.8k on Win32 with MinGW installed. I > ran ms/mingw32.bat, and it seems to work well for a while, compiling > lots of source files, until I get: > > if exist out\libcrypto.a del out\libcrypto.a > /usr/bin/sh: -c: l

Re: OpenSSL version 0.9.8k released

2009-04-06 Thread Anil Tambe
is the binary compatibility broken in 0.9.8k ? i see the below symbols missing from 0.9.8k library .. which were present in 0.9.8g .. md4_block_host_order DES_xwhite_in2out sha256_block sha256_block_host_order sha512_block sha1_block_asm_data_order sha_block_host_order BIO_dgram_should_retry ripem

s_client verify error

2009-04-06 Thread Gerd Schering
Hello, when trying to authenticate againstan ldap server, I get the following TLS errors: connection_get(16) connection_get(16): got connid=0 connection_read(16): checking for input on id=0 connection_read(16): TLS accept failure error=-1 id=0, closing connection_closing: readying conn=0 sd=16

Re: Re:Verify certificates

2009-04-06 Thread AnneB
Hello, Thank you for the solution. I have used (at client side, before SSL_connect) SSL_set_verify SSL_VERIFY_PEER mode and I have put NULL instead of verify callback in order to use the default callback. But with SSL_get_error I get SSL_ERROR_SSL. I use a self-signed certificate. Could be this

[FWD] Question: using OpenSSL without DLL

2009-04-06 Thread Lutz Jaenicke
Forwarded to openssl-users for public discussion. Best regards, Lutz - Forwarded message from Guillaume Blais - From: Guillaume Blais To: r...@openssl.org Subject: Question: using OpenSSL without DLL Date: Sun, 5 Apr 2009 17:33:02 + Importance: Normal hi, I'm Usi

[FWD] witch version of pkcs can I use?

2009-04-06 Thread Lutz Jaenicke
Forwarded to openssl-users for public discussion. Best regards, Lutz - Forwarded message from new conf - DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to

[0.9.8k/win7/VC9] Compilation problem

2009-04-06 Thread Kein
Good Ping, Openssl-users openssl-us...@openssl.org. Can't build 0.9.8k under windows 7. Use MSVS 2008 Here is the logs: [MASM] Configuration: http://www.everfall.com/paste/id.php?g9w100z4ofjq Compilation: http://www.everfall.com/paste/id.php?m5kycubuj0z5 [No asm] Configuration: http://www.ev