1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-08 04:22:21 +03:00
Commit Graph

58 Commits

Author SHA1 Message Date
Rainer Jung
f9125046b6 Try to clarify extended uses of SSLCertificateFile.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1682923 13f79535-47bb-0310-9956-ffa450edef68
2015-06-01 15:00:13 +00:00
Rich Bowen
dca076e583 Applies fix recommended in bz56346
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1674126 13f79535-47bb-0310-9956-ffa450edef68
2015-04-16 18:19:31 +00:00
Ken Coar
430aadce59 * Remove trailing whitespace from a bunch of *.xml files
* Quoted arguments to Rewrite{Base,Cond,Map,Rule}.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673945 13f79535-47bb-0310-9956-ffa450edef68
2015-04-15 20:04:05 +00:00
Christophe Jaillet
498767f499 Correct typo as spoted in a comment in online doc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1591196 13f79535-47bb-0310-9956-ffa450edef68
2014-04-30 05:04:59 +00:00
André Malo
318936f504 fix various invalid module references
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1561569 13f79535-47bb-0310-9956-ffa450edef68
2014-01-26 22:58:27 +00:00
Kaspar Brand
169f992d89 Improve ephemeral key handling (companion to r1526168):
- allow to configure custom DHE or ECDHE parameters via the
  SSLCertificateFile directive, and adapt its documentation
  accordingly (addresses PR 49559)

- add standardized DH parameters from RFCs 2409 and 3526,
  use them based on the length of the certificate's RSA/DSA key,
  and add a FAQ entry for clients which limit DH support
  to 1024 bits (such as Java 7 and earlier)

- move ssl_dh_GetParamFromFile() from ssl_engine_dh.c to
  ssl_util_ssl.c, and add ssl_ec_GetParamFromFile()

- drop ssl_engine_dh.c from mod_ssl

For the standardized DH parameters, OpenSSL version 0.9.8a
or later is required, which was therefore made a new minimum
requirement in r1527294.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1527295 13f79535-47bb-0310-9956-ffa450edef68
2013-09-29 10:35:46 +00:00
Daniel Gruno
7b18e09b78 typo fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1364335 13f79535-47bb-0310-9956-ffa450edef68
2012-07-22 15:50:01 +00:00
Stefan Fritsch
ccf77a856a Add support for TLS-SRP (Secure Remote Password key exchange
for TLS, RFC 5054).

PR: 51075
Submitted by: Quinn Slack <sqs cs stanford edu>, Christophe Renou,
              Peter Sylvester


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1347980 13f79535-47bb-0310-9956-ffa450edef68
2012-06-08 09:38:44 +00:00
Daniel Gruno
14e7630d18 Syntax and formatting fixings
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330881 13f79535-47bb-0310-9956-ffa450edef68
2012-04-26 14:40:34 +00:00
Daniel Gruno
912fb9b877 More typo fixes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1328589 13f79535-47bb-0310-9956-ffa450edef68
2012-04-21 06:13:05 +00:00
Daniel Gruno
bd5c567832 Remove link to outdated (and deleted) question about ssl errors in old browsers.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1303804 13f79535-47bb-0310-9956-ffa450edef68
2012-03-22 14:35:58 +00:00
Rich Bowen
78a3fe3fc8 Apply various patches from Daniel Gruno (rumble at cord dot dk). Typos
and broken links.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1300910 13f79535-47bb-0310-9956-ffa450edef68
2012-03-15 11:11:50 +00:00
Rich Bowen
226a8a6ec4 Note that with wildcard certs, or serverAltName certs, no special
workarounds are needed. (viz https://issues.apache.org/bugzilla/show_bug.cgi?id=51746 )


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1296919 13f79535-47bb-0310-9956-ffa450edef68
2012-03-05 01:09:47 +00:00
Rich Bowen
84e14f00d5 Applies patch from Tomas Pospisek <tpo2 sourcepole ch> improving SSL FAQ on the topic of intermediate certs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1189739 13f79535-47bb-0310-9956-ffa450edef68
2011-10-27 13:17:00 +00:00
Jim Jagielski
69c1a5c854 Cleanup effort in prep for GA push:
Trim trailing whitespace... no func change


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174747 13f79535-47bb-0310-9956-ffa450edef68
2011-09-23 13:36:39 +00:00
Stefan Fritsch
45066dfb15 purge some useless uses of '.*'
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1132802 13f79535-47bb-0310-9956-ffa450edef68
2011-06-06 22:09:22 +00:00
Rich Bowen
de95fb8029 Fixes PR47236 - Using : or @ in a URL already means something else, and
so shouldn't be inserted into a URL for other special meaning.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1032722 13f79535-47bb-0310-9956-ffa450edef68
2010-11-08 21:19:57 +00:00
Igor Galić
cbb3b49f8d Removing intro, which doesn't make sense.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031042 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 15:46:26 +00:00
Igor Galić
7c694d90ac Removing history, because nobody cares.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031036 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 15:33:22 +00:00
Igor Galić
dec3330600 Removing ``FAQs'' which are *really* out of date.
Updating others to remotely match current pratice (i.e.: current Ciphers used, 1024 -> 2048 bits, etc)



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@999259 13f79535-47bb-0310-9956-ffa450edef68
2010-09-21 07:38:17 +00:00
Igor Galić
37a5d54860 Removing the obscenely obsolete FAQs'' from the SSL FAQ.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@942800 13f79535-47bb-0310-9956-ffa450edef68
2010-05-10 15:58:06 +00:00
Jeff Trawick
a6159028f9 hyphenate some compound modifiers
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@924915 13f79535-47bb-0310-9956-ffa450edef68
2010-03-18 17:39:48 +00:00
Daniel Earl Poirier
5c792bf561 Update the SSL FAQ with regard to Server Name Indication.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@830296 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27 19:15:44 +00:00
Joe Orton
e45584e37b * docs/manual/ssl: Drop specific commercial CA recommendations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@734692 13f79535-47bb-0310-9956-ffa450edef68
2009-01-15 13:17:33 +00:00
Takashi Sato
f32647d426 Style fix. Almost all are detabs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@659902 13f79535-47bb-0310-9956-ffa450edef68
2008-05-25 03:28:34 +00:00
Erik Abele
c2e9821178 Whitespace fixes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@627396 13f79535-47bb-0310-9956-ffa450edef68
2008-02-13 13:18:16 +00:00
Noirin Plunkett
4304e4825f Tidying up the SSL FAQ, incorporating changes suggested by Lucien Gentis
http://mail-archives.apache.org/mod_mbox/httpd-docs/200801.mbox/raw/%3c478A1806.1090307@lorraine.iufm.fr%3e



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@612486 13f79535-47bb-0310-9956-ffa450edef68
2008-01-16 15:31:07 +00:00
Rich Bowen
94b3488c43 There's a link to stuff about Y2K, but the actual content about Y2K was
removed quite a while back.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@515438 13f79535-47bb-0310-9956-ffa450edef68
2007-03-07 03:35:41 +00:00
Roy T. Fielding
44fa6e0073 update license header text
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@420990 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 20:55:32 +00:00
Colm MacCarthaigh
dd95d7c37c Update the copyright year in all .c, .h and .xml files
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395228 13f79535-47bb-0310-9956-ffa450edef68
2006-04-19 12:11:27 +00:00
André Malo
0550e8f49c centralize the versioning of the httpd and the docs directories
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@333005 13f79535-47bb-0310-9956-ffa450edef68
2005-11-13 14:11:48 +00:00
André Malo
c46013f67a swap module and directive, heh ;)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@306783 13f79535-47bb-0310-9956-ffa450edef68
2005-10-06 15:55:04 +00:00
Joshua Slive
3c411bc9ee Refresh the SSL FAQ to bring it a little closer to reality.
Submitted by: Noirin Plunkett <firebird nerdchic.net>
Reviewed by: Joe Orton



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@295104 13f79535-47bb-0310-9956-ffa450edef68
2005-10-05 20:29:42 +00:00
William A. Rowe Jr
340df9ce2f Add SSL_COMPRESS_METHOD variable (included in +StdEnvVars) to note
the negotiated compression.

Reviewed by: wrowe, Maxime Petazzoni
Submitted by: Georg v. Zezschwitz <gvz 2scale.de>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@209469 13f79535-47bb-0310-9956-ffa450edef68
2005-07-06 15:16:28 +00:00
Justin Erenkrantz
905cdf9f0b Update copyright year to 2005 and standardize on current copyright owner line.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151408 13f79535-47bb-0310-9956-ffa450edef68
2005-02-04 20:28:49 +00:00
André Malo
f650d76c97 fix copyright notice
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125274 13f79535-47bb-0310-9956-ffa450edef68
2005-01-15 16:43:53 +00:00
André Malo
fd5a98d464 use <program> for programs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106803 13f79535-47bb-0310-9956-ffa450edef68
2004-11-28 13:25:21 +00:00
André Malo
4ac4e5a1e3 $Revision$ is slightly misdocumented (only available since svn 1.1)
use LastChangedRevision instead


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105989 13f79535-47bb-0310-9956-ffa450edef68
2004-11-20 18:42:58 +00:00
André Malo
3b900e6993 adjust properties and revision expansion of the English docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105981 13f79535-47bb-0310-9956-ffa450edef68
2004-11-20 17:06:17 +00:00
André Malo
79bba88026 add revision keyword
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103425 13f79535-47bb-0310-9956-ffa450edef68
2004-04-17 11:18:06 +00:00
André Malo
b68721ed3a fix name of The Apache Software Foundation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102617 13f79535-47bb-0310-9956-ffa450edef68
2004-02-09 20:22:54 +00:00
André Malo
64fcec24d3 apply Apache License, Version 2.0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102533 13f79535-47bb-0310-9956-ffa450edef68
2004-02-07 15:25:19 +00:00
Erik Abele
4790ff12a7 Fix a typo and remove an invalid section about the non-existent mod_ssl
bugdb. According to Ralf there are no plans to fix it and this doc is
pretty out of date anyways. See also PR#18574.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101439 13f79535-47bb-0310-9956-ffa450edef68
2003-10-13 23:00:51 +00:00
Joshua Slive
c1787db624 - Add some <columspec> table-size hints
- Remove some <br>s where they really shouldn't be

- Reorder the sitemap slightly (indexes at the end)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100244 13f79535-47bb-0310-9956-ffa450edef68
2003-06-13 15:12:02 +00:00
André Malo
a9cddb794f remove the relativepath element from the documents.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99344 13f79535-47bb-0310-9956-ffa450edef68
2003-04-12 15:04:47 +00:00
André Malo
94fc883415 add the metafile attribute to all xml files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99326 13f79535-47bb-0310-9956-ffa450edef68
2003-04-11 01:25:58 +00:00
Chris Pepper
d4ac45922d Many simple typos.
RedHat's -> Red Hat's, underlaying -> underlying
	the Netherlands, the United Kingdom, the United States

	Additionally, ssl_howto.xml uses 'coherences' unclearly -- should this be 'interactions?.

	ssl_compat.xml uses 'compactified', which isn't a real word, but I'm not sure what it's intended to mean.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99052 13f79535-47bb-0310-9956-ffa450edef68
2003-03-24 01:54:27 +00:00
Joshua Slive
02c210f7b6 Broken link replaced by a similar document (I hope).
PR: 15603


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98208 13f79535-47bb-0310-9956-ffa450edef68
2003-01-08 20:24:02 +00:00
Joshua Slive
8db9052b35 Statements about the authorship of mod_ssl being in Germany are no longer
true.  And besides, the links are broken.

PR: 15627


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98199 13f79535-47bb-0310-9956-ffa450edef68
2003-01-08 18:03:36 +00:00
André Malo
a3da4c5ca3 nitpicking.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98164 13f79535-47bb-0310-9956-ffa450edef68
2003-01-05 04:14:44 +00:00