<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Hi Pratyush,<br>
      <br>
      Had a quick search in the source, seems like "no-exp" doesn't
      change anything. OPENSSL_NO_EXP is defined(by opensslconf.h) when
      "no-exp" is specified with Configuration command, however, it is
      not used at all.<br>
      <br>
      Regards<br>
      Way<br>
      <br>
      On 17/07/15 03:19, pratyush parimal wrote:<br>
    </div>
    <blockquote
cite="mid:CALvRNOEM7MA4_G-zzpkA6kWHhGE9pnQe13FpF3Nc-fy=-yhaqQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hi everyone,
        <div><br>
        </div>
        <div>I am trying to disable the EXPORT ciphers in my OpenSSL
          code, during compile-time.</div>
        <div><br>
        </div>
        <div>I'm able to do so at runtime by including '!EXP' in the
          string I use with SSL_CTX_set_cipher_list(). However, I'm
          wondering is there an option (like 'no-rc5') that I can pass
          to Configure?</div>
        <div><br>
        </div>
        <div>./Configure --help says that I can use no-<cipher> to
          disable stuff, so I used no-exp, but I think that didn't work
          since the list of ciphers I get from SSL_get_ciphers() still
          includes EXP-... ciphers.</div>
        <div><br>
        </div>
        <div>So does anyone know of a way to compile them out?</div>
        <div><br>
        </div>
        <div>Thanks,</div>
        <div>Pratyush</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
openssl-users mailing list
To unsubscribe: <a class="moz-txt-link-freetext" href="https://mta.openssl.org/mailman/listinfo/openssl-users">https://mta.openssl.org/mailman/listinfo/openssl-users</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>