<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 02/04/2017 04:00 PM, Schmicker, Robert wrote:<br>
    <blockquote
cite="mid:DM5PR02MB276327F77EFC3622CD013C3FA04E0@DM5PR02MB2763.namprd02.prod.outlook.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
      <div id="divtagdefaultwrapper"
style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;"
        dir="ltr">
        <p>Hello,</p>
        <p><br>
        </p>
        <p>Thanks to everyones help here I was able to insert a new
          cipher into OpenSSL. <br>
        </p>
        <p>However, for performance reasons I'd like to begin testing
          the speed of my cipher and</p>
        <p>compare to other already implemented ciphers. <br>
        </p>
        <p><br>
        </p>
        <p>I went ahead and started editing the ./apps/speed.c file to
          insert the new cipher but ran into some strange output....
          (See below).</p>
        <br>
      </div>
    </blockquote>
    <br>
    IIRC you are supposed to implement the EVP interface for your cipher
    and use the -evp flag to speed.<br>
    <br>
    -Ben<br>
  </body>
</html>