<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello,<br>
    <br>
    I have two questions :<br>
    <ul>
      <li>I use OBJ_NAME_do_all_sorted() with  OBJ_NAME_TYPE_CIPHER_METH
        to get the list of supported cipher methods<br>
        Is there a difference between lowercase and uppercase names ?<br>
        I've noticed that some do not have uppercase name (ex.
        aes-128-ccm)<br>
        Is there a prefered name to use ?<br>
      </li>
      <li>In the case of GCM usage (with examples found in the OpenSSL
        wiki),<br>
        Is the specific control action to set the tag on decryption can
        be done at the beginning rather than juste before
        EVP_DecryptFinal_ex() ?</li>
    </ul>
    Thank you.<br>
    Kind regards,<br>
    Patrice.<br>
    <br>
  </body>
</html>