Safety of using OpenSSL from multiple components in the one process

2005-08-03 Thread Steven Reddie
Hi All, This is something that I think I've raised before but don't remember getting resolution on. OpenSSL maintains various global variables and structures, and there are cleanup functions that must be used to properly release the resources when finished. One example is the OID

RE: Safety of using OpenSSL from multiple components in the one process

2005-08-03 Thread Peter Waltenberg
respond to openssl-dev To openssl-dev@openssl.org cc Subject RE: Safety of using OpenSSL from multiple components in the one process Hi Peter, There is a requirement in my case for the OpenSSL API to be accessible to several components. In your case was your higher level component

RE: Safety of using OpenSSL from multiple components in the one process

2005-08-03 Thread Steven Reddie
enSSL core developers agree on the solution. Regards, Steven From: Peter Waltenberg [mailto:[EMAIL PROTECTED] Sent: Thursday, 4 August 2005 8:09 AMTo: openssl-dev@openssl.orgCc: [EMAIL PROTECTED]Subject: RE: Safety of using OpenSSL from multiple components in the one process We created new en

RE: Safety of using OpenSSL from multiple components in the one process

2005-08-03 Thread Peter Waltenberg
Waltenberg/Australia/[EMAIL PROTECTED], openssl-dev@openssl.org cc Subject RE: Safety of using OpenSSL from multiple components in the one process Ah, the namespacing issue we've discussed previously. The module that I manage at CA is a higher-level library that adds a similar