Richard Levitte - VMS Whacker wrote:
> 
> 
> Anyone, the above is thoughts about what can be done with OpenSSL to
> connect the objects with their locks, making them single protected
> areas instead of protected in group.  Should we take such a thing in
> consideration?  Other comments?
> 

Well we could handle both systems where a global lock type and a per
structure lock id is made available to the underlying callback. Then if
the application wants to do things as now it can just ignore the per
structure parameter and use the type. In either case the structure and
type would be useful as debugging parameters.

We could also extend the callback mechanism so we also have create and
destroy operations. Again if something wishes to keep the current system
it could have these do nothing.

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
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to