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

2015-03-23 Thread Niraj Sorathiya
returns the OID from the JCE name() method, and then end up having to add alias names such as1.3.14.3.2.26with1.2.840.113549.1.1.1= 1.3.14.3.2.29 wherethey should have been processing sha1WithRsaEncryption whichis already the name of 1.3.14.2.2.29 On 23/03/2015 06:31, Niraj Sorathiya wrote

[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 m...@openssl.org wrote: On 22/03/15 04:14, Niraj Sorathiya wrote: Hi, Can anyone tell me starting point or location of main method

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 p...@artisanlogiciel.net wrote: On 22/03/2015 19:29, Niraj Sorathiya wrote: Hi, Thanks Matt and jar file of openssl source

[openssl-users] Location of main function in openssl source code.

2015-03-21 Thread Niraj Sorathiya
Hi, Can anyone tell me starting point or location of main method in openssl source code which starts openssl command line toolkit ? Have a good day ! Thanks, Niraj. ___ openssl-users mailing list To unsubscribe:

RE: Adding new cipher to openssl.

2014-11-28 Thread Niraj Sorathiya
Good joke... I am referring to gost engine. Will be back soon..! Maybe he thinks that if he asks it often enough, the answer will magically change? -Original Message- From: owner-openssl-us...@openssl.org [mailto: owner-openssl-us...@openssl.org] On Behalf Of Salz, Rich Sent: Tuesday,

Adding new cipher to openssl.

2014-11-25 Thread Niraj Sorathiya
Hello everyone, Greetings for the day.. ! I was trying to add a new cipher to openssl so as to use it with the digital certificate, is it possible ? Thankyou. Regards, Niraj.

Digital Certificates

2014-11-23 Thread Niraj Sorathiya
Hi , Thankyou all and thankyou Stephen for giving me some hope for my idea :) But truly speaking I didn't get your steps. I don't know anything about Digital Certificates , but I have started working on this. I am referring books like openssl cookbook and network security with openssl by

Digital Certificates

2014-11-20 Thread Niraj Sorathiya
Hi, Thanks for your suggestion.. If, I want to use my own algorithm instead of rsa or sha1 in the digital certificates, is it possible ? if yes then how ? And it is like a learning exercise for me. Regards, Niraj. On 19-Nov-2014 9:28 PM, Salz, Rich rs...@akamai.com wrote: I have

Digital Certificates

2014-11-20 Thread Niraj Sorathiya
Hi, Any API or software tool can help me ? -Niraj On 20-Nov-2014 9:06 PM, Salz, Rich rs...@akamai.com wrote: If, I want to use my own algorithm instead of rsa or sha1 in the digital certificates, is it possible ? if yes then how ? I thought I answered this. It is hard work, it is not

Digital Certificates

2014-11-19 Thread Niraj Sorathiya
what do you mean by your question On Wed, Nov 19, 2014 at 9:02 AM, Niraj Sorathiya nirajsorathiya...@gmail.com wrote: Hello Everyone, Where we are executing these client.cc,server.cc,client.h,server.h,certificate.cpp files ? As i want to make my own Digital Certificate using my own

Re: sign problem

2014-11-18 Thread Niraj Sorathiya
Hello Everyone, Where we are executing these client.cc,server.cc,client.h,server.h,certificate.cpp files ? As i want to make my own Digital Certificate using my own algorithm i was not understanding where to execute these files. Thankyou. Regards, Niraj. On Wed, Nov 19, 2014 at 12:12 AM,

Regarding Digital Certificates.

2014-11-04 Thread Niraj Sorathiya
Hello, I wanted to create my own digital certificates using my own code for encryption. Can anyone tell me how we can do this? Or which software tools are used as IDE for writing our own code ? Regards, Niraj.