Re: [openssl-users] JAR file of openssl source code.

2015-04-02 Thread Kyle Hamilton
OpenSSL is written in C. It is distributed as a .tar.gz file, not a .jar file. 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. tar.gz is a tar archive file (tar being the 'tape archive' program of UNI

Re: [openssl-users] JAR file of openssl source code.

2015-03-23 Thread Niraj Sorathiya
Thanks Jakob. On 23-Mar-2015 11:58 AM, "Jakob Bohm" wrote: > The most common Java interface for openssl is to use an > openssllibrary wrapper as the JNI backend behind the > Java CryptographyExtensions (JCE). For instance this > is how Android implements JCE. > > Curiously Android returns the OI

Re: [openssl-users] JAR file of openssl source code.

2015-03-22 Thread Jakob Bohm
The most common Java interface for openssl is to use an openssllibrary wrapper as the JNI backend behind the Java CryptographyExtensions (JCE). For instance this is how Android implements JCE. Curiously Android returns the OID from the JCE name() method, and then end up having to add alias names

Re: [openssl-users] JAR file of openssl source code.

2015-03-22 Thread Niraj Sorathiya
Hi, I was trying to use openssl with java that's why I asked about jar file for it. I know source code is available in c. Thanks, Niraj. On 23-Mar-2015 1:23 AM, "pl" wrote: > On 22/03/2015 19:29, Niraj Sorathiya wrote: > > Hi, > > Thanks Matt and jar file of openssl source code is available

Re: [openssl-users] JAR file of openssl source code.

2015-03-22 Thread pl
On 22/03/2015 19:29, Niraj Sorathiya wrote: Hi, Thanks Matt and jar file of openssl source code is available ? I searched a lot but didn't get. Regards, Niraj. On 22-Mar-2015 8:01 PM, "Matt Caswell" > wrote: On 22/03/15 04:14, Niraj Sorathiya wrote: > Hi

Re: [openssl-users] JAR file of openssl source code.

2015-03-22 Thread h15234
On Sun, Mar 22, 2015, at 12:20 PM, ag@gmail wrote: > RTFM. > > -Amarendra Is it really so hard to keep it civil, and not go out of your way to be a jerk? If you don't like the OPs question, don't bother with it. ___ openssl-users mailing list To uns

Re: [openssl-users] JAR file of openssl source code.

2015-03-22 Thread ag@gmail
RTFM. -Amarendra -- sent via 100% recycled electrons from my mobile command center. > On Mar 22, 2015, at 11:29 AM, Niraj Sorathiya > wrote: > > Hi, > > Thanks Matt and jar file of openssl source code is available ? > I searched a lot but didn't get. > > Regards, > Niraj. > >> On 22-Mar

[openssl-users] JAR file of openssl source code.

2015-03-22 Thread Niraj Sorathiya
Hi, Thanks Matt and jar file of openssl source code is available ? I searched a lot but didn't get. Regards, Niraj. On 22-Mar-2015 8:01 PM, "Matt Caswell" wrote: > > > On 22/03/15 04:14, Niraj Sorathiya wrote: > > Hi, > > > > Can anyone tell me starting point or location of main method in ope