mturk 2005/06/07 02:13:22
Modified:jni/native/include ssl_private.h
jni/native/src sslcontext.c sslutils.c
Log:
Remove all pass: and exec: pipe handling.
This is not the responsibility of native, but rather the Java that
uses the API. Higher level API has to prov
mturk 2005/06/07 01:15:32
Modified:jni/native/include ssl_private.h
jni/native/src sslcontext.c sslutils.c
Log:
Implement password handling.
The supplied password can be "pass:real_password" or
"exec:path_to_the executable"
Revision ChangesPath
1.16
mturk 2005/06/02 04:07:07
Modified:jni/native/include ssl_private.h
jni/native/src sslcontext.c sslutils.c
Log:
Implement Client Authentication verify callback and CA initialization.
Revision ChangesPath
1.11 +12 -1
jakarta-tomcat-connectors/jni
mturk 2005/06/01 08:20:14
Modified:jni/native/include ssl_private.h
jni/native/src sslcontext.c sslutils.c
Log:
Handle the Temporary RSA Keys and DH Params.
Revision ChangesPath
1.9 +15 -2
jakarta-tomcat-connectors/jni/native/include/ssl_privat
mturk 2005/06/01 04:22:16
Modified:jni/native/src sslcontext.c sslutils.c
Log:
Do not set 'stdin' as default BIO for password promt. Use conio for
WIN32 (curses will be added for posix).
Revision ChangesPath
1.8 +1 -11 jakarta-tomcat-connectors/jni/native/sr
mturk 2005/06/01 02:05:08
Modified:jni/native/include ssl_private.h
jni/native/src sslcontext.c sslutils.c
Log:
Rename BIO struct members and strip any CRLF from the prompted password.
Revision ChangesPath
1.7 +3 -3
jakarta-tomcat-connectors/j