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/
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/
http://noc.kpnw.org/~scott/
http://www.bpsinfo.com/javassl/
http://sponsor.iti.informatik.tu-darmstadt.de/itissl/
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
: [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
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 being put