Re: Problem using openssl

2010-11-26 Thread Jeffrey Walton
2010/11/22 Ing. Fabián Martínez Osorio : > Hi: > > I have a C++ program that uses the openssl library, and on some computers, I > got the message “La aplicación no se ha podido inicializar correctamente, > error 0xc0150002. Haga clic en aceptar para terminar la aplicación” Can > anyone help me with

Problem using openssl

2010-11-26 Thread Ing. Fabián Martínez Osorio
Hi: I have a C++ program that uses the openssl library, and on some computers, I got the message “La aplicación no se ha podido inicializar correctamente, error 0xc0150002. Haga clic en aceptar para terminar la aplicación” Can anyone help me with this error? Thank you very much in advance

Problem using OpenSSL with GMP

2007-09-07 Thread Martin Pare
Hi, I am very new at using OpenSSL, so bear with me please. We are using OpenSSL, and all is great. I have been saked to recompile our application to have OpenSSL use GMP to increase the performance. Seems simple enough. I have compiled GMP, I also have recompiled OpenSLL to use GMP with "-DO

Re: Problem using openssl S/MIME to send sign mail

2003-06-14 Thread Dr. Stephen Henson
On Sat, Jun 14, 2003, Jana Nguyen wrote: > Dr. Stephen, > > I've got openssl smime to work using Netscape cert. How do I fix the > problem that Netscape mail client can't recognize the sender that's sending > the sign mail? This is odd because specify the -from flag in the command. > Are yo

Re: Problem using openssl S/MIME to send sign mail

2003-06-14 Thread Jana Nguyen
Dr. Stephen, I've got openssl smime to work using Netscape cert. How do I fix the problem that Netscape mail client can't recognize the sender that's sending the sign mail? This is odd because specify the -from flag in the command. Thank you, Jana --On Saturday, June 07, 2003 2:18 AM +0200 "D

Re: Compilation problem using OpenSSL with STL

2002-07-27 Thread Frank Balluffi
TECTED] Sent by:cc: owner-openssl-users@Subject: Re: Compilation problem using OpenSSL wi

Re: Compilation problem using OpenSSL with STL

2002-07-26 Thread Federico Sauter
Hi Ed! There must be something wrong, since I am working with C++ also, using the STL and implementing templates on my own and have never got any of those errors. In the constructor of one of my classes I even use a STACK_OF() my own without any kind of trouble... Have you (succesfully) comp

Re: Problem using openssl 0.9.6 with openssh 2.3.0p1

2000-12-29 Thread Lutz Jaenicke
On Thu, Dec 28, 2000 at 02:10:09PM -0600, BRIERLY, KEVIN D (AIT) wrote: > Under normal circumstances ssh command work properly. When the system load > is high I start getting "Not enough entropy in RNG" back from ssh. > I looked at the source code and found that this message is triggered by > chec

Problem using openssl 0.9.6 with openssh 2.3.0p1

2000-12-28 Thread BRIERLY, KEVIN D (AIT)
Under normal circumstances ssh command work properly. When the system load is high I start getting "Not enough entropy in RNG" back from ssh. I looked at the source code and found that this message is triggered by checking the output of RAND_status from the openssl libraries. Has anyone else ran i