Wierd behavior with SSL Session cache stats - client side.

2001-09-06 Thread Louis LeBlanc
Quick question about session handling from the client side. Here's my scenario: I have a client connecting to a server. The session info is being saved with a structure associated with the server. Hypothetically speaking, it is possible for more than one thread to be connecting at the same time

error when trying to use private key

2001-09-06 Thread Cameron Watters -- List Subscriptions
When executing: ./openssl rsa -in www.server.com.key.bak -out www.server.com.key_new where www.server.com.key.bak is a copy of my private key, I am prompted for a pass phase (which is what should happen). When I enter the passphrase, however, I get the following error: When entered "correctly":

Better than Sex! Register your .Sex Domain! 58876

2001-09-06 Thread newtld
The latest domain name extension is here .SEX!!! It's the fresh ,new, exciting web address that is taking the world by storm. Who wants to be .com when you can now be .SEX Register your .SEX domain name today exclusively at: http://www.dotsex.com

Encrypt attached Documents using Certificate

2001-09-06 Thread Averroes
Hi All, I got my personal certificate and use it to sign my emails with netscape messenger or Outlook. It works fine (Sign and Encryption). My question is: If I send an email with attached documents, are these attached documents encrypted when they fly? And how can I check if they are encrypted

RE: Problem running cswift on Linux

2001-09-06 Thread lgazis
I haven't seen this particular error before, but I'd suggest contacting our tech support ([EMAIL PROTECTED]), and including information on the versions of OpenSSL, Apache, and CryptoSwift IK involved, just what load test is being run, and any errors that may appear in the Apache error log. Lynn G

Export Control

2001-09-06 Thread michael luch
Hello, I'm using openssl 0.96b (in the EU/ US) and have a question regarding ciphers and current export controls. When I create two peers and establish a connection the cipher seems to be EXP1024-RC4-SHA with the actual strength at 56 bits. This seems to be export constrained somehow in the

Re: Re: doubt regarding X509_verify_cert

2001-09-06 Thread Chandu
Hi all and Hello Dr. Henson, please find attached files: cacert.pem - trusted certificate cakey.pem - trusted certificate's private key. selfcert.pem - certificate signed by the given trusted certificate. The following is the output when we try to use openssl verify utility: $ openssl verify

Netscape Extension

2001-09-06 Thread Kiyoshi Watanabe
Dear all, Let me ask that if I omit to specify the nsCertType extension, the certificate can be used for keyEncippherment even I specify the digitalSignature only in keyUsage? Does anyone knows that Netscape recognizes the keyUsage bit and limits the usage of the certificate? Regards, Kiyoshi

Re: libssl.so: undefined symbol: sk_X509_NAME_value

2001-09-06 Thread Dr S N Henson
[EMAIL PROTECTED] wrote: > > I have, for two days, been banging my head on trying to install this > apache server with mod_ssl. I keep having problems. I have tried > absolutely everything I can think of to try to fix this. I have searched > all of the postings and tried their "solutions".

Re: libssl.so: undefined symbol: sk_X509_NAME_value

2001-09-06 Thread Ben Laurie
[EMAIL PROTECTED] wrote: > > I have, for two days, been banging my head on trying to install this > apache server with mod_ssl. I keep having problems. I have tried > absolutely everything I can think of to try to fix this. I have searched > all of the postings and tried their "solutions". No

Re: try to help me X509_get_version

2001-09-06 Thread Vadim Fedukovich
On Thu, 6 Sep 2001, Zulkiffli Mohd Nur wrote: > > hello. > > > > i have a problem how to read version and serial number from certificate. X509_get_version() will return a long that could be printed using %ld specification. > > just now i have a certificate. > > > > the code like this > > > >

perm to raw convertion

2001-09-06 Thread nagas
Hi all,         Is there a way to convert PEM keys to RAW keys or vice versa. Because i am facing compatibility problem between RSA-REF and cryptix..   thanks   -- Nagas

RE: simple question about OpenSSL and HTTP

2001-09-06 Thread MARS.LIN
Dear Sean, Thanks for your help! and there's another problem. is mod_ssl designed closely with apache? 'cause i don't use apache as httpd code. are there other alternate methods? very thanks, Mars -Original Message- From: Sean O'Riordain [mailto:[EMAIL PROTECTED]] Sent: Thursday, Septem

try to help me X509_get_version

2001-09-06 Thread Zulkiffli Mohd Nur
  hello.   i have a problem how to read version and serial number from certificate. just now i have a certificate.   the code like this   #include #include #include   main(){   X509 *x;   FILE *fp;   EVP_PKEY *  pkey;  long version;  char * s;        if ((fp=fopen("C:\\Cr

Re: simple question about OpenSSL and HTTP

2001-09-06 Thread Sean O'Riordain
Mars, have a look at http://www.modssl.org/ cheers, Sean MARS.LIN ªL¨|¼w wrote: > > I have a simple question about OpenSSL and HTTP > I try to enhance httpd codes into secure one, such as httpsd. > could i simply combine openssl library with httpd codes for that? > are there any different be

simple question about OpenSSL and HTTP

2001-09-06 Thread MARS.LIN 林育德
Hi folks, I have a simple question about OpenSSL and HTTP I try to enhance httpd codes into secure one, such as httpsd. could i simply combine openssl library with httpd codes for that? are there any different between http and https except for the ssl handshacking? best regards, Mars. __