Hi,
Try Eric Rescorla's SSL and TLS book - the appendix has some Java code.
Paul
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Tuesday, January 29, 2008 11:54 AM
To: [email protected]
Subject: Re: OPENSSL calls from java
Another possibility, if you absolutely must go through OpenSSL, is to set
up the OpenSSL side as some type of server and use some sort of
client/server model. This isn't entirely brain-dead -- I've been looking
at that as a way to put an airgap between the bulk of code that handles
code and the small piece that actually signs certificates.
If you just want to do crypto, a lot of people like
http://bouncycastle.org/. It can create and sign certificates, etc.
Bear
> You will have to use JNI to do that. But java has good ssl built-in
> support, you shouldn't do this
>
> On Jan 23, 2008 5:13 PM, tigerpaw <[EMAIL PROTECTED]> wrote:
>>
>> Hi
>> I am currently working on calling crypto library from Java program.
>> Since
>> the algorithms are already available in OpenSSL i presume i need to make
>> calls to the necessary methods.
>>
>>
>> Does anyone have an example of Java programs calling the Openssl
>> libraries ?
>>
>> Thanks
>> Sandesh
>> --
>> View this message in context:
>> http://www.nabble.com/OPENSSL-calls-from-java-tp15045566p15045566.html
>> Sent from the OpenSSL - Dev mailing list archive at Nabble.com.
>> ______________________________________________________________________
>> OpenSSL Project http://www.openssl.org
>> Development Mailing List [email protected]
>> Automated List Manager [EMAIL PROTECTED]
>>
> ______________________________________________________________________
> OpenSSL Project http://www.openssl.org
> Development Mailing List [email protected]
> Automated List Manager [EMAIL PROTECTED]
>
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [EMAIL PROTECTED]