<p dir="ltr">Thanks Jakob.</p>
<div class="gmail_quote">On 23-Mar-2015 11:58 AM, "Jakob Bohm" <<a href="mailto:jb-openssl@wisemo.com">jb-openssl@wisemo.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The most common Java interface for openssl is to use an<br>
openssllibrary wrapper as the JNI backend behind the<br>
Java CryptographyExtensions (JCE).  For instance this<br>
is how Android implements JCE.<br>
<br>
Curiously Android returns the OID from the JCE name()<br>
method, and then end up having to add alias names such<br>
as"1.3.14.3.2.26with1.2.840.<u></u>113549.1.1.1"=<br>
"1.3.14.3.2.29" wherethey should have been processing<br>
"sha1WithRsaEncryption" whichis already the name of<br>
"1.3.14.2.2.29"<br>
<br>
On 23/03/2015 06:31, Niraj Sorathiya wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Hi,<br>
<br>
I was trying to  use openssl with java that's why I asked about jar file for it.<br>
<br>
I know source code is available in c.<br>
<br>
Thanks,<br>
Niraj.<br>
<br>
On 23-Mar-2015 1:23 AM, "pl" <<a href="mailto:pl@artisanlogiciel.net" target="_blank">pl@artisanlogiciel.net</a> <mailto:<a href="mailto:pl@artisanlogiciel.net" target="_blank">pl@artisanlogiciel.net</a><u></u>>> wrote:<br>
<br>
    On 22/03/2015 19:29, Niraj Sorathiya wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
    Hi,<br>
<br>
    Thanks Matt and  jar file of openssl source code is available  ?<br>
    I searched a lot but didn't get.<br>
<br>
    Regards,<br>
    Niraj.<br>
<br>
    On 22-Mar-2015 8:01 PM, "Matt Caswell" <<a href="mailto:matt@openssl.org" target="_blank">matt@openssl.org</a><br>
    <mailto:<a href="mailto:matt@openssl.org" target="_blank">matt@openssl.org</a>>> wrote:<br>
<br>
<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<br>
        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>
</blockquote>
    <a href="http://wiki.openssl.org/index.php/Compilation_and_Installation#Retrieve_source_code" target="_blank">http://wiki.openssl.org/index.<u></u>php/Compilation_and_<u></u>Installation#Retrieve_source_<u></u>code</a><br>
<br>
    It is a git clone, not a jar since jar are mostly for java based<br>
    projects, openssl is C code.<br>
<br>
</blockquote>
Actually, it is a .tar.gz file unless working with bleeding<br>
edge stuff.<br>
<br>
The .tar.gz is signed with gpg not PKCS#7 like jar files.<br>
<br>
<br>
Enjoy<br>
<br>
Jakob<br>
-- <br>
Jakob Bohm, CIO, Partner, WiseMo A/S.  <a href="http://www.wisemo.com" target="_blank">http://www.wisemo.com</a><br>
Transformervej 29, 2860 Søborg, Denmark.  Direct +45 31 13 16 10<br>
This public discussion message is non-binding and may contain errors.<br>
WiseMo - Remote Service Management for PCs, Phones and Embedded<br>
<br>
______________________________<u></u>_________________<br>
openssl-users mailing list<br>
To unsubscribe: <a href="https://mta.openssl.org/mailman/listinfo/openssl-users" target="_blank">https://mta.openssl.org/<u></u>mailman/listinfo/openssl-users</a><br>
</blockquote></div>