SSL Performance monitoring and SSL unaware Application enabling Strategy

2002-09-21 Thread Scott Harris
Hi All: I am looking for a commercial or open source tool for doing SSL performance analysis. Any body has used any tool or know of any? I am tasked to analyze SSL performance on different applications like People soft, Citrix, SQL, internet proxy, web logic running on Windows 2000, UNIX  and doing

help on ssl certificate path validation

2002-09-21 Thread Yuhua Wu
Title: help on ssl certificate path validation Could someone to give me a status summary on Openssl 9.7 client cert validation related to path validation? Thanks. Y. Wu

Re: [openssl.org #262] bug: init race in SSLv3_client_method

2002-09-21 Thread Patrick McCormick
> > However, the assignments are not atomic. The following unprotected > > operation: > > > > if (init) > > { > > memcpy((char *)&SSLv3_server_data,(char *)sslv3_base_method(), > > sizeof(SSL_METHOD)); > > SSLv3_server_data.ssl_accept=ssl3_accept; > >