<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <!--<meta name="viewport" content="width=device-width, initial-scale=1" />-->
        <title>How to use RSA certificate and ECC certificate simutaneously</title>
        <style>
        </style>
    </head>
    <body>
        <div id="vivoContainer" >
            <div id="vivoBody"><br>
<br>
Hi,<br>
<br>
 Dose anyone know how to use RSA and ECC certificate simultaneously in one server?<br>
<br>
The idea is to install both RSA and ECC certificates, to use which certificate, I think it depends on the cipher requested by client.<br>
<br>
And I know the cipher list is included in client hello message, but that's a part of handshake which happens in SSL_accept().<br>
<br>
Then how I know the cipher request from client?<br>
<br>
It would be very appreciated if anyone can help me.<br>
<br>
Thanks,<br>
Jane Mao </div>
            <div id="vivoSign" style="margin-top: 1em;"></div>
        </div>
    </body>
</html>