+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
lic/workspace/apache-commons/daemon/dist/commons-daemon-20160410.jar
-Dtomcat-dbcp-src.jar=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps/tomcat-dbcp-src.jar
-Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps
-Dtest.excludePerformance=true
-Dhamcrest.jar=/srv/gump/packag
Author: rjung
Date: Sun Apr 10 08:22:33 2016
New Revision: 1738408
URL: http://svn.apache.org/viewvc?rev=1738408&view=rev
Log:
Support for OpenSSL 1.1.0:
- DH was made opaque.
Modified:
tomcat/native/trunk/native/src/ssl.c
Modified: tomcat/native/trunk/native/src/ssl.c
URL:
http://svn.apach
Apr 10 09:18:40 2016
@@ -193,6 +193,29 @@ static const jint supported_ssl_opts = 0
#endif
| 0;
+#if OPENSSL_VERSION_NUMBER < 0x1010L
+/* OpenSSL Pre-1.1.0 compatibility */
+/* Taken from OpenSSL 1.1.0 snapshot 20160410 */
+int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g)
+{
+
space/apache-commons/daemon/dist/bin/commons-daemon-20160410-native-src.tar.gz
-Dexamples.sources.skip=true
-Dbase.path=/srv/gump/public/workspace/tomcat-8.0.x/tomcat-build-libs
-Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar
-Dtest.apr.loc=/srv/gump/public/workspace/t
https://bz.apache.org/bugzilla/show_bug.cgi?id=59288
--- Comment #1 from Christopher Schultz ---
(In reply to Anita from comment #0)
> Problem statement: HTTP sucks for file uploads.
> You know it. I know it.
??
> The problems?
>
> 1. No resuming
This isn't a protocol problem; it's a tool pro
All,
Lately, I've found myself re-writing the same code to customize an
SSLSocketFactory for a variety of clients I've been writing. Of course,
I have, at this point, written a re-usable library that I generally use,
but when I want to give-away the code to someone else, it's a little
nicer to hav
https://bz.apache.org/bugzilla/show_bug.cgi?id=59288
--- Comment #2 from Mark Thomas ---
This looks like something you'd want to implement in a Commons FileUpload type
library that you could re-use across any Servlet container rather than
something to implement directly in Tomcat.
--
You are re
https://bz.apache.org/bugzilla/show_bug.cgi?id=59288
--- Comment #3 from Anita ---
(In reply to Christopher Schultz from comment #1)
Thanks for Christopher Schultz's reply comments.
> So... what client is going to bother to implement this? Is the expectation
> that mostly this will be used by c
https://bz.apache.org/bugzilla/show_bug.cgi?id=59288
--- Comment #4 from Anita ---
(In reply to Mark Thomas from comment #2)
> This looks like something you'd want to implement in a Commons FileUpload
> type library that you could re-use across any Servlet container rather than
> something to imp
17 matches
Mail list logo