Re: New engines.

2004-08-11 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Tue, 10 Aug 2004 15:20:48 -0300, Roberto Gallo 
[EMAIL PROTECTED] said:

robertogallofilho I would like to develop a new engine with some
robertogallofilho crypto functions to with OpenSSL. Where can I get
robertogallofilho information about the API?

I'm afraid it's read the source, Luke!...

robertogallofilho Where should I start?

Look in demos/engines/rsaref/.  I wrote that demo in a specific
attempt to make it a fairly comprehensive example and possible
template.

I just found three stupid but innocious casts in rsaref.c, BTW.  I
just committed a correction.

-
Please consider sponsoring my work on free software.
See http://www.free.lp.se/sponsoring.html for details.

-- 
Richard Levitte [EMAIL PROTECTED]
http://richard.levitte.org/
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]


Re: New engines.

2004-08-11 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Tue, 10 Aug 2004 22:32:14 +0200 (CEST), Juan Segarra 
[EMAIL PROTECTED] said:

juan man 3 engine

Heh, I had forgotten...

-
Please consider sponsoring my work on free software.
See http://www.free.lp.se/sponsoring.html for details.

-- 
Richard Levitte [EMAIL PROTECTED]
http://richard.levitte.org/
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]


New engines.

2004-08-10 Thread Roberto Gallo



Hi,

I would like to develop a new engine with some 
crypto functions to with OpenSSL. Wherecan I getinformation about 
the API?
Where should I start?

Thank you,
Roberto Gallo
BEGIN:VCARD
VERSION:2.1
N:Gallo;Roberto;;Msc
FN:Roberto Gallo
NICKNAME:Gallo
ORG:kryptus Tecnologias Ltda.
TITLE:President
TEL;WORK;VOICE:+55 19 9167 9080
TEL;WORK;FAX:+55 19 3289 4377
ADR;WORK:;+55 19 3289 4377;R. Francisca Rezende Merciai, 112. Sala 6.;Campinas;São Paulo;13500-000;Brazil
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:+55 19 3289 4377=0D=0AR. Francisca Rezende Merciai, 112. Sala 6.=0D=0ACampin=
as, S=E3o Paulo 13500-000=0D=0ABrazil
URL;WORK:http://www.kryptus.com.br
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20040810T182048Z
END:VCARD


Re: New engines.

2004-08-10 Thread Juan Segarra
man 3 engine

---
Juan Segarra Montesinos
http://spisa.act.uji.es/~juan/

On Tue, 10 Aug 2004, Roberto Gallo wrote:

 Hi,

 I would like to develop a new engine with some crypto functions to with OpenSSL. 
 Where can I get information about the API?
 Where should I start?

 Thank you,
 Roberto Gallo

__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]


Re: New engines.

2004-08-10 Thread Igal Ore




Roberto Gallo wrote:

  
  
  
  Hi,
  
  I would like to develop a new
engine with some crypto functions to with OpenSSL. Wherecan I
getinformation about the API?
  Where should I start?
  
  Thank you,
  Roberto Gallo

look at crypto/engine directory . there several engines in there.

Take deep look at engine.h (definition of engine structure in eng_int.h
file)