Hy,
>thanks a lot. but i'm still confused of the cipher strength and
>key length. i always think 40-bit should be the key length of
>symmetric cipher algorithm and 512-bit is the key length of
>asymmetric cipher algorithm.
It's just.
>40-bit data encryption aglorithm
>is always
> I never got an answer so let's try again...
>
> Now that RSA released it's patent to the public, how do we compile
> openssl without RSARef ???
./configure
Unless you take steps to link against RSARef, you won't.
In fact, go delete the damned thing from your computer.
--
Brian Hatch
I never got an answer so let's try again...
Now that RSA released it's patent to the public, how do we compile
openssl without RSARef ???
TIA...
begin:vcard
adr;dom:;;;Lawrenceville;NJ;08648;
adr:;;2083 Lawreceville Road;Lawrenceville;NJ;08648;
n:Stella;Ricardo
tel;fax:1-609-219-4994
tel;work
> 40-bit is the cipher strength. The key length should be 512-bit.
> If you want IE to handle certificates with 1024-bit keys, you will need
to
> download the high encryption package (click on "update information" next
to
> cipher strength in that About dialog box).
thanks a lot. but i'm still
Hi,
> So, now finally my question: First, what encoding have certificate and private key
>have to have for working
> with the above command.
Both, the key and certificate _SHOULD_ be in PEM format
refer to http://www.openssl.org/docs/apps/pkcs12.html# for details.
Can you please tell, Which to
>> I think your IE does not have 1024-bit key. Please verify this by viewing
>> the Help->About dialog.
>
> thank you for your answer. I checked my IE version information, it only
> tell me like that:
> version: 5.00.2614.3500
> key length: 40-bit
>
> it doesn't show the key length of certificate.
> If I am using SSL 128 Bit Encryption considered "retail" encryption by the
> federal government?
> We desire to use it in an application where encrypted data is transported
> from a ASP in the USA to Mexico and back, however we are unsure
> of the legal
> implications can you please help or sen
> One idea is to write a multi-threaded SSL server where each thread
> handles a different connection and stores the data passed over by the
> client. Whether one server is sufficient depends on the time taken to
> establish an SSL session and transfer the data. The data size is about
> 10K and s
> I think your IE does not have 1024-bit key. Please verify this by viewing
> the Help->About dialog.
thank you for your answer. I checked my IE version information, it only
tell me like that:
version: 5.00.2614.3500
key length: 40-bit
it doesn't show the key length of certificate. how can i kn
I think your IE does not have 1024-bit key. Please verify this by viewing
the Help->About dialog.
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTE
i can't import certificate of more than 512 bits
into IE which is imported. does imported IE can't
process >512 bits certificate?
thanks a lot!!
__
OpenSSL Project http://www.openssl.org
User Suppo
>= Original Message From [EMAIL PROTECTED] =
> > I could use OpenSSL to decrypt this signed and encrypted message. Then
when I
> > verify the digital signature, OpenSSL told me that 'content and data
present'.
> > Is there anything wrong with my code?
> Can you send me a copy of the mess
Excuse me if this has already been posted but I couldn't find anything
in the mail archives. So here it goes.
I need to collect statistics from a bunch of client machines spread
geographically. The # of client machines could get large (almost 10
clients uploading data every sec) and the data nee
Questo indirizzo e' disabilitato. Per favore deregistratelo dal vostro
indirizzario o lista di discussione. Grazie.
This addres s is disabled. Please remove the address from your address book
or distribution list. Thanks.
SIB - Politecnico di Milano
[EMAIL PROTECTED]
__
- The following text is an automated response to your message -
I will be in London for the RiskMetrics client event until Monday 25th September.
Please contact [EMAIL PROTECTED] for urgent issues.
Thanks,
Alan Adkins
Sebastiano Di Paola wrote:
>
>
> Thanks for you answer ,
> I thought I had fixed my error thanks to the tip above given,
> but less changed.
> In the source code below I try to make 3 times the same operation.
> 3 different values are given as the result of the SHA1.
> I'm usign openssl 0.9.5.a
Dr S N Henson wrote:
>
> > size = i2d_PublicKey(pub, NULL);
> > pu = (unsigned char*)malloc((size+1) * sizeof(unsigned char));
> > i2d_PublicKey(pub, &pu);
>
> This is one problem: your use of i2d_PublicKey() is wrong. After this
> call 'pu' will actually point to garbage.
17 matches
Mail list logo