"Kenneth R. Robinette" wrote:
> 
> 
> One minor suggestion, it would appear to me that the app_data field
> in the RSA_METHOD  structure perhaps should be a void * instead
> of a char *.  If I understand everything correctly, I should be able to
> place a pointer to a private structure in this field and be able to pass
> application dependent data relating to the key such as Smart Card
> type, key id, etc.
> 

Yes it probably should, app_data is mainly there for historical reasons
though. ex_data (see manual pages) is the recommened way to attach
application specific data to RSA (and other) structures.

Steve.
-- 
Dr Stephen N. Henson.   http://www.drh-consultancy.demon.co.uk/
Personal Email: [EMAIL PROTECTED] 
Senior crypto engineer, Celo Communications: http://www.celocom.com/
Core developer of the   OpenSSL project: http://www.openssl.org/
Business Email: [EMAIL PROTECTED] PGP key: via homepage.

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

Reply via email to