Re: license question

2006-09-04 Thread Ted Mittelstaedt
- Original Message - From: "David Schwartz" <[EMAIL PROTECTED]> To: Sent: Sunday, September 03, 2006 3:39 AM Subject: RE: license question > > > > These are EULAs. I'm talking about pure copyright licenses like the > > > OpenSSL, BSD, and GPL licenses. EULAs are agreements, you must ac

Re: app crash at call BIO_free

2006-09-04 Thread Frank Büttner
Marek Marcola schrieb: > Hello, >> When I call BIO_free() in my app after clean-up the SSL object the app >> will crash:( >> Any ideas? > If you use SSL_free() then read/write BIOs (created indirectly or > set by SSL_set_bio()) are freed. So if you call BIO_free() on such > BIO after SSL_free() the

X509_CRL_get_nextUpdate: How to get the CRL's next update time in seconds?

2006-09-04 Thread surendra.ande
Hi Team,   How can I get the next update time of CRL in no. of seconds?   The API of X509_CRL_get_nextUpdate(crl) returning value in different format. How do I convert that API's return value in to "seconds"? My aim is to obtain the next CRL update time in seonds.  How to achieve that?   C

Re: Securing passwords

2006-09-04 Thread Bernhard Froehlich
David Irvine wrote: Sorry of this mail is a bit off the line and discussed a thousand times. 'But' What's peoples opinions on beating keyloggers and does biometrics help at all, i.e if a fingerprint scanner gets logged then is this worse cause you cant really change your finger? Just looking fo

Securing passwords

2006-09-04 Thread David Irvine
Sorry of this mail is a bit off the line and discussed a thousand times. 'But' What's peoples opinions on beating keyloggers and does biometrics help at all, i.e if a fingerprint scanner gets logged then is this worse cause you cant really change your finger? Just looking for opinion - if I am no

Re: [EMAIL PROTECTED]: Apache : no restart]

2006-09-04 Thread Marek Marcola
Hello, > I owed upgrade Openssl 0.9.6b towards 0.9.6g. But now, apache refuses to > restart and me reference the following message: > "Starting httpd: Syntax error one line 93 of /etc/httpd/conf/httpd.conf: > Cannot load /etc/httpd/modules/libphp4.so into server: /usr/lib/libcurl.so.2: > und

[EMAIL PROTECTED]: Apache : no restart]

2006-09-04 Thread Lutz Jaenicke
Forwarded to openssl-users Best regards, Lutz - Forwarded message from masqued concomber <[EMAIL PROTECTED]> - X-Original-To: [EMAIL PROTECTED] X-Original-To: [EMAIL PROTECTED] Delivered-To: [EMAIL PROTECTED] X-Greylist: delayed 397 seconds by postgrey-1.27 at master.openssl.org;

Re: license question

2006-09-04 Thread Richard Koenning
David Schwartz wrote: To the extent that there is no affirmative act of agreement to the EULA, Microsoft will have a hard time enforcing it. I have seen laptops that, on first customer boot, require you to accept a Microsoft EULA. I think Microsoft would have hard time enforcing

RE: How to retrive the delta CRL location and revocation reason?

2006-09-04 Thread surendra.ande
Hi, Thank you for the information. I enabled the Freshest CRL extension in base CRL thru our LONGHORN server settings. Now I could get the Delta CRL's CDP succcessfully. Thanks a lot. Millions of Thanks for your help, -Surendra -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL P

Re: Build problem on HP Itanium 64 bit machine

2006-09-04 Thread Leif Thuresson
Hi, I think it is the libcrypto.so that is bad although the file command does not notice this. That least that what was happening to me. What I did was to create the shared libraries by running ld directly instead of using cc as a frontend (this is how shared libs was build for hpux in version

RE: Aes-256

2006-09-04 Thread Bhat, Jayalakshmi Manjunath
Hi, Thanks a lot for the timely help. Regards, Jaya -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marek Marcola Sent: Monday, September 04, 2006 4:51 PM To: openssl-users@openssl.org Subject: Re: Aes-256 Hello, > I want to test AES-256 encryp

Re: Aes-256

2006-09-04 Thread Marek Marcola
Hello, > I want to test AES-256 encryption and decryption. And also SH-512 > hashing functionality in > SSL. Pls can any one tell me how do I do it? If you want to check correctness of your implementation/OpenSSL API you may download FIPS-197 (for AES) and FIPS-180 (for SHA1/256/384/512) and

Aes-256

2006-09-04 Thread Bhat, Jayalakshmi Manjunath
Hi All, I want to test AES-256 encryption and decryption. And also SH-512 hashing functionality in SSL. Pls can any one tell me how do I do it? Thanks in adnavce. Jaya. __ OpenSSL Project

Problem with DER formatted file when downloaded thru HTTP

2006-09-04 Thread surendra.ande
Hi Team, I am seeing a problem with DER formatted file. I downloaded the DER formatted file (crl file) using a standard http client application. But I could not open that file and it is saying ""The file is invalid for use as the following: Certificate Revocation List" while trying to open it. B