> From: owner-openssl-us...@openssl.org On Behalf Of tera tellence
> Sent: Wednesday, 20 April, 2011 09:15
> I am trying in vain to find out why the AES decrypt won't work here.
> I have found where exactly is the problem and now looking for
> some wise-crack to help me
Hi All,
I am trying in vain to find out why the AES decrypt won't work here.
I have found where exactly is the problem and now looking for some
wise-crack to help me solve it.
Here is the code that I tested with(from various posts here):
#include
#include
#include
#include
On Tue, Sep 29, 2009 at 7:22 AM, Mark H. Wood wrote:
> On Mon, Sep 28, 2009 at 01:54:57PM -0700, Kyle Hamilton wrote:
>> OpenSSL uses the operating system to get entropy. If AMD wants Linux
>> to support its on-chip random number generator, it needs to write a
>> driver that replaces /dev/random
On Mon, Sep 28, 2009 at 01:54:57PM -0700, Kyle Hamilton wrote:
> OpenSSL uses the operating system to get entropy. If AMD wants Linux
> to support its on-chip random number generator, it needs to write a
> driver that replaces /dev/random and /dev/urandom.
...or feeds into them.
Sufficient b
Hi,
> Hi,
>
> Since we are on the subject of hardware enhanced cryptography, does the
> HiFn chips used in the Soekris devices, have support in openssl?.
yes - for some time now. i happen to have a vpn1401 next to me which I used in
a FreeBSD box
alan
___
,
The AMD Geode LX800 CPU has an on-chip AES 128-bit crypto
accelerations block and a true random number generator, but OpenSSL
is not using it.
Please see the below link for test reports and openssl outputs
http://debian.pastebin.com/faeff2a3
Is there anybody that know what is going on here?
strategic positioning that AMD is not.)
-Kyle H
On Sep 27, 2009, at 11:05 AM, Jelle de Jong wrote:
Hello everybody,
The AMD Geode LX800 CPU has an on-chip AES 128-bit crypto
accelerations block and a true random number generator, but OpenSSL
is not using it.
Please see the below lin
On 09/27/09 22:36, Alan Buxey wrote:
The AMD Geode LX800 CPU has an on-chip AES 128-bit crypto accelerations
block and a true random number generator, but OpenSSL is not using it.
Please see the below link for test reports and openssl outputs
http://debian.pastebin.com/faeff2a3
Is there
Hi,
> Hello everybody,
>
> The AMD Geode LX800 CPU has an on-chip AES 128-bit crypto accelerations
> block and a true random number generator, but OpenSSL is not using it.
>
> Please see the below link for test reports and openssl outputs
> http://debian.pastebin.com/
Hello everybody,
The AMD Geode LX800 CPU has an on-chip AES 128-bit crypto accelerations
block and a true random number generator, but OpenSSL is not using it.
Please see the below link for test reports and openssl outputs
http://debian.pastebin.com/faeff2a3
Is there anybody that know what
Dudue Doo wrote:
I would like to implement a C++ program that will use openssl to encrypt
packets using AES 128 bit key.
However, the problem is that I live in the US. Does this mean that I
will be breaking the export control law if I put the program on a server
for others to download? I
I would like to implement a C++ program that will use openssl to encrypt
packets using AES 128 bit key.
However, the problem is that I live in the US. Does this mean that I will
be breaking the export control law if I put the program on a server for
others to download? I have look at
for my homepage I need a RC4 128bit certificate.
No you don't. :)
You are mixing concepts. You need a certificate (typically RSA, of 1K
or 2K bits). That keypair is used to exchange an RC4 session key, and
the RC4 key is 128bits.
You need to learn more about how SSL works.
/r$
--
Ric
Hello,
for my homepage I need a RC4 128bit certificate.
On http://www.openssl.org/docs/apps/CA.pl.html I get an instruction to
generate DSA CERTIFICATES (see below)
It works fine, but I get a 168Bit certificate. It must be a RC4 128bit
certificate.
Can anyone help me, please?
- - -
DSA CERTIFI
: Thursday, September 13, 2001 12:14 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: Crypt::SSLeay - problems connecting to 128 bit sites (not
56bit sites) Solaris 2.7 and openssl .96b, latest version of
Crypt::SSLeay
George Richman wrote:
>
> Support,
>
> Does Crypt::SSLeay sup
George Richman wrote:
>
> Support,
>
> Does Crypt::SSLeay support 128 bit encrypted sites??
>
> When I use lwp-request https://login.zeborg.com , it does not connect
> properly. I get a:
> ...
> Then when I try it against a lower bit encrypted site (56bit), it
Support,
Does Crypt::SSLeay support 128 bit encrypted sites??
When I use lwp-request https://login.zeborg.com , it does not connect
properly. I get a:
An Error Occurred
An Error Occurred
500 read failed:
Then when I try it against a lower bit encrypted site (56bit), it actually
works
I couldn't figure way to have my SSLclient retrieve
information from IIS 5.0 using
128-bit encryption.
The following is the core part of HTTPS client code:
RAND_seed(rnd_seed, sizeof(rnd_seed));
SSLeay_add_ssl_algorithms();
meth = SSLv23_client_method();
SSL_load_error_st
Hi, I was just curious.. when I sign a request and create a
certificate with the signing authority I created, does this create a 128
bit or 40 bit certificate? Is there any way to tell? I'm a bit confused
as I'm not sure if there's a relation to the fact that I used 1024
[EMAIL PROTECTED] wrote:
>
> I've got a web client using LWP working quite well.
> I've installed CryptSSLeay and Open SSL.
> I'm getting SSL access to secure sites at 40 bit without problems.
> I would like to connect to sites at 128 bit using the SSLv3 protocol.
I've got a web client using LWP working quite well.
I've installed CryptSSLeay and Open SSL.
I'm getting SSL access to secure sites at 40 bit without problems.
I would like to connect to sites at 128 bit using the SSLv3 protocol.
In this case I'm getting an error 403.5.
Where can I get 128 bit ssl? and how do
I install it on the SUN SOlaris 7 system
Thanks
Title: OT: TSL with more than 128 bit key size?
From: Greg Stark
To: [EMAIL PROTECTED]
Sent: Monday, January 15, 2001 2:28 PM
Subject: Re: TSL with more than 128 bit key size?
The security of TLS also rests on the security of
MD5 and SHA1 (used in HMAC) and these are hard-coded.
Greg
gang zhong wrote:
>
> Hi,
>
> I have a small program silimar to FTP running on Solaris 2.6 and Windows NT.
> IT was working fine
> until I replaced my 40-bit Verisign certificate with 128-bit global secure
> ID. I got the following error
> message:
> [Server]
> SSL
Hi,
I have a small program silimar to FTP running on Solaris 2.6 and Windows NT.
IT was working fine
until I replaced my 40-bit Verisign certificate with 128-bit global secure
ID. I got the following error
message:
[Server]
SSL_accept failed: error:14094412:SSL routines:SSL3_READ_BYTES:sslv3
Hello,
need help for generate key of 128-bit for securing server, key of 40-bit
gerenate OK
Thanks a lot in advance
David-Spain
__
OpenSSL Project http://www.openssl.org
User Support Mailing List
Olivier Reymann wrote:
> I want to certificate request with 128 bit keys in order to respect the law in
> France. Does anyone tried this ? if yes, how ?
I honestly don't think french law would require you to use 128-bit RSA
keys. The 128 bit keysize you are referring to is probably i
Hi,
Sure the browser exports all export ciphers in the client_hello. But only if
they have been enabled in the browser.
It would be an empty list if only strong(non-exportable) ciphers were enabled
and others (exportable) were disabled in the browser.
And I think that is the scenario vijay is hav
On Thu, 17 Feb 2000, Amit wrote:
> Hi,
> I think the problem lies with the browser. The browser seems to be an
> export version so strong encryption algorithms have been disabled. This
> means that in the client_hello the browser's list of available ciphers
> will be null and so the connection fa
Check your browser, it might be an older 'international' version and not
capable of handling 128 bit encryption.
vijay karthik wrote:
> Hi!
>
> I selected the "RC2/RC4 encryption with 128 bit key"
> cipher for SSL connection from my browser.
> I tried to
tool s_server in the debug mode and actually find out the cipher list that
the browser sends to the server.
:) Amit.
vijay karthik wrote:
> Hi!
>
> I selected the "RC2/RC4 encryption with 128 bit key"
> cipher for SSL connection from my browser.
> I tried to conne
$ errors..
A directory where this option is qnot set, all the browsers are happy
with.
I heared thet 4.x browsers allready able to communicate w 128 bit servers,
and even if i tried to patch msie to 128 bit it says that it is allready a
128 bit capable browser. What else, i know a site (128bit.eib.hu
ing gives you
only export strength cipher with a standard browser.
> can i create a certificate(128 bit) with RC4-MD5 chipher.
In principle you can. Read the file Globalid.txt of the mod_ssl
distribution (www.modssl.org). ATTENTION: mod_ssl is *not*
Apache-SSL, although both are using OpenSSL a
hi
i am using the latest versions of openssl and
apache-ssl.
It uses EXP-RC4-MD5 for creating a certificate (i
think, default). How can i create a certificate(128 bit) with RC4-MD5
chipher.
Also, where can i find detailed documentation about
OpenSSL?
Thanks.
Baris Sahin[EMAIL PROTECTED
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tue, 25 May 1999, geoffrey wrote:
[I'm running SuSE6.0 on intel with an apache 1.3.6 server. I built
[openssl-0.92, and when i do "make certificate", it builds one of only
[40-bit strength. Is there a makefile tweak that I need to
geoffrey <[EMAIL PROTECTED]>:
> I'm running SuSE6.0 on intel with an apache 1.3.6 server. I built
> openssl-0.92, and when i do "make certificate", it builds one of only
> 40-bit strength. [...]
There is no such thing as a "40-bit certificate". What you likely
mean is that when you use Netscape
I'm running SuSE6.0 on intel with an apache 1.3.6 server. I
built openssl-0.92, and when i do "make certificate", it
builds one of only 40-bit strength. Is there a makefile tweak
that I need to enable 128-bit certificate generation? I was
wo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
I'm running SuSE6.0 on intel with an apache 1.3.6 server. I built
openssl-0.92, and when i do "make certificate", it builds one of only
40-bit strength. Is there a makefile tweak that I need to enable 128-bit
certificate ge
In article <[EMAIL PROTECTED]> you wrote:
> Does openssl support 128 encryption? If so, how to
> turn it on? Thanks.
You don't have to turn anything on - OpenSSL supports 128 bit encryption per
default. All your application has to make sure is that the strong ciphers
aren&
Does openssl support 128 encryption? If so, how to
turn it on? Thanks.
Stan
_
Do You Yahoo!?
Free instant messaging and more at http://messenger.yahoo.com
__
OpenSSL Pr
40 matches
Mail list logo