<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    OpenSSL is written in C.  It is distributed as a .tar.gz file, not a
    .jar file.<br>
    <br>
    jar is the format used by Java and certain Java Native Interface
    code, and is based on the zip file format. It's not generally to
    distribute C.<br>
    <br>
    tar.gz is a tar archive file (tar being the 'tape archive' program
    of UNIX and Linux), which has then been compressed with GNU gzip. 
    It can be opened on Windows using 7-Zip, WinRAR, or many other
    tools.  On GNU/Linux, it can be unpacked with `tar -xzvf
    openssl-versioncode.tar.gz`.  On other UNIXen, it can be opened
    (assuming GNU gzip has been installed) with `gzip -d
    openssl-versioncode.tar.gz | tar xvf -`.<br>
    <br>
    The code can be downloaded from <a class="moz-txt-link-freetext" href="https://www.openssl.org/source/">https://www.openssl.org/source/</a> .<br>
    <br>
    -Kyle H<br>
    <br>
    <div class="moz-cite-prefix">On 3/22/2015 11:29 AM, Niraj Sorathiya
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAFT0Dp0p+yePgGNUb5ZZGXFpY4DQZ3em0uPmuH_grpgx4m-K=g@mail.gmail.com"
      type="cite">
      <p dir="ltr">Hi, </p>
      <p dir="ltr">Thanks Matt and  jar file of openssl source code is
        available  ? <br>
        I searched a lot but didn't get.</p>
      <p dir="ltr">Regards,<br>
        Niraj. </p>
      <div class="gmail_quote">On 22-Mar-2015 8:01 PM, "Matt Caswell"
        <<a moz-do-not-send="true" href="mailto:matt@openssl.org">matt@openssl.org</a>>
        wrote:<br type="attribution">
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
          <br>
          On 22/03/15 04:14, Niraj Sorathiya wrote:<br>
          > Hi,<br>
          ><br>
          > Can anyone tell me starting point or location of main
          method in openssl<br>
          > source code which starts openssl command line toolkit ?<br>
          ><br>
          <br>
          Hi Niraj<br>
          <br>
          "main" is located in apps/openssl.c<br>
          <br>
          Matt<br>
          _______________________________________________<br>
          openssl-users mailing list<br>
          To unsubscribe: <a moz-do-not-send="true"
            href="https://mta.openssl.org/mailman/listinfo/openssl-users"
            target="_blank">https://mta.openssl.org/mailman/listinfo/openssl-users</a><br>
        </blockquote>
      </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>