Re: openssl and AES

2002-10-29 Thread Anbuchezhian Chelliah
Hi Sunita,     Checkout the news about what you have asked. I fear what you have asked is yet to be implemented in the next version 0.9.7 Regards, Anbu NEWS This file gives a brief overview of the major changes between each OpenSSL release. For more details please read the CHANGES file. Major

RE: An apache web proxy with client auth?

2002-10-24 Thread Anbuchezhian Chelliah
Hi ! Just one more but important directive is SSLProxyMachineCertificateFile Regards, Anbu --- Alon Philosoph <[EMAIL PROTECTED]> wrote: > Hi, > > As i see in the mod_ssl code (i haven't tried it > myself) when compiling with > SSL_EXPERIMENTAL_PROXY > there are several directives that can be u

Re: SSL reverse proxy + Client Cert auth

2002-08-18 Thread Anbuchezhian Chelliah
Hi Danny, I guess I understood your doubt. If not, please ignore this. There should be 'ca-bundle.crt' file in which you can put the third party's certificate and you could make a try. Rgds, Anbu --- Danny Kruitbosch <[EMAIL PROTECTED]> wrote: > Hi, > > We want to build the following situati

Proxy client certificate

2002-04-20 Thread Anbuchezhian Chelliah
Hello All, ** I am sorry to send you this mail again. If someone knows anything on this, please reply. Thanks a lot in advance **. I am trying to make a proxy server(apache 1.3.22 compiled after enabling SSL_EXPERIMENTAL) authenticate itself to a backend server(apache 1.3.19) which is in t

Passing proxy client certificate

2002-04-19 Thread Anbuchezhian Chelliah
Hello All, I am trying to make a proxy server(apache 1.3.22 compiled after enabling SSL_EXPERIMENTAL) authenticate itself to a backend server(apache 1.3.19) which is in the same machine (although in a real scenario the backend server will run on a different machine). Proxyserver listens at

SSLProxyxx directives

2002-04-18 Thread Anbuchezhian Chelliah
Hello All, I just want to know more about SSLProxyxxx directives( though they are experimental). The situation I am facing is like the one below: If there is a https connection from an apache proxy server -> backend server and if the backend server asks the apache proxy server to authenticate