RE: simple question about OpenSSL and HTTP

2001-09-06 Thread MARS.LIN
TED]] Sent: Thursday, September 06, 2001 5:06 PM To: [EMAIL PROTECTED] Subject: Re: simple question about OpenSSL and HTTP 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 in

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. __

[Question] BIO_get_close(), BIO_set_close()

2001-08-19 Thread MARS.LIN 林育德
Thanks for your kindly help! BIO_get_close() and BIO_set_close() macros are dealing with the "shutdown" field in BIO structure, but there aren't any example or function calling these two functions. Here are the questions, What's the shutdown field meaning? And when is it used? May I treat it

RE: PKCS#7 enveloped message problem

2001-08-02 Thread MARS.LIN 林育德
have u rand the seed with RAND_seed() ? Mars Lin -Original Message- From: long.chiang [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 02, 2001 11:58 AM To: [EMAIL PROTECTED] Subject: PKCS#7 enveloped message problem Hi, I am using pkcs7/enc.c for creating a PKCS#7 envepoed message.

RSA encryption and decryption problem.....

2001-07-27 Thread MARS.LIN 林育德
Dear Mr., Thanks for your time reading this. I use the crypto library in openssl-0.9.6b.tar.gz, and configure into VC-WIN32. After setting up and compling, every thing works fine with the XXXtest.exe in out32dll directory. Then I try to use the file demos\eay\loadrsa.c and it works. I try to us