> You can, for example, test this with command:
>
> "while true; do echo R; done | openssl s_client -connect ssl_host:443"
>
> Maybe there should be added something like "renegotiation_rate" ?

        Real-world servers already do this. It's kind of redundant for OpenSSL 
to
do this as well because almost all applications also support non-SSL
connections. A renegotiation callback might not be a bad idea though, so
that applications can better track the load clients are placing.

        DS


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

Reply via email to