]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
While eliminating all but TLSv1 (the only FIPS-complient handshaking fips-dev fips-dev
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 29 Aug 2005 19:57:26 +0000 (19:57 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 29 Aug 2005 19:57:26 +0000 (19:57 +0000)
commit2a33727b397add3e766ffede4ace67423da9ddbf
tree68c4f5970f5d300757ef78a82a93f9630fe3f2cb
parentdecaaf6ca57ed8dac02c65a60b22149a55406d0b
  While eliminating all but TLSv1 (the only FIPS-complient handshaking
  mechansim), I noticed that we have several other single-case methods
  similar to the SSLv2 exception; use the explicit method in preference
  to the generic SSLv23_client|server_method() calls if exactly one
  method is supported.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/fips-dev@264620 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_init.c