mturk 2005/06/12 00:33:08
Modified:jni/java/org/apache/tomcat/jni SSL.java
jni/native/include ssl_private.h
jni/native/src ssl.c sslcontext.c sslutils.c
Added: jni/java/org/apache/tomcat/jni PasswordCallback.java
Log:
Change PasswordCallback in
mturk 2005/06/11 11:22:25
Modified:jni/native/src ssl.c sslcontext.c
Log:
Native part of changes in SSL.java and SSLContext.java
Revision ChangesPath
1.33 +9 -1 jakarta-tomcat-connectors/jni/native/src/ssl.c
Index: ssl.c
mturk 2005/06/11 00:03:45
Modified:jni/examples/org/apache/tomcat/jni SSLServer.java
jni/java/org/apache/tomcat/jni SSLSocket.java
jni/native/include ssl_private.h
jni/native/os/netware system.c
jni/native/os/unix system.c
jean-frederic clere wrote:
OK, I will create a SSLBIO.java/sslbio.c to go on testing/experimenting
using with the BIOCallback, the interest there is to use an hardware
accelator with openssl.
Please, can you give me a day to finish initial implementation.
Hardware accelerator is used by de
Mladen Turk wrote:
jean-frederic clere wrote:
It does not, because it should fit inside the APR standard socket
implementation. Having callbacks would actually make a thing way slower,
because we would have to call the native, and from the native call the
Java that would call back the native a
jean-frederic clere wrote:
It does not, because it should fit inside the APR standard socket
implementation. Having callbacks would actually make a thing way slower,
because we would have to call the native, and from the native call the
Java that would call back the native again.
Well we just
Mladen Turk wrote:
Bill Barker wrote:
I am not 100% happy with the code. Mladen already asked me to
rollback the changes.
It looked OK to me. Basically it's the APR implementation of
SSLEngine. Don't really see a problem.
It does not, because it should fit inside the APR standard soc
jfclere 2005/06/09 02:13:55
Modified:jni/examples/org/apache/tomcat/jni SSLServer.java
jni/java/org/apache/tomcat/jni BIOCallback.java SSL.java
SSLContext.java
jni/native/src ssl.c sslcontext.c
Log:
Undo my previous commit.
R
Bill Barker wrote:
I am not 100% happy with the code. Mladen already asked me to rollback
the changes.
It looked OK to me. Basically it's the APR implementation of SSLEngine.
Don't really see a problem.
It does not, because it should fit inside the APR standard socket
implementation. Ha
- Original Message -
From: "jean-frederic clere" <[EMAIL PROTECTED]>
To: "Tomcat Developers List"
Sent: Thursday, June 09, 2005 12:20 AM
Subject: Re: cvs commit: jakarta-tomcat-connectors/jni/native/src ssl.c
sslcontext.c
[EMAIL PROTECTED] wrote:
jfcle
jean-frederic clere wrote:
[EMAIL PROTECTED] wrote:
Log:
Change the BIOCallback interface to use write(byte[] buf) and
read(byte[] buf);
Add SSL_accept to do the client handshake.
Arrange the corresponding example.
+++ CUT +++
Hi,
I am not 100% happy with the code. Mladen alrea
[EMAIL PROTECTED] wrote:
jfclere 2005/06/08 09:52:58
Modified:jni/examples/org/apache/tomcat/jni SSLServer.java
jni/java/org/apache/tomcat/jni BIOCallback.java SSL.java
SSLContext.java
jni/native/src ssl.c sslcontext.c
Log:
Chan
jfclere 2005/06/08 09:52:58
Modified:jni/examples/org/apache/tomcat/jni SSLServer.java
jni/java/org/apache/tomcat/jni BIOCallback.java SSL.java
SSLContext.java
jni/native/src ssl.c sslcontext.c
Log:
Change the BIOCallback interfac
mturk 2005/06/07 04:05:07
Modified:jni/native/include ssl_private.h
jni/native/src ssl.c sslcontext.c sslutils.c
Log:
Add global password callback handle.
In case we set the callback BIO per context then it will be used to
allow multple passwords and keys per vho
mturk 2005/06/02 02:52:46
Modified:jni/java/org/apache/tomcat/jni SSL.java SSLContext.java
jni/native/src ssl.c sslcontext.c
Log:
Add functions for defining acceptable CA names.
Revision ChangesPath
1.8 +3 -1
jakarta-tomcat-connectors/jni/java
mturk 2005/06/02 00:44:39
Modified:jni/java/org/apache/tomcat/jni SSLContext.java
jni/native/include ssl_private.h
jni/native/src ssl.c sslcontext.c sslutils.c
Log:
Add more configuration directives to SSL Context.
Revision ChangesPath
1.9
mturk 2005/06/01 03:45:03
Modified:jni/native/include ssl_private.h
jni/native/src ssl.c sslcontext.c sslutils.c
Log:
Add reference counter to BIO handler, so that multiple context can
register the same BIO.
Revision ChangesPath
1.8 +6 -1
ja
mturk 2005/06/01 01:19:39
Modified:jni/java/org/apache/tomcat/jni SSLContext.java
jni/native/include ssl_private.h
jni/native/src ssl.c sslcontext.c sslutils.c
Log:
Add functions for setting error and password prompt BIO callbacks.
Revision Chang
18 matches
Mail list logo