How to write multithreaded program with OpenSSL? A problem with OpenSSL_add_all_algorithms

2006-01-11 Thread
Hi, everybody I meet a problem. I write a COM DLL using in the web server. This dll uses some functions in openssl. When I use this dll in a VB program, it works fine. But when I put it in the web server's compnet service, and while the clients connet to the server, an asp will create a object

Re: RSA encryption and decryption question

2005-12-24 Thread
The length of ciphertext is not longer than the public key's length. If your public key is 1024bit, the length of ciphertext is 128 bytes. 2005/12/24, jimmy [EMAIL PROTECTED]: Arsen Hayrapetyan wrote: Hello, I have the following question: unsigned char *plaintext = Test message;

Re: problems using v0.98a and 0.9.7i

2005-12-22 Thread
You got the command not found because you didn't put it in the Path enviroment parameter. 2005/12/22, pelusa vali [EMAIL PROTECTED]: hi everyboy, i'm new in openssl. i'm trying to create an ap over linux and add security using wpa2 eap-tls. i use debian sarge kernel 2.6.13 and want to use

A problem using a COM dll built with libeay32.dll

2005-12-21 Thread
Hi, everyone: I have a problem. The situation is like this-- I built a project with VC, and the project is a ATL COM project. I built it with libeay32.lib which I added in the project settings-link , and the code generation I chose Multithreaded DLL. The COM dll was sucessfully built.

Re: A problem using a COM dll built with libeay32.dll

2005-12-21 Thread
I think it is not my COM has problems to access to the private key because it works normally in most time of the day. I will use your method to print the log to check if there were some problems in parameters. 2005/12/21, Pablo J Royo [EMAIL PROTECTED]: If it works with VB, and if you have the