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
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
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
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
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
TECTED]
Sent by:cc:
owner-openssl-users@Subject: Re: Compilation problem
using OpenSSL wi
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
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
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