4281cf6a722c99ae21394dc2000bd48efcebdb3a 1154683 |
|
07-Aug-2011 |
kbrand |
Drop support for the RSA BSAFE SSL-C toolkit from configure,
and remove #ifdef'ed code from mod_ssl and ab where applicable.
Consensus for dropping support for SSL/TLS toolkits other
than OpenSSL was reached on dev@httpd in June 2010 (message
with ID <20100602162310.GA11156@redhat.com> and follow-ups). |
8afa7897894d641cb8ec4f601b9869f9b509609e 350202 |
|
01-Dec-2005 |
fielding |
minor doc changes already on 2.2 branch |
61ffb14107f399f3c5dee75ede41380a83e1dcc9 99920 |
|
19-May-2003 |
wrowe |
Drop archiac notes - no special steps required once we test for ENGINE_init() |
4e191199a0aeab09d78df8f5579e745572e8b7bc 97800 |
|
08-Dec-2002 |
wsanchez |
2.0 -> 2.1 |
fa563b81d94fc4811ca73df2889f22ec522fc95e 95408 |
|
30-May-2002 |
wrowe |
Based on DougM's feedback to the list... |
24506d391380bbdca873f78ac8e147b346b26ccd 95407 |
|
30-May-2002 |
wrowe |
Apparently Roy missed this comment. Rephrase as a seperate paragraph
to more clearly split credit for OpenSSL from credit for mod_ssl. |
1c6191318b2fc162240d88579d56125d1d306270 95406 |
|
30-May-2002 |
wrowe |
Split out the LAYOUT |
25b49572a3aae1c1ba13d60a317579d1ccd47620 95405 |
|
30-May-2002 |
wrowe |
As we find the right places for this content, move them out in bits |
4b9ba3d48754536c6aeae7426a8024dccc98899d 95389 |
|
30-May-2002 |
wrowe |
All rather stale. Any new/remaining issues should be moved to CHANGES
in the present tense, as opposed to the "Future port to 2.0". Heh |
35066ed07972085dabda8feb33932552f1c56ad4 94877 |
|
30-Apr-2002 |
jwoolley |
note a desirable goal |
250d5e7a28fe741b07ff63cc9d301c61b866959a 94547 |
|
08-Apr-2002 |
dougm |
another todo |
6e2c7c5815ec1a9e16ba2decb4187ab47bb3af69 94400 |
|
02-Apr-2002 |
dougm |
another todo |
2ee671c93cfc124e7a72e32c8828333297770747 94392 |
|
02-Apr-2002 |
dougm |
various updates |
4bd6f1be36545a87fc6511436260d0a3b2ef788f 94181 |
|
26-Mar-2002 |
dougm |
note about the temporary DH keys |
2e47fc5cb65457416d3aff3462b865e5e8a97f12 94180 |
|
26-Mar-2002 |
dougm |
a few updates |
9b796a6f748719a1cfe463517f1a103aca77e694 90625 |
|
24-Aug-2001 |
dougm |
ssl_var_lookup() is enabled
apr optional functions do not need to be unregistered
PR:
Obtained from:
Submitted by:
Reviewed by: |
d94fd18ee21dc9b8c1f422144a881e941687d41f 90612 |
|
24-Aug-2001 |
dougm |
Implement CRYPTO_set_locking_callback() for mod_ssl
PR:
Obtained from:
Submitted by: Madhusudan Mathihalli <madhusudan_mathihalli@hp.com>
Reviewed by: dougm |
f9ab8587cde76774152c8324f4b6927e42caa96d 90511 |
|
22-Aug-2001 |
dougm |
remove #if 0-ed ssl_hook_NewConnection code; was only left for reference,
no longer needed
remove #if 0-ed ssl_hook_TimeoutConnection code; ssl no longer talks directly
to the socket
PR:
Obtained from:
Submitted by: madhu
Reviewed by: dougm |
0c2b0112717d1e80ed81549e6bb4d040f9d5b718 90509 |
|
22-Aug-2001 |
dougm |
another update from madhu |
3d718f832b7e1f74364af2feff972f8a5735447c 90505 |
|
22-Aug-2001 |
dougm |
client auth is enabled |
463584bd42bbf0aa15bbbc923c244cc4558a7de7 90500 |
|
22-Aug-2001 |
dougm |
some updated pointed out by madhu |
27fd495b993ce5fe39e078e22de3ef868d65e77e 89621 |
|
19-Jul-2001 |
rse |
Update TODO list |
a943533fd4d91d114af622731a405407990c4fb1 89618 |
|
19-Jul-2001 |
rse |
Apply mod_ssl MEGA porting patch. This is a cleaned up version of the
latest patches from Madhusudan which makes mod_ssl 95% working inside
Apache 2.0. There is still a lot of more work (both porting and cleanup)
to do be done. See modules/ssl/README for details.
Submitted by: Madhusudan Mathihalli <madhusudan_mathihalli@hp.com> |
a1450136064a23e3a8a16a4f6c1fc3f55b4cbd55 89567 |
|
17-Jul-2001 |
rse |
Remember current porting state |
ed0a9ff6c7c59df6d398672cf5131104aea02503 89032 |
|
05-May-2001 |
rse |
Fix todo list |
bb0b94431dc9a1591a0a38a6c48925c6d9213c83 89031 |
|
05-May-2001 |
rse |
Port ssl_util.c stuff to APR. |
b27ea9ce4dbb169b987ecef743238971b8c97d44 89030 |
|
05-May-2001 |
rse |
Port ssl_util_table.[ch] to Apache 2.0 by just removing all platform
depended code (table_read, table_write). This is possible because this
table library is local to mod_ssl and inside mod_ssl this library is
used for manipulating hash tables inside shared memory segments only. So
we can just get rid of the unportable parts at all. |
8f814b7f614b48dfa686cae4f7142df28a752b31 89029 |
|
05-May-2001 |
rse |
Port ssl_util_ssl.[ch] stuff to APR. |
10bcdea056942e3b05159c76f070022a0aa5506a 89026 |
|
05-May-2001 |
rse |
Port ssl_engine_ds.c to APR. |
48aa288b076cec4732e53be0342287ea6f1afdb6 89025 |
|
05-May-2001 |
rse |
Nothing to port for ssl_engine_dh.c except that
SSL_LIBRARY_VERSION has to be already available. |
6bd5608385f2307a9ded240a87e9da495988d9fb 89024 |
|
05-May-2001 |
rse |
Remember which code parts are already ported... |
7933d4a963def02417113b6798d87a36395053b0 89020 |
|
05-May-2001 |
rse |
Change mostly all old module structure hooks and EAPI hooks to
ap_hook_xxx equivalents. More work has to be done here to clean all this
up and reduce to a minimum... |
f2c178ff26c0840e23cf468322111cbb721776a4 89017 |
|
05-May-2001 |
rse |
Axe out SSL_CONSERVATIVE stuff which for Apache 1.3 did I/O data
pre-sucking on POST requests and I/O re-injection in case of SSL
renegotiations. This all either cannot be solved any longer or at least
has to be implemented totally different through I/O layering/filtering. |
bccf0f49e7ed43f92369c030e9ceb838aed56154 89016 |
|
05-May-2001 |
rse |
Remove one more EAPI-based thing we no longer really need. |
ad5ccec9ceded76f93d2ba2b6fdb21ca02239cd3 89014 |
|
05-May-2001 |
rse |
compat and local sdbm stuff is already gone |
abe00aa701a8db8452aae1d2d51916cb7e4c63b6 89013 |
|
05-May-2001 |
rse |
Axe out SSL_USE_SDBM stuff, i.e., get rid of the local SDBM copy and use
APR's DBM API instead. The remaining question just is whether APR's DBM
allows "larger" things like SSL sessions to be stored... |
2a444d32355419d11b052c10b391de51764dd3ff 89012 |
|
05-May-2001 |
rse |
Axe out the complete SSL_COMPAT stuff. Because Apache 2.0 is already
incompatible at many places to Apache 1.3 we also don't want this stuff
anymore. Apache 2.0's mod_ssl will be mostly compatibile with Apache
1.3's mod_ssl, of course. But we really no longer want to be compatible
to Sioux and other obsolete SSL things... |
5dcd80dd48af1617a10833a9774b8abdc0f5f892 89011 |
|
05-May-2001 |
rse |
Start writing down incompatibilities to mod_ssl 2.x from Apache 1.3.
Our general goal is to axe down mod_ssl to a minimum, because what we
don't have anymore we don't have to port and as simpler mod_ssl becomes.
Nevertheless we will try to minimize incompatibilities if possible. |
f7e37ba535b84bc9d300724bb637012c11b545a5 89010 |
|
05-May-2001 |
rse |
Axe out EAPI-based SSL_VENDOR stuff.
If we want this later again, we have to do it differently anyway. So,
for now we try to strip down mod_ssl as heavy as possible and hence we
kick out this stuff at all. |
ad7f27ee8613165c82cb6b345c5b92facd6d3645 89004 |
|
05-May-2001 |
rse |
Update file description list. |
55df0dc2a8c0b50bc699636656ce7d7469fd41de 88997 |
|
05-May-2001 |
rse |
adjust file list for removed files, too. |
cc003103e52ff9d5fe9bed567ef9438613ab4fbf 88988 |
|
04-May-2001 |
rse |
Initial revision |