HI,
     I need to select  different cipher for SSL on different conditions
. That is,sometimes I need a kind of  strong ciphere,sometimes I don't
need encryption at all.
     So I  try to add the following  statement  to    my  program(a  CGI

script) running on an APACHE+SSL server when I  just need  the weakest
cipher(no encryption):

                putenv("SSL_CIPHER=NULL-SHA");

   But ,after I  post  a request  in the browser calling that  script ,
the value of SSL_CIPHER  go back to the default value(EXP1024-RC4-SHA)
   I don't know where the SSL found that default value(EXP1024-RC4-SHA)
and how can I  make it  persist to be  NULL-CIPHER.
 Can you help me?

Sincerely

mqliu



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

Reply via email to