In message <[EMAIL PROTECTED]> on 
Fri, 11 Oct 2002 15:02:07 +0200, "Frederic DONNAT" <[EMAIL PROTECTED]> said:

frederic.donnat> As far as i can see some method like
frederic.donnat> "RSA_generate_key()" are not available in
frederic.donnat> "RSA_Method" structure, but RSA key generation can be
frederic.donnat> provide by hardaware even if key is not stored on it
frederic.donnat> (for example).

Currently, when it comes to keys, the ENGINE framework only supports
reading.  It expects writing and generation of keys to be done outside
of OpenSSL.  The reason for this was primarly that generating keys is
done quite differently from one hardware vendor to another, and some
don't have a supported API for it at all.

This may change, however.  I'm currently pondering the best way to do
that kind of stuff, and am willing to discuss it on openssl-dev.

Please understand that such a change wouldn't appear before 0.9.8.

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-168 35  BROMMA  \ T: +46-8-26 52 47
                    \      SWEDEN       \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to