suvvia ... strings e' uno stupidissimo comando (sotto unix) che estrae
le "stringhe" (null terminate) da un eseguibile
Quindi con "strings " si intende dai il comando
strings passandogli come argomento il nome con cui hai chiamato il netscape
(eseguibile) sul tuo sistema
R.
Massimo Ca
On Mon, 28 Jun 1999, Martin Kuba wrote:
> ...
> Thanks you all for help. I have found this link:
> http://www.columbia.edu/~ariel/good-certs/ns45/
> on www.openssl.org which leads to a page
> with certificates extracted from Netscape4.5
you can also try the attached perl script for exporting Net
Or you can just grab them here:
http://www.e-softinc.com/cacerts.txt
These are the certs we've grabbed as part of an SSL
survey that we are compiling. (Compiled from a variety of
sources, including Netscape 4.0, I believe)
Note the URL must be visited directly, it is not visible
by following an
Hallo,
Ups, sorry:
>You could try the folowing:
>1. load Netscape.exe in a editor capable of handling so big binary files.
>
>2. search for the string MIIC
Just search for the string MII.
There should be some non printable char in front of it.
>3. extract everything until the next unprintable c
At 17:27 25.06.99 +0200, you wrote:
Hallo,
>Goetz Babin-Ebell wrote:
>> At 10:01 24.06.99 +0200, you wrote:
>> >I know that major WWW browsers have a set of compiled-in
>> >certificates like Verisign, Thawte etc. I need the same
>> >for my application. Where can I find certificates
>> >for Verisi
EMAIL PROTECTED]]On Behalf Of Massimo Capodicasa
> Sent: Friday, June 25, 1999 5:27 PM
> To: [EMAIL PROTECTED]
> Subject: Re: certificates of major CAs
>
>
>
>
> Goetz Babin-Ebell wrote:
> >
> > At 10:01 24.06.99 +0200, you wrote:
> > >Hi,
> >
Goetz Babin-Ebell wrote:
>
> At 10:01 24.06.99 +0200, you wrote:
> >Hi,
> Hallo,
>
> >I know that major WWW browsers have a set of compiled-in
> >certificates like Verisign, Thawte etc. I need the same
> >for my application. Where can I find certificates
> >for Verisign, Thawte etc. ?
>
> You
At 10:01 24.06.99 +0200, you wrote:
>Hi,
Hallo,
>I know that major WWW browsers have a set of compiled-in
>certificates like Verisign, Thawte etc. I need the same
>for my application. Where can I find certificates
>for Verisign, Thawte etc. ?
You can extract the certificates from Netscape.
They
Hi,
I need to make a "https:" connection from my Java application.
I have found ITISSL package which wraps OpenSSL to Java.
I am able now to make a connection to my own server which
is signed by my own certification authority. But I need
to connect to other sites.
I know that major WWW browsers