Re: Openssl for Java application

2008-06-02 Thread Larry Bugbee
So, I hope that I will get sufficient information from you on how to integrate OpenSSL into my Java application. You might find it a lot easier if you were to use Bouncy Castle. http://www.bouncycastle.org/

Re: Openssl for Java application

2008-06-02 Thread Julius Davies
Hi, Khoo Wei Hiong, What are you trying to do exactly? If you're doing password-based encryption/decryption with symmetric keys (e.g. AES, 3DES with "openssl enc" on command-line), then the not-yet-commons-ssl java library will help you interop with OpenSSL: http://juliusdavies.ca/commons-ssl/

Re: Openssl for Java application

2008-06-02 Thread Mehdi Asgari
http://noc.kpnw.org/~scott/ http://www.bpsinfo.com/javassl/ http://sponsor.iti.informatik.tu-darmstadt.de/itissl/

Openssl for Java application

2008-06-02 Thread Khoo Wei Hiong
This is my first time to use OpenSSL. I have wrote once to ask for help but no reply. I would like to write OpenSSL-enabled code in my Java application, but I have no idea where to start from. What I have explored is that OpenSSL is meant for C or I might be wrong. So, I hope that I will get suff

OpenSSL for Java

2003-09-26 Thread Dann Daggett
Thank you to everyone for their suggestions, I will check those out. Best, Dann __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated Li

Re: OpenSSL for Java

2003-09-26 Thread Stefan Krabbe
Hi Dann. Dann wrote: >I can use Java, Delphi, or VB to write the client app in. >Are there quality ports of openssl libs available for >any or all of these languages? I am only a novice with regards to SSL, but I think I can give you some hints. 1a) If you want to use java to implement your SSL

Re: OpenSSL for Java

2003-09-26 Thread QM
: [snip] : can use Java, Delphi, or VB to write the client app in. Are there quality : ports of openssl libs available for any or all of these languages? If your client will simply communicate with the server over an SSL-encrypted network socket, chances are you won't have to use a "port of openss

OpenSSL for Java

2003-09-26 Thread Dann Daggett
Greetings All, I'm getting ready to develop a client/server app that will use OpenSSL. The server will be C on Linux but I'm still open on the Windows client app. I can use Java, Delphi, or VB to write the client app in. Are there quality ports of openssl libs available for any or all of these lan

Re: OpenSSL for Java??????

2000-11-24 Thread Soul Fire
Yep ... it's called pureTLS and you can pickit up from http://www.rtfm.com/puretls luck -Original Message- From:Mads Rasmussen [EMAIL PROTECTED] Sent:Fri, 24 Nov 2000 14:36:31 -0300 To: [EMAIL PROTECTED] Subject: OpenSSL for Java?? Hi there, Any effort is

OpenSSL for Java??????

2000-11-24 Thread Mads Rasmussen
Hi there, Any effort is being put into creating a openSSL for Java? RSA security has a Java product for SSL, anyone knows of a opensource product? I know of cryptix, but this is not for SSL as far as I know. Regards, Mads Rasmussen / Ci&T Systems www.cit.co

openSSL for java

1999-06-08 Thread Anonymous
1. Is there a plan to port openSSL to the Java platform? 2. Do you know of anyone who has taken the current openSSL and implemet HTTPS in Java? Thanks. RK __ OpenSSL Project http://www.openssl.or