Re: RE : using DES hardware with openssl

2004-07-02 Thread Michal Ludvig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ioannis Liverezas told me that: > I 've studied the engine API and the zencod code and I began coding > using zencod as an example. > I 'm not sure if this is the way that things work, but if I 'm right, > each time the engine needs for example > to e

RE : RE : using DES hardware with openssl

2004-06-29 Thread Frédéric Donnat
annis Liverezas [mailto:[EMAIL PROTECTED] Envoyé : mardi 29 juin 2004 15:45 À : Frédéric Donnat; [EMAIL PROTECTED] Objet : RE : using DES hardware with openssl Thanx to all for your help. I 've studied the engine API and the zencod code and I began coding using zencod as an example. I '

RE : using DES hardware with openssl

2004-06-29 Thread Ioannis Liverezas
Thanx to all for your help. I 've studied the engine API and the zencod code and I began coding using zencod as an example. I 'm not sure if this is the way that things work, but if I 'm right, each time the engine needs for example to encrypt or decrypt a data buffer, it has to open and close th

RE : using DES hardware with openssl

2004-06-25 Thread Frédéric Donnat
D] De la part de Ioannis Liverezas Envoyé : vendredi 25 juin 2004 12:11 À : [EMAIL PROTECTED] Objet : using DES hardware with openssl Hi everybody. I want to use a DES ECB/CBC encryption/decryption hardware with openssl. I 've already built a linux driver that writes to and reads from the d

Re: using DES hardware with openssl

2004-06-25 Thread Dr. Stephen Henson
On Fri, Jun 25, 2004, Ioannis Liverezas wrote: > Hi everybody. > > I want to use a DES ECB/CBC encryption/decryption hardware with openssl. > I 've already built a linux driver that writes to and reads from the device, > and also provides device control, such as setting the keys, ecb or cbc mode,

using DES hardware with openssl

2004-06-25 Thread Ioannis Liverezas
Hi everybody. I want to use a DES ECB/CBC encryption/decryption hardware with openssl. I 've already built a linux driver that writes to and reads from the device, and also provides device control, such as setting the keys, ecb or cbc mode, initialization vector for cbc. The driver is tested and wo