Found it..
openssl rsa -in c:\mykey.key -outform PEM -out c:\unencr.key
(I feel like I'm talking to myself...)
-Original Message-
From: Tom Schuring [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 16, 2000 2:37 PM
To: [EMAIL PROTECTED]
Subject: decrypting the private key
Hello,
Hello,
I generated a private key with:
openssl genrsa -des3 1024 > c:\mykey.key
It will ask me for a password. I enter "password" (high security eh ? :)
How do I get the unecrypted private key back ?
I tried:
openssl enc -d -in c:\mykey.key -out c:\unencr.key -des3
and enter
Dean Guenther wrote:
>
>
> unable to load 'random state'
> This means that the random number generator has not been seeded
> with much random data.
> Consider setting the RANDFILE environment variable to point at a file that
> 'random' data can be kept in (the file will be overwritten).
> CONNEC
Hi, This is Takahide Yoshida.
I have a same experience.So I know as the following.
1. Please check your Cryptographic Modules of Netscape and IE.
I think that it of Netscape is 56 Bit and it of IE is 40 Bit.
2. 40 Bit Cryptographic Modules of your IE is unable to import
cert of anoth
Hi, I'm having trouble using s_client from the openssl
package on hpux.
I compiled openssl on my linux box without any problem, and
when I say
openssl s_client -connect www.dceweb.it.wsu.edu:443
It runs perfectly fine.
Next, I try to do the same on my hpux box. I compiled it
(using hp
Hi. Sorry, this is maybe a little off-topic, but...
1. I created a cert using openssl
2. I installed in Navigator 4.75 w/o troubles.
3. I exported it from Navigator in .p12 format: everything's fine.
4. I tried to import it in IE 4.x., but I couldn't: something about "The
cert can not be imported
We sudents in engineering at Ecole
Nationale Superieure des Telecommunications-Paris- France
are working on a security project that need the
openssl library
we would like -if possible- to have the way how we
should do to install the openssl on Windows 98.using Visual
C++.
Regards
On Wed, Nov 15, 2000 at 01:40:51PM -0800, David Gomez Cid wrote:
> Hey ,
>
> I am trying to into my code, however, i haven't been able to compile even the
>simpliest code:
Indeed!
> c++ -L/usr/local/ssl/lib -lssl -lcrypto -I/usr/local/ssl/include main2.cpp -o test
>
> and all i get is...
>
>
Hey ,
I am trying to into my code, however, i haven't been able to compile even the
simpliest code:
//main.cpp
#include
//openssl includes
#include
#include
#include
#include
#include
#include
//#include "Socket.h"
int main(){
SSL *ptr = NULL;
SSL_CTX *ssl_ctx = NULL;
SSL_
Hello all,
I'm try to build an OpenSSL 0.9.6 with Borland C++ Builder 4 and it
fails. The problem is that compiler don't like type cast from
'something' to void. The output messages log file attached and also
put at the end of message.
If somebody have a solution (i'm sure it e
READY TO KNOW?
CONFIDENTIAL!
The SOFTWARE They Want BANNED In all 50 STATES.
Why? Because these secrets were never intended to reach your eyes...
Get the facts on anyuone!
Locate Missing Persons, find Lost Relatives, obtain Addresses
and Phone Numbers of ol
> >However each time I start the httpsd daemon, it always asks me for the
> >private
> >key. Is there any command option to save the private key?
>
> In scanning the posts, .. I am not sure anyone gave you the correct answer
> - if you need auto-start (which we always do here, .. I, for one, wo
Hi Everyone,
I met something wrong when I used s_client to
connect an HTTPS server.
I list the process as following:
# openssl s_client -connect
my.test.host:443 -ssl3
CONNECTED(0004)depth=0
...(omitted)
verify error:num=20:unable to get
local issuer certificateverify re
At 08:46 PM 11/14/00 -0500, you wrote:
>However each time I start the httpsd daemon, it always asks me for the
>private
>key. Is there any command option to save the private key?
In scanning the posts, .. I am not sure anyone gave you the correct answer
- if you need auto-start (which we alway
I have ran into the same problem, What I did is created the certs using des
instead of des3.
DW
-Original Message-
From: Villy Kruse [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 15, 2000 3:59 AM
To: [EMAIL PROTECTED]
Subject: Re: Always ask password when start Apache httpsd?
On
See http://www.modssl.org/docs/2.6/ssl_faq.html#remove-passphrase
steve
On Tue, 14 Nov 2000, Carl Ma wrote:
> Hello all,
>
>
> I am using Apache 1.3.14 with openssl-0.9.5a on Redhat 6.2(kernel 2.2.14-5.0).
> Everything works fine and I create my key file with CA.pl after inputting the
> pri
16 matches
Mail list logo