Re: rpath-ing openssl

2006-01-13 Thread Mike Frysinger
On Friday 13 January 2006 01:48, Lee Thompson wrote: I'd be interested in your thoughts on this approach. well your hardcoding of -Wl,-R/opt/assembly/lib in the linux-elf-rpath line certainly wont work ... -mike __ OpenSSL

Re: Loading CRL to Client

2006-01-13 Thread am0ykam0te (sent by Nabble.com)
I tried using these 3 code snippets but my client still accepts the server certificate I included in the CRL.BTW Im using OpenSSL 0.9.6h pStore = SSL_CTX_get_cert_store(ctx); pLookup = X509_STORE_add_lookup(pStore, X509_LOOKUP_file()); ret =

Re: rpath-ing openssl

2006-01-13 Thread Richard Levitte
Mike Frysinger writes: On Friday 13 January 2006 01:48, Lee Thompson wrote: I'd be interested in your thoughts on this approach. well your hardcoding of -Wl,-R/opt/assembly/lib in the linux-elf-rpath line certainly wont work ... I entirely agree with that, and I'm also a bit dubious about

Re: Loading CRL to Client

2006-01-13 Thread Rajeshwar Singh Jenwar
On 1/13/06, am0ykam0te (sent by Nabble.com) [EMAIL PROTECTED] wrote: my version of openssl does not have the constant flags you included.. (X509_V_FLAG_CRL_CHECK|X509_V_FLAG_CRL_CHECK_ALL).. View this message in context: Re: Loading CRL to ClientSent from the OpenSSL - Dev forum at

[openssl.org #1270] BN_get_negative != BN_is_negative

2006-01-13 Thread Love H�rnquist �strand via RT
Comment doesn't match macro. BN_get_negative != BN_is_negative From crypto/bn/bn.h, rev 1.113 /* BN_get_negative(): returns 1 if the bignum is 0 and 0 otherwise */ #define BN_is_negative(a) ((a)-neg != 0) Love __

Re: Loading CRL to Client

2006-01-13 Thread am0ykam0te (sent by Nabble.com)
My App wont compile because the constants(flags) are not declared in my version of OpenSSL . (0.9.6h) View this message in context: Re: Loading CRL to Client Sent from the OpenSSL - Dev forum at Nabble.com.

how to decrypt the encrypted data, which is encrypted by C Language library, on commandline.

2006-01-13 Thread Tomiyama Hajime
I tried to decrypt the encrypted texts, which is encrypted by C Language library, on commandline , but it didn't work well. Please tell me how I can decrypt the encrypted texts, encrypted by C Language library, on commandline. unsigned char outbuf[1024]; int outlen, tmplen;

how to decrypt the encrypted data, which is encrypted by CLanguage library, on commandline.

2006-01-13 Thread Tomiyama Hajime
I tried to decrypt the encrypted texts, which is encrypted by C Language library, on commandline , but it didn't work well. Please tell me how I can decrypt the encrypted texts, encrypted by C Language library, on commandline. unsigned char outbuf[1024]; int outlen, tmplen;

Re: Loading CRL to Client

2006-01-13 Thread Dr. Stephen Henson
On Fri, Jan 13, 2006, am0ykam0te (sent by Nabble.com) wrote: My App wont compile because the constants(flags) are not declared in my version of OpenSSL . (0.9.6h) CRL checking is not support in OpenSSL 0.9.6 you need 0.9.7 at least. This should also be in openssl-users. Steve. -- Dr

Re: rpath-ing openssl

2006-01-13 Thread Lee Thompson
The code certainly runs so is your issue a point of coding style? I figured the style was okay considering this comment in the INSTALL instructions. edit the Configure program and add the correct configuration for your system Works great on a gentoo box too btw. Could be useful for a

Re: rpath-ing openssl

2006-01-13 Thread Mike Frysinger
On Friday 13 January 2006 11:38, Lee Thompson wrote: The code certainly runs so is your issue a point of coding style? just because the path is correct on your machine has no relevance to anyone else, and forcing people to install into /opt/assembly/lib wont fly -mike

[openssl.org #1266] openssl prime 2

2006-01-13 Thread Nils Larsch via RT
should be fixed, please test a recent snapshot Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #1266] openssl prime 2

2006-01-13 Thread Nils Larsch via RT
should be fixed, please test a recent snapshot Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #1270] BN_get_negative != BN_is_negative

2006-01-13 Thread Nils Larsch via RT
fixed Thanks, Nils __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL