RE: EVP_Decrypt function- AES cbc 128 bit mode- Input length?

2011-04-21 Thread Dave Thompson
> 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

EVP_Decrypt function- AES cbc 128 bit mode- Input length?

2011-04-20 Thread tera tellence
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

Re: Geode on-chip AES 128-bit crypto accelerations but OpenSSL doesn't use it

2009-09-29 Thread Kyle Hamilton
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

Re: Geode on-chip AES 128-bit crypto accelerations but OpenSSL doesn't use it

2009-09-29 Thread Mark H. Wood
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

Re: Geode on-chip AES 128-bit crypto accelerations but OpenSSL doesn't use it

2009-09-29 Thread Alan Buxey
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 ___

Re: Geode on-chip AES 128-bit crypto accelerations but OpenSSL doesn't use it

2009-09-29 Thread Nigel Sollars
, 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?

Re: Geode on-chip AES 128-bit crypto accelerations but OpenSSL doesn't use it

2009-09-28 Thread Kyle Hamilton
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

Re: Geode on-chip AES 128-bit crypto accelerations but OpenSSL doesn't use it

2009-09-28 Thread Jelle de Jong
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

Re: Geode on-chip AES 128-bit crypto accelerations but OpenSSL doesn't use it

2009-09-27 Thread Alan Buxey
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/

Geode on-chip AES 128-bit crypto accelerations but OpenSSL doesn't use it

2009-09-27 Thread Jelle de Jong
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

Re: (export control) AES 128 bit

2005-12-20 Thread William A. Rowe, Jr.
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

(export control) AES 128 bit

2005-12-20 Thread Dudue Doo
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

Re: need a RC4 128 bit certificate

2003-06-20 Thread Rich Salz
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

need a RC4 128 bit certificate

2003-06-20 Thread Andreas Bender
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

RE: Crypt::SSLeay - problems connecting to 128 bit sites (not 56bit sites) Solaris 2.7 and openssl .96b, latest version of Crypt::SSLeay

2001-09-14 Thread George Richman
: 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

Re: Crypt::SSLeay - problems connecting to 128 bit sites (not 56bit sites) Solaris 2.7 and openssl .96b, latest version of Crypt::SSLeay

2001-09-12 Thread Joshua Chamas
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

Crypt::SSLeay - problems connecting to 128 bit sites (not 56bit sites) Solaris 2.7 and openssl .96b, latest version of Crypt::SSLeay

2001-09-12 Thread George Richman
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

IIS 128-bit encryption

2001-09-10 Thread Yellow Light
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

128 bit or 40 bit

2001-07-17 Thread Mike Barrett
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

Re: [Crypt::SSLeay]problems access https 128 bit

2001-04-24 Thread Joshua Chamas
[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.

[Crypt::SSLeay]problems access https 128 bit

2001-04-19 Thread holger . keller
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.

128 Bit ssl

2001-03-07 Thread HIng Hung
Where  can I get 128 bit ssl? and how do I install it on the SUN SOlaris 7 system Thanks

Fw: TSL with more than 128 bit key size?

2001-01-16 Thread Unknown
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

Re: Problem with SSL_accept after change certificate from 40-bit to 128-bit

2000-12-06 Thread eric
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

Problem with SSL_accept after change certificate from 40-bit to 128-bit

2000-12-06 Thread gang zhong
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

how to generate 128-bit key please..

2000-06-25 Thread David Hoyos
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

Re: Generating a cert request with 128 bit keys

2000-05-10 Thread Oscar Jacobsson
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

Re: rc2 encryption with 128 bit key

2000-02-17 Thread Amit Chopra
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

Re: rc2 encryption with 128 bit key

2000-02-17 Thread Pluto
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

Re: rc2 encryption with 128 bit key

2000-02-17 Thread Patrick Dubois
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

Re: rc2 encryption with 128 bit key

2000-02-16 Thread Amit
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

40 bit - 128 bit trouble with ie

1999-10-25 Thread Ratkai Peter
$ 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

Re: 128 Bit

1999-10-19 Thread Holger Reif
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

128 Bit

1999-10-19 Thread Baris Sahin
  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

Re: building a 128-bit certificate

1999-05-25 Thread Emory Lundberg
-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

Re: building a 128-bit certificate

1999-05-25 Thread Bodo Moeller
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

Re: building a 128-bit certificate

1999-05-25 Thread Paul Rubin
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

building a 128-bit certificate

1999-05-25 Thread geoffrey
-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

Re: 128 bit encryption

1999-05-18 Thread Ralf S. Engelschall
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&

128 bit encryption

1999-05-17 Thread ncsa ncsa
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