mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
mod_ssl integration step 2:
transfer copyright of all code to ASF by using Apache Software License v1.1 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88995 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -8,8 +8,12 @@
|
|||||||
## Apache 1.3 Makefile template for SSL module (Unix environment)
|
## Apache 1.3 Makefile template for SSL module (Unix environment)
|
||||||
##
|
##
|
||||||
|
|
||||||
|
##
|
||||||
## ====================================================================
|
## ====================================================================
|
||||||
## Copyright (c) 1998-2001 Ralf S. Engelschall. All rights reserved.
|
## The Apache Software License, Version 1.1
|
||||||
|
##
|
||||||
|
## Copyright (c) 2000-2001 The Apache Software Foundation. All rights
|
||||||
|
## reserved.
|
||||||
##
|
##
|
||||||
## Redistribution and use in source and binary forms, with or without
|
## Redistribution and use in source and binary forms, with or without
|
||||||
## modification, are permitted provided that the following conditions
|
## modification, are permitted provided that the following conditions
|
||||||
@@ -19,43 +23,38 @@
|
|||||||
## notice, this list of conditions and the following disclaimer.
|
## notice, this list of conditions and the following disclaimer.
|
||||||
##
|
##
|
||||||
## 2. Redistributions in binary form must reproduce the above copyright
|
## 2. Redistributions in binary form must reproduce the above copyright
|
||||||
## notice, this list of conditions and the following
|
## notice, this list of conditions and the following disclaimer in
|
||||||
## disclaimer in the documentation and/or other materials
|
## the documentation and/or other materials provided with the
|
||||||
## provided with the distribution.
|
## distribution.
|
||||||
##
|
##
|
||||||
## 3. All advertising materials mentioning features or use of this
|
## 3. The end-user documentation included with the redistribution,
|
||||||
## software must display the following acknowledgment:
|
## if any, must include the following acknowledgment:
|
||||||
## "This product includes software developed by
|
## "This product includes software developed by the
|
||||||
## Ralf S. Engelschall <rse@engelschall.com> for use in the
|
## Apache Software Foundation (http://www.apache.org/)."
|
||||||
## mod_ssl project (http://www.modssl.org/)."
|
## Alternately, this acknowledgment may appear in the software itself,
|
||||||
|
## if and wherever such third-party acknowledgments normally appear.
|
||||||
##
|
##
|
||||||
## 4. The names "mod_ssl" must not be used to endorse or promote
|
## 4. The names "Apache" and "Apache Software Foundation" must
|
||||||
## products derived from this software without prior written
|
## not be used to endorse or promote products derived from this
|
||||||
## permission. For written permission, please contact
|
## software without prior written permission. For written
|
||||||
## rse@engelschall.com.
|
## permission, please contact apache@apache.org.
|
||||||
##
|
##
|
||||||
## 5. Products derived from this software may not be called "mod_ssl"
|
## 5. Products derived from this software may not be called "Apache",
|
||||||
## nor may "mod_ssl" appear in their names without prior
|
## nor may "Apache" appear in their name, without prior written
|
||||||
## written permission of Ralf S. Engelschall.
|
## permission of the Apache Software Foundation.
|
||||||
##
|
##
|
||||||
## 6. Redistributions of any form whatsoever must retain the following
|
## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
||||||
## acknowledgment:
|
## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
## "This product includes software developed by
|
## OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
## Ralf S. Engelschall <rse@engelschall.com> for use in the
|
## DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
||||||
## mod_ssl project (http://www.modssl.org/)."
|
## ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
##
|
## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
## THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
|
## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
||||||
## EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
## IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
## PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR
|
## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||||
## HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
## SUCH DAMAGE.
|
||||||
## NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
## LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
## HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
## STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
## ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
||||||
## OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
## ====================================================================
|
## ====================================================================
|
||||||
##
|
##
|
||||||
#
|
#
|
||||||
|
@@ -10,7 +10,10 @@
|
|||||||
|
|
||||||
##
|
##
|
||||||
## ====================================================================
|
## ====================================================================
|
||||||
## Copyright (c) 1998-2001 Ralf S. Engelschall. All rights reserved.
|
## The Apache Software License, Version 1.1
|
||||||
|
##
|
||||||
|
## Copyright (c) 2000-2001 The Apache Software Foundation. All rights
|
||||||
|
## reserved.
|
||||||
##
|
##
|
||||||
## Redistribution and use in source and binary forms, with or without
|
## Redistribution and use in source and binary forms, with or without
|
||||||
## modification, are permitted provided that the following conditions
|
## modification, are permitted provided that the following conditions
|
||||||
@@ -20,43 +23,38 @@
|
|||||||
## notice, this list of conditions and the following disclaimer.
|
## notice, this list of conditions and the following disclaimer.
|
||||||
##
|
##
|
||||||
## 2. Redistributions in binary form must reproduce the above copyright
|
## 2. Redistributions in binary form must reproduce the above copyright
|
||||||
## notice, this list of conditions and the following
|
## notice, this list of conditions and the following disclaimer in
|
||||||
## disclaimer in the documentation and/or other materials
|
## the documentation and/or other materials provided with the
|
||||||
## provided with the distribution.
|
## distribution.
|
||||||
##
|
##
|
||||||
## 3. All advertising materials mentioning features or use of this
|
## 3. The end-user documentation included with the redistribution,
|
||||||
## software must display the following acknowledgment:
|
## if any, must include the following acknowledgment:
|
||||||
## "This product includes software developed by
|
## "This product includes software developed by the
|
||||||
## Ralf S. Engelschall <rse@engelschall.com> for use in the
|
## Apache Software Foundation (http://www.apache.org/)."
|
||||||
## mod_ssl project (http://www.modssl.org/)."
|
## Alternately, this acknowledgment may appear in the software itself,
|
||||||
|
## if and wherever such third-party acknowledgments normally appear.
|
||||||
##
|
##
|
||||||
## 4. The names "mod_ssl" must not be used to endorse or promote
|
## 4. The names "Apache" and "Apache Software Foundation" must
|
||||||
## products derived from this software without prior written
|
## not be used to endorse or promote products derived from this
|
||||||
## permission. For written permission, please contact
|
## software without prior written permission. For written
|
||||||
## rse@engelschall.com.
|
## permission, please contact apache@apache.org.
|
||||||
##
|
##
|
||||||
## 5. Products derived from this software may not be called "mod_ssl"
|
## 5. Products derived from this software may not be called "Apache",
|
||||||
## nor may "mod_ssl" appear in their names without prior
|
## nor may "Apache" appear in their name, without prior written
|
||||||
## written permission of Ralf S. Engelschall.
|
## permission of the Apache Software Foundation.
|
||||||
##
|
##
|
||||||
## 6. Redistributions of any form whatsoever must retain the following
|
## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
||||||
## acknowledgment:
|
## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
## "This product includes software developed by
|
## OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
## Ralf S. Engelschall <rse@engelschall.com> for use in the
|
## DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
||||||
## mod_ssl project (http://www.modssl.org/)."
|
## ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
##
|
## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
## THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
|
## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
||||||
## EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
## IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
## PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR
|
## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||||
## HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
## SUCH DAMAGE.
|
||||||
## NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
## LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
## HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
## STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
## ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
||||||
## OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
## ====================================================================
|
## ====================================================================
|
||||||
##
|
##
|
||||||
|
|
||||||
|
@@ -10,7 +10,10 @@
|
|||||||
|
|
||||||
##
|
##
|
||||||
## ====================================================================
|
## ====================================================================
|
||||||
## Copyright (c) 1998-2001 Ralf S. Engelschall. All rights reserved.
|
## The Apache Software License, Version 1.1
|
||||||
|
##
|
||||||
|
## Copyright (c) 2000-2001 The Apache Software Foundation. All rights
|
||||||
|
## reserved.
|
||||||
##
|
##
|
||||||
## Redistribution and use in source and binary forms, with or without
|
## Redistribution and use in source and binary forms, with or without
|
||||||
## modification, are permitted provided that the following conditions
|
## modification, are permitted provided that the following conditions
|
||||||
@@ -20,46 +23,40 @@
|
|||||||
## notice, this list of conditions and the following disclaimer.
|
## notice, this list of conditions and the following disclaimer.
|
||||||
##
|
##
|
||||||
## 2. Redistributions in binary form must reproduce the above copyright
|
## 2. Redistributions in binary form must reproduce the above copyright
|
||||||
## notice, this list of conditions and the following
|
## notice, this list of conditions and the following disclaimer in
|
||||||
## disclaimer in the documentation and/or other materials
|
## the documentation and/or other materials provided with the
|
||||||
## provided with the distribution.
|
## distribution.
|
||||||
##
|
##
|
||||||
## 3. All advertising materials mentioning features or use of this
|
## 3. The end-user documentation included with the redistribution,
|
||||||
## software must display the following acknowledgment:
|
## if any, must include the following acknowledgment:
|
||||||
## "This product includes software developed by
|
## "This product includes software developed by the
|
||||||
## Ralf S. Engelschall <rse@engelschall.com> for use in the
|
## Apache Software Foundation (http://www.apache.org/)."
|
||||||
## mod_ssl project (http://www.modssl.org/)."
|
## Alternately, this acknowledgment may appear in the software itself,
|
||||||
|
## if and wherever such third-party acknowledgments normally appear.
|
||||||
##
|
##
|
||||||
## 4. The names "mod_ssl" must not be used to endorse or promote
|
## 4. The names "Apache" and "Apache Software Foundation" must
|
||||||
## products derived from this software without prior written
|
## not be used to endorse or promote products derived from this
|
||||||
## permission. For written permission, please contact
|
## software without prior written permission. For written
|
||||||
## rse@engelschall.com.
|
## permission, please contact apache@apache.org.
|
||||||
##
|
##
|
||||||
## 5. Products derived from this software may not be called "mod_ssl"
|
## 5. Products derived from this software may not be called "Apache",
|
||||||
## nor may "mod_ssl" appear in their names without prior
|
## nor may "Apache" appear in their name, without prior written
|
||||||
## written permission of Ralf S. Engelschall.
|
## permission of the Apache Software Foundation.
|
||||||
##
|
##
|
||||||
## 6. Redistributions of any form whatsoever must retain the following
|
## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
||||||
## acknowledgment:
|
## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
## "This product includes software developed by
|
## OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
## Ralf S. Engelschall <rse@engelschall.com> for use in the
|
## DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
||||||
## mod_ssl project (http://www.modssl.org/)."
|
## ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
##
|
## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
## THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
|
## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
||||||
## EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
## IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
## PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR
|
## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||||
## HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
## SUCH DAMAGE.
|
||||||
## NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
## LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
## HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
## STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
## ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
||||||
## OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
## ====================================================================
|
## ====================================================================
|
||||||
##
|
##
|
||||||
|
|
||||||
# ``What you are missing, I suppose, is that I'm not
|
# ``What you are missing, I suppose, is that I'm not
|
||||||
# prepared to give equal rights to Ralf on the basis
|
# prepared to give equal rights to Ralf on the basis
|
||||||
# that he's spent a few hours doing what he thinks is
|
# that he's spent a few hours doing what he thinks is
|
||||||
|
@@ -9,7 +9,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 1998-2001 Ralf S. Engelschall. All rights reserved.
|
* The Apache Software License, Version 1.1
|
||||||
|
*
|
||||||
|
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
|
||||||
|
* reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@@ -19,43 +22,38 @@
|
|||||||
* notice, this list of conditions and the following disclaimer.
|
* notice, this list of conditions and the following disclaimer.
|
||||||
*
|
*
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following
|
* notice, this list of conditions and the following disclaimer in
|
||||||
* disclaimer in the documentation and/or other materials
|
* the documentation and/or other materials provided with the
|
||||||
* provided with the distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. All advertising materials mentioning features or use of this
|
* 3. The end-user documentation included with the redistribution,
|
||||||
* software must display the following acknowledgment:
|
* if any, must include the following acknowledgment:
|
||||||
* "This product includes software developed by
|
* "This product includes software developed by the
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* Alternately, this acknowledgment may appear in the software itself,
|
||||||
|
* if and wherever such third-party acknowledgments normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "mod_ssl" must not be used to endorse or promote
|
* 4. The names "Apache" and "Apache Software Foundation" must
|
||||||
* products derived from this software without prior written
|
* not be used to endorse or promote products derived from this
|
||||||
* permission. For written permission, please contact
|
* software without prior written permission. For written
|
||||||
* rse@engelschall.com.
|
* permission, please contact apache@apache.org.
|
||||||
*
|
*
|
||||||
* 5. Products derived from this software may not be called "mod_ssl"
|
* 5. Products derived from this software may not be called "Apache",
|
||||||
* nor may "mod_ssl" appear in their names without prior
|
* nor may "Apache" appear in their name, without prior written
|
||||||
* written permission of Ralf S. Engelschall.
|
* permission of the Apache Software Foundation.
|
||||||
*
|
*
|
||||||
* 6. Redistributions of any form whatsoever must retain the following
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
||||||
* acknowledgment:
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
* "This product includes software developed by
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
*
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
* THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
||||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||||
* HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
* SUCH DAMAGE.
|
||||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
||||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
/* ``I'll be surprised if
|
/* ``I'll be surprised if
|
||||||
@@ -74,7 +72,7 @@
|
|||||||
* identify the module to SCCS `what' and RCS `ident' commands
|
* identify the module to SCCS `what' and RCS `ident' commands
|
||||||
*/
|
*/
|
||||||
static char const sccsid[] = "@(#) mod_ssl/" MOD_SSL_VERSION " >";
|
static char const sccsid[] = "@(#) mod_ssl/" MOD_SSL_VERSION " >";
|
||||||
static char const rcsid[] = "$Id: mod_ssl.c,v 1.1 2001/05/04 21:54:42 rse Exp $";
|
static char const rcsid[] = "$Id: mod_ssl.c,v 1.2 2001/05/04 22:20:45 rse Exp $";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* the table of configuration directives we provide
|
* the table of configuration directives we provide
|
||||||
|
@@ -9,7 +9,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 1998-2001 Ralf S. Engelschall. All rights reserved.
|
* The Apache Software License, Version 1.1
|
||||||
|
*
|
||||||
|
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
|
||||||
|
* reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@@ -19,43 +22,38 @@
|
|||||||
* notice, this list of conditions and the following disclaimer.
|
* notice, this list of conditions and the following disclaimer.
|
||||||
*
|
*
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following
|
* notice, this list of conditions and the following disclaimer in
|
||||||
* disclaimer in the documentation and/or other materials
|
* the documentation and/or other materials provided with the
|
||||||
* provided with the distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. All advertising materials mentioning features or use of this
|
* 3. The end-user documentation included with the redistribution,
|
||||||
* software must display the following acknowledgment:
|
* if any, must include the following acknowledgment:
|
||||||
* "This product includes software developed by
|
* "This product includes software developed by the
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* Alternately, this acknowledgment may appear in the software itself,
|
||||||
|
* if and wherever such third-party acknowledgments normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "mod_ssl" must not be used to endorse or promote
|
* 4. The names "Apache" and "Apache Software Foundation" must
|
||||||
* products derived from this software without prior written
|
* not be used to endorse or promote products derived from this
|
||||||
* permission. For written permission, please contact
|
* software without prior written permission. For written
|
||||||
* rse@engelschall.com.
|
* permission, please contact apache@apache.org.
|
||||||
*
|
*
|
||||||
* 5. Products derived from this software may not be called "mod_ssl"
|
* 5. Products derived from this software may not be called "Apache",
|
||||||
* nor may "mod_ssl" appear in their names without prior
|
* nor may "Apache" appear in their name, without prior written
|
||||||
* written permission of Ralf S. Engelschall.
|
* permission of the Apache Software Foundation.
|
||||||
*
|
*
|
||||||
* 6. Redistributions of any form whatsoever must retain the following
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
||||||
* acknowledgment:
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
* "This product includes software developed by
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
*
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
* THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
||||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||||
* HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
* SUCH DAMAGE.
|
||||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
||||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
/* ``The Apache Group: a collection
|
/* ``The Apache Group: a collection
|
||||||
|
@@ -9,7 +9,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 1998-2001 Ralf S. Engelschall. All rights reserved.
|
* The Apache Software License, Version 1.1
|
||||||
|
*
|
||||||
|
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
|
||||||
|
* reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@@ -19,43 +22,38 @@
|
|||||||
* notice, this list of conditions and the following disclaimer.
|
* notice, this list of conditions and the following disclaimer.
|
||||||
*
|
*
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following
|
* notice, this list of conditions and the following disclaimer in
|
||||||
* disclaimer in the documentation and/or other materials
|
* the documentation and/or other materials provided with the
|
||||||
* provided with the distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. All advertising materials mentioning features or use of this
|
* 3. The end-user documentation included with the redistribution,
|
||||||
* software must display the following acknowledgment:
|
* if any, must include the following acknowledgment:
|
||||||
* "This product includes software developed by
|
* "This product includes software developed by the
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* Alternately, this acknowledgment may appear in the software itself,
|
||||||
|
* if and wherever such third-party acknowledgments normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "mod_ssl" must not be used to endorse or promote
|
* 4. The names "Apache" and "Apache Software Foundation" must
|
||||||
* products derived from this software without prior written
|
* not be used to endorse or promote products derived from this
|
||||||
* permission. For written permission, please contact
|
* software without prior written permission. For written
|
||||||
* rse@engelschall.com.
|
* permission, please contact apache@apache.org.
|
||||||
*
|
*
|
||||||
* 5. Products derived from this software may not be called "mod_ssl"
|
* 5. Products derived from this software may not be called "Apache",
|
||||||
* nor may "mod_ssl" appear in their names without prior
|
* nor may "Apache" appear in their name, without prior written
|
||||||
* written permission of Ralf S. Engelschall.
|
* permission of the Apache Software Foundation.
|
||||||
*
|
*
|
||||||
* 6. Redistributions of any form whatsoever must retain the following
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
||||||
* acknowledgment:
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
* "This product includes software developed by
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
*
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
* THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
||||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||||
* HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
* SUCH DAMAGE.
|
||||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
||||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -9,7 +9,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 1998-2001 Ralf S. Engelschall. All rights reserved.
|
* The Apache Software License, Version 1.1
|
||||||
|
*
|
||||||
|
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
|
||||||
|
* reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@@ -19,43 +22,38 @@
|
|||||||
* notice, this list of conditions and the following disclaimer.
|
* notice, this list of conditions and the following disclaimer.
|
||||||
*
|
*
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following
|
* notice, this list of conditions and the following disclaimer in
|
||||||
* disclaimer in the documentation and/or other materials
|
* the documentation and/or other materials provided with the
|
||||||
* provided with the distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. All advertising materials mentioning features or use of this
|
* 3. The end-user documentation included with the redistribution,
|
||||||
* software must display the following acknowledgment:
|
* if any, must include the following acknowledgment:
|
||||||
* "This product includes software developed by
|
* "This product includes software developed by the
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* Alternately, this acknowledgment may appear in the software itself,
|
||||||
|
* if and wherever such third-party acknowledgments normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "mod_ssl" must not be used to endorse or promote
|
* 4. The names "Apache" and "Apache Software Foundation" must
|
||||||
* products derived from this software without prior written
|
* not be used to endorse or promote products derived from this
|
||||||
* permission. For written permission, please contact
|
* software without prior written permission. For written
|
||||||
* rse@engelschall.com.
|
* permission, please contact apache@apache.org.
|
||||||
*
|
*
|
||||||
* 5. Products derived from this software may not be called "mod_ssl"
|
* 5. Products derived from this software may not be called "Apache",
|
||||||
* nor may "mod_ssl" appear in their names without prior
|
* nor may "Apache" appear in their name, without prior written
|
||||||
* written permission of Ralf S. Engelschall.
|
* permission of the Apache Software Foundation.
|
||||||
*
|
*
|
||||||
* 6. Redistributions of any form whatsoever must retain the following
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
||||||
* acknowledgment:
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
* "This product includes software developed by
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
*
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
* THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
||||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||||
* HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
* SUCH DAMAGE.
|
||||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
||||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -12,7 +12,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 1998-2001 Ralf S. Engelschall. All rights reserved.
|
* The Apache Software License, Version 1.1
|
||||||
|
*
|
||||||
|
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
|
||||||
|
* reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@@ -22,43 +25,38 @@
|
|||||||
* notice, this list of conditions and the following disclaimer.
|
* notice, this list of conditions and the following disclaimer.
|
||||||
*
|
*
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following
|
* notice, this list of conditions and the following disclaimer in
|
||||||
* disclaimer in the documentation and/or other materials
|
* the documentation and/or other materials provided with the
|
||||||
* provided with the distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. All advertising materials mentioning features or use of this
|
* 3. The end-user documentation included with the redistribution,
|
||||||
* software must display the following acknowledgment:
|
* if any, must include the following acknowledgment:
|
||||||
* "This product includes software developed by
|
* "This product includes software developed by the
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* Alternately, this acknowledgment may appear in the software itself,
|
||||||
|
* if and wherever such third-party acknowledgments normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "mod_ssl" must not be used to endorse or promote
|
* 4. The names "Apache" and "Apache Software Foundation" must
|
||||||
* products derived from this software without prior written
|
* not be used to endorse or promote products derived from this
|
||||||
* permission. For written permission, please contact
|
* software without prior written permission. For written
|
||||||
* rse@engelschall.com.
|
* permission, please contact apache@apache.org.
|
||||||
*
|
*
|
||||||
* 5. Products derived from this software may not be called "mod_ssl"
|
* 5. Products derived from this software may not be called "Apache",
|
||||||
* nor may "mod_ssl" appear in their names without prior
|
* nor may "Apache" appear in their name, without prior written
|
||||||
* written permission of Ralf S. Engelschall.
|
* permission of the Apache Software Foundation.
|
||||||
*
|
*
|
||||||
* 6. Redistributions of any form whatsoever must retain the following
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
||||||
* acknowledgment:
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
* "This product includes software developed by
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
*
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
* THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
||||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||||
* HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
* SUCH DAMAGE.
|
||||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
||||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -9,7 +9,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 1998-2001 Ralf S. Engelschall. All rights reserved.
|
* The Apache Software License, Version 1.1
|
||||||
|
*
|
||||||
|
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
|
||||||
|
* reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@@ -19,45 +22,41 @@
|
|||||||
* notice, this list of conditions and the following disclaimer.
|
* notice, this list of conditions and the following disclaimer.
|
||||||
*
|
*
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following
|
* notice, this list of conditions and the following disclaimer in
|
||||||
* disclaimer in the documentation and/or other materials
|
* the documentation and/or other materials provided with the
|
||||||
* provided with the distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. All advertising materials mentioning features or use of this
|
* 3. The end-user documentation included with the redistribution,
|
||||||
* software must display the following acknowledgment:
|
* if any, must include the following acknowledgment:
|
||||||
* "This product includes software developed by
|
* "This product includes software developed by the
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* Alternately, this acknowledgment may appear in the software itself,
|
||||||
|
* if and wherever such third-party acknowledgments normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "mod_ssl" must not be used to endorse or promote
|
* 4. The names "Apache" and "Apache Software Foundation" must
|
||||||
* products derived from this software without prior written
|
* not be used to endorse or promote products derived from this
|
||||||
* permission. For written permission, please contact
|
* software without prior written permission. For written
|
||||||
* rse@engelschall.com.
|
* permission, please contact apache@apache.org.
|
||||||
*
|
*
|
||||||
* 5. Products derived from this software may not be called "mod_ssl"
|
* 5. Products derived from this software may not be called "Apache",
|
||||||
* nor may "mod_ssl" appear in their names without prior
|
* nor may "Apache" appear in their name, without prior written
|
||||||
* written permission of Ralf S. Engelschall.
|
* permission of the Apache Software Foundation.
|
||||||
*
|
*
|
||||||
* 6. Redistributions of any form whatsoever must retain the following
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
||||||
* acknowledgment:
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
* "This product includes software developed by
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
*
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
* THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
||||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||||
* HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
* SUCH DAMAGE.
|
||||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
||||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* ``If you can't do it in
|
/* ``If you can't do it in
|
||||||
C or assembly language,
|
C or assembly language,
|
||||||
it isn't worth doing.''
|
it isn't worth doing.''
|
||||||
|
@@ -9,7 +9,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 1998-2001 Ralf S. Engelschall. All rights reserved.
|
* The Apache Software License, Version 1.1
|
||||||
|
*
|
||||||
|
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
|
||||||
|
* reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@@ -19,43 +22,38 @@
|
|||||||
* notice, this list of conditions and the following disclaimer.
|
* notice, this list of conditions and the following disclaimer.
|
||||||
*
|
*
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following
|
* notice, this list of conditions and the following disclaimer in
|
||||||
* disclaimer in the documentation and/or other materials
|
* the documentation and/or other materials provided with the
|
||||||
* provided with the distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. All advertising materials mentioning features or use of this
|
* 3. The end-user documentation included with the redistribution,
|
||||||
* software must display the following acknowledgment:
|
* if any, must include the following acknowledgment:
|
||||||
* "This product includes software developed by
|
* "This product includes software developed by the
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* Alternately, this acknowledgment may appear in the software itself,
|
||||||
|
* if and wherever such third-party acknowledgments normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "mod_ssl" must not be used to endorse or promote
|
* 4. The names "Apache" and "Apache Software Foundation" must
|
||||||
* products derived from this software without prior written
|
* not be used to endorse or promote products derived from this
|
||||||
* permission. For written permission, please contact
|
* software without prior written permission. For written
|
||||||
* rse@engelschall.com.
|
* permission, please contact apache@apache.org.
|
||||||
*
|
*
|
||||||
* 5. Products derived from this software may not be called "mod_ssl"
|
* 5. Products derived from this software may not be called "Apache",
|
||||||
* nor may "mod_ssl" appear in their names without prior
|
* nor may "Apache" appear in their name, without prior written
|
||||||
* written permission of Ralf S. Engelschall.
|
* permission of the Apache Software Foundation.
|
||||||
*
|
*
|
||||||
* 6. Redistributions of any form whatsoever must retain the following
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
||||||
* acknowledgment:
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
* "This product includes software developed by
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
*
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
* THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
||||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||||
* HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
* SUCH DAMAGE.
|
||||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
||||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
/* ``Only those who attempt the absurd
|
/* ``Only those who attempt the absurd
|
||||||
|
@@ -9,58 +9,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 1998-2001 Ralf S. Engelschall. All rights reserved.
|
* The Apache Software License, Version 1.1
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
|
||||||
* modification, are permitted provided that the following conditions
|
* reserved.
|
||||||
* are met:
|
|
||||||
*
|
|
||||||
* 1. Redistributions of source code must retain the above copyright
|
|
||||||
* notice, this list of conditions and the following disclaimer.
|
|
||||||
*
|
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
|
||||||
* notice, this list of conditions and the following
|
|
||||||
* disclaimer in the documentation and/or other materials
|
|
||||||
* provided with the distribution.
|
|
||||||
*
|
|
||||||
* 3. All advertising materials mentioning features or use of this
|
|
||||||
* software must display the following acknowledgment:
|
|
||||||
* "This product includes software developed by
|
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
|
||||||
*
|
|
||||||
* 4. The names "mod_ssl" must not be used to endorse or promote
|
|
||||||
* products derived from this software without prior written
|
|
||||||
* permission. For written permission, please contact
|
|
||||||
* rse@engelschall.com.
|
|
||||||
*
|
|
||||||
* 5. Products derived from this software may not be called "mod_ssl"
|
|
||||||
* nor may "mod_ssl" appear in their names without prior
|
|
||||||
* written permission of Ralf S. Engelschall.
|
|
||||||
*
|
|
||||||
* 6. Redistributions of any form whatsoever must retain the following
|
|
||||||
* acknowledgment:
|
|
||||||
* "This product includes software developed by
|
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
|
||||||
*
|
|
||||||
* THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
|
|
||||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
||||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR
|
|
||||||
* HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
|
||||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
||||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
* ====================================================================
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* ====================================================================
|
|
||||||
* Copyright (c) 1995-1999 Ben Laurie. All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@@ -74,32 +26,34 @@
|
|||||||
* the documentation and/or other materials provided with the
|
* the documentation and/or other materials provided with the
|
||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. All advertising materials mentioning features or use of this
|
* 3. The end-user documentation included with the redistribution,
|
||||||
* software must display the following acknowledgment:
|
* if any, must include the following acknowledgment:
|
||||||
* "This product includes software developed by Ben Laurie
|
* "This product includes software developed by the
|
||||||
* for use in the Apache-SSL HTTP server project."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
|
* Alternately, this acknowledgment may appear in the software itself,
|
||||||
|
* if and wherever such third-party acknowledgments normally appear.
|
||||||
*
|
*
|
||||||
* 4. The name "Apache-SSL Server" must not be used to
|
* 4. The names "Apache" and "Apache Software Foundation" must
|
||||||
* endorse or promote products derived from this software without
|
* not be used to endorse or promote products derived from this
|
||||||
* prior written permission.
|
* software without prior written permission. For written
|
||||||
|
* permission, please contact apache@apache.org.
|
||||||
*
|
*
|
||||||
* 5. Redistributions of any form whatsoever must retain the following
|
* 5. Products derived from this software may not be called "Apache",
|
||||||
* acknowledgment:
|
* nor may "Apache" appear in their name, without prior written
|
||||||
* "This product includes software developed by Ben Laurie
|
* permission of the Apache Software Foundation.
|
||||||
* for use in the Apache-SSL HTTP server project."
|
|
||||||
*
|
*
|
||||||
* THIS SOFTWARE IS PROVIDED BY BEN LAURIE ``AS IS'' AND ANY
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
||||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BEN LAURIE OR
|
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
||||||
* HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
||||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
/* ``Recursive, adj.;
|
/* ``Recursive, adj.;
|
||||||
|
@@ -9,7 +9,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 1998-2001 Ralf S. Engelschall. All rights reserved.
|
* The Apache Software License, Version 1.1
|
||||||
|
*
|
||||||
|
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
|
||||||
|
* reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@@ -19,43 +22,38 @@
|
|||||||
* notice, this list of conditions and the following disclaimer.
|
* notice, this list of conditions and the following disclaimer.
|
||||||
*
|
*
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following
|
* notice, this list of conditions and the following disclaimer in
|
||||||
* disclaimer in the documentation and/or other materials
|
* the documentation and/or other materials provided with the
|
||||||
* provided with the distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. All advertising materials mentioning features or use of this
|
* 3. The end-user documentation included with the redistribution,
|
||||||
* software must display the following acknowledgment:
|
* if any, must include the following acknowledgment:
|
||||||
* "This product includes software developed by
|
* "This product includes software developed by the
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* Alternately, this acknowledgment may appear in the software itself,
|
||||||
|
* if and wherever such third-party acknowledgments normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "mod_ssl" must not be used to endorse or promote
|
* 4. The names "Apache" and "Apache Software Foundation" must
|
||||||
* products derived from this software without prior written
|
* not be used to endorse or promote products derived from this
|
||||||
* permission. For written permission, please contact
|
* software without prior written permission. For written
|
||||||
* rse@engelschall.com.
|
* permission, please contact apache@apache.org.
|
||||||
*
|
*
|
||||||
* 5. Products derived from this software may not be called "mod_ssl"
|
* 5. Products derived from this software may not be called "Apache",
|
||||||
* nor may "mod_ssl" appear in their names without prior
|
* nor may "Apache" appear in their name, without prior written
|
||||||
* written permission of Ralf S. Engelschall.
|
* permission of the Apache Software Foundation.
|
||||||
*
|
*
|
||||||
* 6. Redistributions of any form whatsoever must retain the following
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
||||||
* acknowledgment:
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
* "This product includes software developed by
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
*
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
* THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
||||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||||
* HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
* SUCH DAMAGE.
|
||||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
||||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
/* ``MY HACK: This universe.
|
/* ``MY HACK: This universe.
|
||||||
|
@@ -9,58 +9,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 1998-2001 Ralf S. Engelschall. All rights reserved.
|
* The Apache Software License, Version 1.1
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
|
||||||
* modification, are permitted provided that the following conditions
|
* reserved.
|
||||||
* are met:
|
|
||||||
*
|
|
||||||
* 1. Redistributions of source code must retain the above copyright
|
|
||||||
* notice, this list of conditions and the following disclaimer.
|
|
||||||
*
|
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
|
||||||
* notice, this list of conditions and the following
|
|
||||||
* disclaimer in the documentation and/or other materials
|
|
||||||
* provided with the distribution.
|
|
||||||
*
|
|
||||||
* 3. All advertising materials mentioning features or use of this
|
|
||||||
* software must display the following acknowledgment:
|
|
||||||
* "This product includes software developed by
|
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
|
||||||
*
|
|
||||||
* 4. The names "mod_ssl" must not be used to endorse or promote
|
|
||||||
* products derived from this software without prior written
|
|
||||||
* permission. For written permission, please contact
|
|
||||||
* rse@engelschall.com.
|
|
||||||
*
|
|
||||||
* 5. Products derived from this software may not be called "mod_ssl"
|
|
||||||
* nor may "mod_ssl" appear in their names without prior
|
|
||||||
* written permission of Ralf S. Engelschall.
|
|
||||||
*
|
|
||||||
* 6. Redistributions of any form whatsoever must retain the following
|
|
||||||
* acknowledgment:
|
|
||||||
* "This product includes software developed by
|
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
|
||||||
*
|
|
||||||
* THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
|
|
||||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
||||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR
|
|
||||||
* HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
|
||||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
||||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
* ====================================================================
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* ====================================================================
|
|
||||||
* Copyright (c) 1995-1999 Ben Laurie. All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@@ -74,32 +26,34 @@
|
|||||||
* the documentation and/or other materials provided with the
|
* the documentation and/or other materials provided with the
|
||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. All advertising materials mentioning features or use of this
|
* 3. The end-user documentation included with the redistribution,
|
||||||
* software must display the following acknowledgment:
|
* if any, must include the following acknowledgment:
|
||||||
* "This product includes software developed by Ben Laurie
|
* "This product includes software developed by the
|
||||||
* for use in the Apache-SSL HTTP server project."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
|
* Alternately, this acknowledgment may appear in the software itself,
|
||||||
|
* if and wherever such third-party acknowledgments normally appear.
|
||||||
*
|
*
|
||||||
* 4. The name "Apache-SSL Server" must not be used to
|
* 4. The names "Apache" and "Apache Software Foundation" must
|
||||||
* endorse or promote products derived from this software without
|
* not be used to endorse or promote products derived from this
|
||||||
* prior written permission.
|
* software without prior written permission. For written
|
||||||
|
* permission, please contact apache@apache.org.
|
||||||
*
|
*
|
||||||
* 5. Redistributions of any form whatsoever must retain the following
|
* 5. Products derived from this software may not be called "Apache",
|
||||||
* acknowledgment:
|
* nor may "Apache" appear in their name, without prior written
|
||||||
* "This product includes software developed by Ben Laurie
|
* permission of the Apache Software Foundation.
|
||||||
* for use in the Apache-SSL HTTP server project."
|
|
||||||
*
|
*
|
||||||
* THIS SOFTWARE IS PROVIDED BY BEN LAURIE ``AS IS'' AND ANY
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
||||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BEN LAURIE OR
|
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
||||||
* HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
||||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
/* ``It took me fifteen years to discover
|
/* ``It took me fifteen years to discover
|
||||||
|
@@ -9,7 +9,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 1998-2001 Ralf S. Engelschall. All rights reserved.
|
* The Apache Software License, Version 1.1
|
||||||
|
*
|
||||||
|
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
|
||||||
|
* reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@@ -19,43 +22,38 @@
|
|||||||
* notice, this list of conditions and the following disclaimer.
|
* notice, this list of conditions and the following disclaimer.
|
||||||
*
|
*
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following
|
* notice, this list of conditions and the following disclaimer in
|
||||||
* disclaimer in the documentation and/or other materials
|
* the documentation and/or other materials provided with the
|
||||||
* provided with the distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. All advertising materials mentioning features or use of this
|
* 3. The end-user documentation included with the redistribution,
|
||||||
* software must display the following acknowledgment:
|
* if any, must include the following acknowledgment:
|
||||||
* "This product includes software developed by
|
* "This product includes software developed by the
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* Alternately, this acknowledgment may appear in the software itself,
|
||||||
|
* if and wherever such third-party acknowledgments normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "mod_ssl" must not be used to endorse or promote
|
* 4. The names "Apache" and "Apache Software Foundation" must
|
||||||
* products derived from this software without prior written
|
* not be used to endorse or promote products derived from this
|
||||||
* permission. For written permission, please contact
|
* software without prior written permission. For written
|
||||||
* rse@engelschall.com.
|
* permission, please contact apache@apache.org.
|
||||||
*
|
*
|
||||||
* 5. Products derived from this software may not be called "mod_ssl"
|
* 5. Products derived from this software may not be called "Apache",
|
||||||
* nor may "mod_ssl" appear in their names without prior
|
* nor may "Apache" appear in their name, without prior written
|
||||||
* written permission of Ralf S. Engelschall.
|
* permission of the Apache Software Foundation.
|
||||||
*
|
*
|
||||||
* 6. Redistributions of any form whatsoever must retain the following
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
||||||
* acknowledgment:
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
* "This product includes software developed by
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
*
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
* THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
||||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||||
* HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
* SUCH DAMAGE.
|
||||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
||||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
/* ``The difference between a computer
|
/* ``The difference between a computer
|
||||||
|
@@ -9,7 +9,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 1998-2001 Ralf S. Engelschall. All rights reserved.
|
* The Apache Software License, Version 1.1
|
||||||
|
*
|
||||||
|
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
|
||||||
|
* reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@@ -19,43 +22,38 @@
|
|||||||
* notice, this list of conditions and the following disclaimer.
|
* notice, this list of conditions and the following disclaimer.
|
||||||
*
|
*
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following
|
* notice, this list of conditions and the following disclaimer in
|
||||||
* disclaimer in the documentation and/or other materials
|
* the documentation and/or other materials provided with the
|
||||||
* provided with the distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. All advertising materials mentioning features or use of this
|
* 3. The end-user documentation included with the redistribution,
|
||||||
* software must display the following acknowledgment:
|
* if any, must include the following acknowledgment:
|
||||||
* "This product includes software developed by
|
* "This product includes software developed by the
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* Alternately, this acknowledgment may appear in the software itself,
|
||||||
|
* if and wherever such third-party acknowledgments normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "mod_ssl" must not be used to endorse or promote
|
* 4. The names "Apache" and "Apache Software Foundation" must
|
||||||
* products derived from this software without prior written
|
* not be used to endorse or promote products derived from this
|
||||||
* permission. For written permission, please contact
|
* software without prior written permission. For written
|
||||||
* rse@engelschall.com.
|
* permission, please contact apache@apache.org.
|
||||||
*
|
*
|
||||||
* 5. Products derived from this software may not be called "mod_ssl"
|
* 5. Products derived from this software may not be called "Apache",
|
||||||
* nor may "mod_ssl" appear in their names without prior
|
* nor may "Apache" appear in their name, without prior written
|
||||||
* written permission of Ralf S. Engelschall.
|
* permission of the Apache Software Foundation.
|
||||||
*
|
*
|
||||||
* 6. Redistributions of any form whatsoever must retain the following
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
||||||
* acknowledgment:
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
* "This product includes software developed by
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
*
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
* THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
||||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||||
* HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
* SUCH DAMAGE.
|
||||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
||||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
/* ``Real programmers confuse
|
/* ``Real programmers confuse
|
||||||
|
@@ -9,7 +9,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 1998-2001 Ralf S. Engelschall. All rights reserved.
|
* The Apache Software License, Version 1.1
|
||||||
|
*
|
||||||
|
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
|
||||||
|
* reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@@ -19,43 +22,38 @@
|
|||||||
* notice, this list of conditions and the following disclaimer.
|
* notice, this list of conditions and the following disclaimer.
|
||||||
*
|
*
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following
|
* notice, this list of conditions and the following disclaimer in
|
||||||
* disclaimer in the documentation and/or other materials
|
* the documentation and/or other materials provided with the
|
||||||
* provided with the distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. All advertising materials mentioning features or use of this
|
* 3. The end-user documentation included with the redistribution,
|
||||||
* software must display the following acknowledgment:
|
* if any, must include the following acknowledgment:
|
||||||
* "This product includes software developed by
|
* "This product includes software developed by the
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* Alternately, this acknowledgment may appear in the software itself,
|
||||||
|
* if and wherever such third-party acknowledgments normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "mod_ssl" must not be used to endorse or promote
|
* 4. The names "Apache" and "Apache Software Foundation" must
|
||||||
* products derived from this software without prior written
|
* not be used to endorse or promote products derived from this
|
||||||
* permission. For written permission, please contact
|
* software without prior written permission. For written
|
||||||
* rse@engelschall.com.
|
* permission, please contact apache@apache.org.
|
||||||
*
|
*
|
||||||
* 5. Products derived from this software may not be called "mod_ssl"
|
* 5. Products derived from this software may not be called "Apache",
|
||||||
* nor may "mod_ssl" appear in their names without prior
|
* nor may "Apache" appear in their name, without prior written
|
||||||
* written permission of Ralf S. Engelschall.
|
* permission of the Apache Software Foundation.
|
||||||
*
|
*
|
||||||
* 6. Redistributions of any form whatsoever must retain the following
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
||||||
* acknowledgment:
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
* "This product includes software developed by
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
*
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
* THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
||||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||||
* HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
* SUCH DAMAGE.
|
||||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
||||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
/* ``Treat your password like your
|
/* ``Treat your password like your
|
||||||
|
@@ -9,7 +9,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 1998-2001 Ralf S. Engelschall. All rights reserved.
|
* The Apache Software License, Version 1.1
|
||||||
|
*
|
||||||
|
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
|
||||||
|
* reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@@ -19,43 +22,38 @@
|
|||||||
* notice, this list of conditions and the following disclaimer.
|
* notice, this list of conditions and the following disclaimer.
|
||||||
*
|
*
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following
|
* notice, this list of conditions and the following disclaimer in
|
||||||
* disclaimer in the documentation and/or other materials
|
* the documentation and/or other materials provided with the
|
||||||
* provided with the distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. All advertising materials mentioning features or use of this
|
* 3. The end-user documentation included with the redistribution,
|
||||||
* software must display the following acknowledgment:
|
* if any, must include the following acknowledgment:
|
||||||
* "This product includes software developed by
|
* "This product includes software developed by the
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* Alternately, this acknowledgment may appear in the software itself,
|
||||||
|
* if and wherever such third-party acknowledgments normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "mod_ssl" must not be used to endorse or promote
|
* 4. The names "Apache" and "Apache Software Foundation" must
|
||||||
* products derived from this software without prior written
|
* not be used to endorse or promote products derived from this
|
||||||
* permission. For written permission, please contact
|
* software without prior written permission. For written
|
||||||
* rse@engelschall.com.
|
* permission, please contact apache@apache.org.
|
||||||
*
|
*
|
||||||
* 5. Products derived from this software may not be called "mod_ssl"
|
* 5. Products derived from this software may not be called "Apache",
|
||||||
* nor may "mod_ssl" appear in their names without prior
|
* nor may "Apache" appear in their name, without prior written
|
||||||
* written permission of Ralf S. Engelschall.
|
* permission of the Apache Software Foundation.
|
||||||
*
|
*
|
||||||
* 6. Redistributions of any form whatsoever must retain the following
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
||||||
* acknowledgment:
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
* "This product includes software developed by
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
*
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
* THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
||||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||||
* HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
* SUCH DAMAGE.
|
||||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
||||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
/* ``The generation of random
|
/* ``The generation of random
|
||||||
|
@@ -9,7 +9,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 1998-2001 Ralf S. Engelschall. All rights reserved.
|
* The Apache Software License, Version 1.1
|
||||||
|
*
|
||||||
|
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
|
||||||
|
* reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@@ -19,43 +22,38 @@
|
|||||||
* notice, this list of conditions and the following disclaimer.
|
* notice, this list of conditions and the following disclaimer.
|
||||||
*
|
*
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following
|
* notice, this list of conditions and the following disclaimer in
|
||||||
* disclaimer in the documentation and/or other materials
|
* the documentation and/or other materials provided with the
|
||||||
* provided with the distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. All advertising materials mentioning features or use of this
|
* 3. The end-user documentation included with the redistribution,
|
||||||
* software must display the following acknowledgment:
|
* if any, must include the following acknowledgment:
|
||||||
* "This product includes software developed by
|
* "This product includes software developed by the
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* Alternately, this acknowledgment may appear in the software itself,
|
||||||
|
* if and wherever such third-party acknowledgments normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "mod_ssl" must not be used to endorse or promote
|
* 4. The names "Apache" and "Apache Software Foundation" must
|
||||||
* products derived from this software without prior written
|
* not be used to endorse or promote products derived from this
|
||||||
* permission. For written permission, please contact
|
* software without prior written permission. For written
|
||||||
* rse@engelschall.com.
|
* permission, please contact apache@apache.org.
|
||||||
*
|
*
|
||||||
* 5. Products derived from this software may not be called "mod_ssl"
|
* 5. Products derived from this software may not be called "Apache",
|
||||||
* nor may "mod_ssl" appear in their names without prior
|
* nor may "Apache" appear in their name, without prior written
|
||||||
* written permission of Ralf S. Engelschall.
|
* permission of the Apache Software Foundation.
|
||||||
*
|
*
|
||||||
* 6. Redistributions of any form whatsoever must retain the following
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
||||||
* acknowledgment:
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
* "This product includes software developed by
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
*
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
* THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
||||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||||
* HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
* SUCH DAMAGE.
|
||||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
||||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
/* ``Those of you who think they
|
/* ``Those of you who think they
|
||||||
|
@@ -9,7 +9,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 1998-2001 Ralf S. Engelschall. All rights reserved.
|
* The Apache Software License, Version 1.1
|
||||||
|
*
|
||||||
|
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
|
||||||
|
* reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@@ -19,43 +22,38 @@
|
|||||||
* notice, this list of conditions and the following disclaimer.
|
* notice, this list of conditions and the following disclaimer.
|
||||||
*
|
*
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following
|
* notice, this list of conditions and the following disclaimer in
|
||||||
* disclaimer in the documentation and/or other materials
|
* the documentation and/or other materials provided with the
|
||||||
* provided with the distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. All advertising materials mentioning features or use of this
|
* 3. The end-user documentation included with the redistribution,
|
||||||
* software must display the following acknowledgment:
|
* if any, must include the following acknowledgment:
|
||||||
* "This product includes software developed by
|
* "This product includes software developed by the
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* Alternately, this acknowledgment may appear in the software itself,
|
||||||
|
* if and wherever such third-party acknowledgments normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "mod_ssl" must not be used to endorse or promote
|
* 4. The names "Apache" and "Apache Software Foundation" must
|
||||||
* products derived from this software without prior written
|
* not be used to endorse or promote products derived from this
|
||||||
* permission. For written permission, please contact
|
* software without prior written permission. For written
|
||||||
* rse@engelschall.com.
|
* permission, please contact apache@apache.org.
|
||||||
*
|
*
|
||||||
* 5. Products derived from this software may not be called "mod_ssl"
|
* 5. Products derived from this software may not be called "Apache",
|
||||||
* nor may "mod_ssl" appear in their names without prior
|
* nor may "Apache" appear in their name, without prior written
|
||||||
* written permission of Ralf S. Engelschall.
|
* permission of the Apache Software Foundation.
|
||||||
*
|
*
|
||||||
* 6. Redistributions of any form whatsoever must retain the following
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
||||||
* acknowledgment:
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
* "This product includes software developed by
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
*
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
* THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
||||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||||
* HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
* SUCH DAMAGE.
|
||||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
||||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
/* ``It is hard to fly with
|
/* ``It is hard to fly with
|
||||||
|
@@ -9,7 +9,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 1998-2001 Ralf S. Engelschall. All rights reserved.
|
* The Apache Software License, Version 1.1
|
||||||
|
*
|
||||||
|
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
|
||||||
|
* reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@@ -19,46 +22,40 @@
|
|||||||
* notice, this list of conditions and the following disclaimer.
|
* notice, this list of conditions and the following disclaimer.
|
||||||
*
|
*
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following
|
* notice, this list of conditions and the following disclaimer in
|
||||||
* disclaimer in the documentation and/or other materials
|
* the documentation and/or other materials provided with the
|
||||||
* provided with the distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. All advertising materials mentioning features or use of this
|
* 3. The end-user documentation included with the redistribution,
|
||||||
* software must display the following acknowledgment:
|
* if any, must include the following acknowledgment:
|
||||||
* "This product includes software developed by
|
* "This product includes software developed by the
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* Alternately, this acknowledgment may appear in the software itself,
|
||||||
|
* if and wherever such third-party acknowledgments normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "mod_ssl" must not be used to endorse or promote
|
* 4. The names "Apache" and "Apache Software Foundation" must
|
||||||
* products derived from this software without prior written
|
* not be used to endorse or promote products derived from this
|
||||||
* permission. For written permission, please contact
|
* software without prior written permission. For written
|
||||||
* rse@engelschall.com.
|
* permission, please contact apache@apache.org.
|
||||||
*
|
*
|
||||||
* 5. Products derived from this software may not be called "mod_ssl"
|
* 5. Products derived from this software may not be called "Apache",
|
||||||
* nor may "mod_ssl" appear in their names without prior
|
* nor may "Apache" appear in their name, without prior written
|
||||||
* written permission of Ralf S. Engelschall.
|
* permission of the Apache Software Foundation.
|
||||||
*
|
*
|
||||||
* 6. Redistributions of any form whatsoever must retain the following
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
||||||
* acknowledgment:
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
* "This product includes software developed by
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
*
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
* THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
||||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||||
* HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
* SUCH DAMAGE.
|
||||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
||||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* ``May all your PUSHes be POPed.'' */
|
/* ``May all your PUSHes be POPed.'' */
|
||||||
|
|
||||||
#ifndef SSL_EXPR_H
|
#ifndef SSL_EXPR_H
|
||||||
|
@@ -9,7 +9,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 1998-2001 Ralf S. Engelschall. All rights reserved.
|
* The Apache Software License, Version 1.1
|
||||||
|
*
|
||||||
|
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
|
||||||
|
* reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@@ -19,43 +22,38 @@
|
|||||||
* notice, this list of conditions and the following disclaimer.
|
* notice, this list of conditions and the following disclaimer.
|
||||||
*
|
*
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following
|
* notice, this list of conditions and the following disclaimer in
|
||||||
* disclaimer in the documentation and/or other materials
|
* the documentation and/or other materials provided with the
|
||||||
* provided with the distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. All advertising materials mentioning features or use of this
|
* 3. The end-user documentation included with the redistribution,
|
||||||
* software must display the following acknowledgment:
|
* if any, must include the following acknowledgment:
|
||||||
* "This product includes software developed by
|
* "This product includes software developed by the
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* Alternately, this acknowledgment may appear in the software itself,
|
||||||
|
* if and wherever such third-party acknowledgments normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "mod_ssl" must not be used to endorse or promote
|
* 4. The names "Apache" and "Apache Software Foundation" must
|
||||||
* products derived from this software without prior written
|
* not be used to endorse or promote products derived from this
|
||||||
* permission. For written permission, please contact
|
* software without prior written permission. For written
|
||||||
* rse@engelschall.com.
|
* permission, please contact apache@apache.org.
|
||||||
*
|
*
|
||||||
* 5. Products derived from this software may not be called "mod_ssl"
|
* 5. Products derived from this software may not be called "Apache",
|
||||||
* nor may "mod_ssl" appear in their names without prior
|
* nor may "Apache" appear in their name, without prior written
|
||||||
* written permission of Ralf S. Engelschall.
|
* permission of the Apache Software Foundation.
|
||||||
*
|
*
|
||||||
* 6. Redistributions of any form whatsoever must retain the following
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
||||||
* acknowledgment:
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
* "This product includes software developed by
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
*
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
* THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
||||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||||
* HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
* SUCH DAMAGE.
|
||||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
||||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
/* ``Make love,
|
/* ``Make love,
|
||||||
|
@@ -9,7 +9,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 1998-2001 Ralf S. Engelschall. All rights reserved.
|
* The Apache Software License, Version 1.1
|
||||||
|
*
|
||||||
|
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
|
||||||
|
* reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@@ -19,46 +22,40 @@
|
|||||||
* notice, this list of conditions and the following disclaimer.
|
* notice, this list of conditions and the following disclaimer.
|
||||||
*
|
*
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following
|
* notice, this list of conditions and the following disclaimer in
|
||||||
* disclaimer in the documentation and/or other materials
|
* the documentation and/or other materials provided with the
|
||||||
* provided with the distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. All advertising materials mentioning features or use of this
|
* 3. The end-user documentation included with the redistribution,
|
||||||
* software must display the following acknowledgment:
|
* if any, must include the following acknowledgment:
|
||||||
* "This product includes software developed by
|
* "This product includes software developed by the
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* Alternately, this acknowledgment may appear in the software itself,
|
||||||
|
* if and wherever such third-party acknowledgments normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "mod_ssl" must not be used to endorse or promote
|
* 4. The names "Apache" and "Apache Software Foundation" must
|
||||||
* products derived from this software without prior written
|
* not be used to endorse or promote products derived from this
|
||||||
* permission. For written permission, please contact
|
* software without prior written permission. For written
|
||||||
* rse@engelschall.com.
|
* permission, please contact apache@apache.org.
|
||||||
*
|
*
|
||||||
* 5. Products derived from this software may not be called "mod_ssl"
|
* 5. Products derived from this software may not be called "Apache",
|
||||||
* nor may "mod_ssl" appear in their names without prior
|
* nor may "Apache" appear in their name, without prior written
|
||||||
* written permission of Ralf S. Engelschall.
|
* permission of the Apache Software Foundation.
|
||||||
*
|
*
|
||||||
* 6. Redistributions of any form whatsoever must retain the following
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
||||||
* acknowledgment:
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
* "This product includes software developed by
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
*
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
* THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
||||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||||
* HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
* SUCH DAMAGE.
|
||||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
||||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* ``What you see is all you get.''
|
/* ``What you see is all you get.''
|
||||||
-- Brian Kernighan */
|
-- Brian Kernighan */
|
||||||
|
|
||||||
|
@@ -9,7 +9,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 1998-2001 Ralf S. Engelschall. All rights reserved.
|
* The Apache Software License, Version 1.1
|
||||||
|
*
|
||||||
|
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
|
||||||
|
* reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@@ -19,46 +22,40 @@
|
|||||||
* notice, this list of conditions and the following disclaimer.
|
* notice, this list of conditions and the following disclaimer.
|
||||||
*
|
*
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following
|
* notice, this list of conditions and the following disclaimer in
|
||||||
* disclaimer in the documentation and/or other materials
|
* the documentation and/or other materials provided with the
|
||||||
* provided with the distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. All advertising materials mentioning features or use of this
|
* 3. The end-user documentation included with the redistribution,
|
||||||
* software must display the following acknowledgment:
|
* if any, must include the following acknowledgment:
|
||||||
* "This product includes software developed by
|
* "This product includes software developed by the
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* Alternately, this acknowledgment may appear in the software itself,
|
||||||
|
* if and wherever such third-party acknowledgments normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "mod_ssl" must not be used to endorse or promote
|
* 4. The names "Apache" and "Apache Software Foundation" must
|
||||||
* products derived from this software without prior written
|
* not be used to endorse or promote products derived from this
|
||||||
* permission. For written permission, please contact
|
* software without prior written permission. For written
|
||||||
* rse@engelschall.com.
|
* permission, please contact apache@apache.org.
|
||||||
*
|
*
|
||||||
* 5. Products derived from this software may not be called "mod_ssl"
|
* 5. Products derived from this software may not be called "Apache",
|
||||||
* nor may "mod_ssl" appear in their names without prior
|
* nor may "Apache" appear in their name, without prior written
|
||||||
* written permission of Ralf S. Engelschall.
|
* permission of the Apache Software Foundation.
|
||||||
*
|
*
|
||||||
* 6. Redistributions of any form whatsoever must retain the following
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
||||||
* acknowledgment:
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
* "This product includes software developed by
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
*
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
* THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
||||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||||
* HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
* SUCH DAMAGE.
|
||||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
||||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* ``Killing for peace is
|
/* ``Killing for peace is
|
||||||
like fucking for virginity.''
|
like fucking for virginity.''
|
||||||
-- Unknown */
|
-- Unknown */
|
||||||
|
@@ -9,7 +9,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 1998-2001 Ralf S. Engelschall. All rights reserved.
|
* The Apache Software License, Version 1.1
|
||||||
|
*
|
||||||
|
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
|
||||||
|
* reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@@ -19,43 +22,38 @@
|
|||||||
* notice, this list of conditions and the following disclaimer.
|
* notice, this list of conditions and the following disclaimer.
|
||||||
*
|
*
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following
|
* notice, this list of conditions and the following disclaimer in
|
||||||
* disclaimer in the documentation and/or other materials
|
* the documentation and/or other materials provided with the
|
||||||
* provided with the distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. All advertising materials mentioning features or use of this
|
* 3. The end-user documentation included with the redistribution,
|
||||||
* software must display the following acknowledgment:
|
* if any, must include the following acknowledgment:
|
||||||
* "This product includes software developed by
|
* "This product includes software developed by the
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* Alternately, this acknowledgment may appear in the software itself,
|
||||||
|
* if and wherever such third-party acknowledgments normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "mod_ssl" must not be used to endorse or promote
|
* 4. The names "Apache" and "Apache Software Foundation" must
|
||||||
* products derived from this software without prior written
|
* not be used to endorse or promote products derived from this
|
||||||
* permission. For written permission, please contact
|
* software without prior written permission. For written
|
||||||
* rse@engelschall.com.
|
* permission, please contact apache@apache.org.
|
||||||
*
|
*
|
||||||
* 5. Products derived from this software may not be called "mod_ssl"
|
* 5. Products derived from this software may not be called "Apache",
|
||||||
* nor may "mod_ssl" appear in their names without prior
|
* nor may "Apache" appear in their name, without prior written
|
||||||
* written permission of Ralf S. Engelschall.
|
* permission of the Apache Software Foundation.
|
||||||
*
|
*
|
||||||
* 6. Redistributions of any form whatsoever must retain the following
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
||||||
* acknowledgment:
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
* "This product includes software developed by
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
*
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
* THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
||||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||||
* HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
* SUCH DAMAGE.
|
||||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
||||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
/* ``Open-Source Software: generous
|
/* ``Open-Source Software: generous
|
||||||
|
@@ -9,7 +9,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 1998-2001 Ralf S. Engelschall. All rights reserved.
|
* The Apache Software License, Version 1.1
|
||||||
|
*
|
||||||
|
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
|
||||||
|
* reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@@ -19,43 +22,38 @@
|
|||||||
* notice, this list of conditions and the following disclaimer.
|
* notice, this list of conditions and the following disclaimer.
|
||||||
*
|
*
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following
|
* notice, this list of conditions and the following disclaimer in
|
||||||
* disclaimer in the documentation and/or other materials
|
* the documentation and/or other materials provided with the
|
||||||
* provided with the distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. All advertising materials mentioning features or use of this
|
* 3. The end-user documentation included with the redistribution,
|
||||||
* software must display the following acknowledgment:
|
* if any, must include the following acknowledgment:
|
||||||
* "This product includes software developed by
|
* "This product includes software developed by the
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* Alternately, this acknowledgment may appear in the software itself,
|
||||||
|
* if and wherever such third-party acknowledgments normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "mod_ssl" must not be used to endorse or promote
|
* 4. The names "Apache" and "Apache Software Foundation" must
|
||||||
* products derived from this software without prior written
|
* not be used to endorse or promote products derived from this
|
||||||
* permission. For written permission, please contact
|
* software without prior written permission. For written
|
||||||
* rse@engelschall.com.
|
* permission, please contact apache@apache.org.
|
||||||
*
|
*
|
||||||
* 5. Products derived from this software may not be called "mod_ssl"
|
* 5. Products derived from this software may not be called "Apache",
|
||||||
* nor may "mod_ssl" appear in their names without prior
|
* nor may "Apache" appear in their name, without prior written
|
||||||
* written permission of Ralf S. Engelschall.
|
* permission of the Apache Software Foundation.
|
||||||
*
|
*
|
||||||
* 6. Redistributions of any form whatsoever must retain the following
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
||||||
* acknowledgment:
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
* "This product includes software developed by
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
*
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
* THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
||||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||||
* HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
* SUCH DAMAGE.
|
||||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
||||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -9,7 +9,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 2000-2001 Ralf S. Engelschall. All rights reserved.
|
* The Apache Software License, Version 1.1
|
||||||
|
*
|
||||||
|
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
|
||||||
|
* reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@@ -19,43 +22,38 @@
|
|||||||
* notice, this list of conditions and the following disclaimer.
|
* notice, this list of conditions and the following disclaimer.
|
||||||
*
|
*
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following
|
* notice, this list of conditions and the following disclaimer in
|
||||||
* disclaimer in the documentation and/or other materials
|
* the documentation and/or other materials provided with the
|
||||||
* provided with the distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. All advertising materials mentioning features or use of this
|
* 3. The end-user documentation included with the redistribution,
|
||||||
* software must display the following acknowledgment:
|
* if any, must include the following acknowledgment:
|
||||||
* "This product includes software developed by
|
* "This product includes software developed by the
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* Alternately, this acknowledgment may appear in the software itself,
|
||||||
|
* if and wherever such third-party acknowledgments normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "mod_ssl" must not be used to endorse or promote
|
* 4. The names "Apache" and "Apache Software Foundation" must
|
||||||
* products derived from this software without prior written
|
* not be used to endorse or promote products derived from this
|
||||||
* permission. For written permission, please contact
|
* software without prior written permission. For written
|
||||||
* rse@engelschall.com.
|
* permission, please contact apache@apache.org.
|
||||||
*
|
*
|
||||||
* 5. Products derived from this software may not be called "mod_ssl"
|
* 5. Products derived from this software may not be called "Apache",
|
||||||
* nor may "mod_ssl" appear in their names without prior
|
* nor may "Apache" appear in their name, without prior written
|
||||||
* written permission of Ralf S. Engelschall.
|
* permission of the Apache Software Foundation.
|
||||||
*
|
*
|
||||||
* 6. Redistributions of any form whatsoever must retain the following
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
||||||
* acknowledgment:
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
* "This product includes software developed by
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
*
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
* THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
||||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||||
* HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
* SUCH DAMAGE.
|
||||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
||||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -9,7 +9,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 1998-2001 Ralf S. Engelschall. All rights reserved.
|
* The Apache Software License, Version 1.1
|
||||||
|
*
|
||||||
|
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
|
||||||
|
* reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@@ -19,43 +22,38 @@
|
|||||||
* notice, this list of conditions and the following disclaimer.
|
* notice, this list of conditions and the following disclaimer.
|
||||||
*
|
*
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following
|
* notice, this list of conditions and the following disclaimer in
|
||||||
* disclaimer in the documentation and/or other materials
|
* the documentation and/or other materials provided with the
|
||||||
* provided with the distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. All advertising materials mentioning features or use of this
|
* 3. The end-user documentation included with the redistribution,
|
||||||
* software must display the following acknowledgment:
|
* if any, must include the following acknowledgment:
|
||||||
* "This product includes software developed by
|
* "This product includes software developed by the
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* Alternately, this acknowledgment may appear in the software itself,
|
||||||
|
* if and wherever such third-party acknowledgments normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "mod_ssl" must not be used to endorse or promote
|
* 4. The names "Apache" and "Apache Software Foundation" must
|
||||||
* products derived from this software without prior written
|
* not be used to endorse or promote products derived from this
|
||||||
* permission. For written permission, please contact
|
* software without prior written permission. For written
|
||||||
* rse@engelschall.com.
|
* permission, please contact apache@apache.org.
|
||||||
*
|
*
|
||||||
* 5. Products derived from this software may not be called "mod_ssl"
|
* 5. Products derived from this software may not be called "Apache",
|
||||||
* nor may "mod_ssl" appear in their names without prior
|
* nor may "Apache" appear in their name, without prior written
|
||||||
* written permission of Ralf S. Engelschall.
|
* permission of the Apache Software Foundation.
|
||||||
*
|
*
|
||||||
* 6. Redistributions of any form whatsoever must retain the following
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
||||||
* acknowledgment:
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
* "This product includes software developed by
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
*
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
* THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
||||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||||
* HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
* SUCH DAMAGE.
|
||||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
||||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -9,58 +9,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 1998-2001 Ralf S. Engelschall. All rights reserved.
|
* The Apache Software License, Version 1.1
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
|
||||||
* modification, are permitted provided that the following conditions
|
* reserved.
|
||||||
* are met:
|
|
||||||
*
|
|
||||||
* 1. Redistributions of source code must retain the above copyright
|
|
||||||
* notice, this list of conditions and the following disclaimer.
|
|
||||||
*
|
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
|
||||||
* notice, this list of conditions and the following
|
|
||||||
* disclaimer in the documentation and/or other materials
|
|
||||||
* provided with the distribution.
|
|
||||||
*
|
|
||||||
* 3. All advertising materials mentioning features or use of this
|
|
||||||
* software must display the following acknowledgment:
|
|
||||||
* "This product includes software developed by
|
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
|
||||||
*
|
|
||||||
* 4. The names "mod_ssl" must not be used to endorse or promote
|
|
||||||
* products derived from this software without prior written
|
|
||||||
* permission. For written permission, please contact
|
|
||||||
* rse@engelschall.com.
|
|
||||||
*
|
|
||||||
* 5. Products derived from this software may not be called "mod_ssl"
|
|
||||||
* nor may "mod_ssl" appear in their names without prior
|
|
||||||
* written permission of Ralf S. Engelschall.
|
|
||||||
*
|
|
||||||
* 6. Redistributions of any form whatsoever must retain the following
|
|
||||||
* acknowledgment:
|
|
||||||
* "This product includes software developed by
|
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
|
||||||
*
|
|
||||||
* THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
|
|
||||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
||||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR
|
|
||||||
* HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
|
||||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
||||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
* ====================================================================
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* ====================================================================
|
|
||||||
* Copyright (c) 1995-1999 Ben Laurie. All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@@ -74,32 +26,34 @@
|
|||||||
* the documentation and/or other materials provided with the
|
* the documentation and/or other materials provided with the
|
||||||
* distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. All advertising materials mentioning features or use of this
|
* 3. The end-user documentation included with the redistribution,
|
||||||
* software must display the following acknowledgment:
|
* if any, must include the following acknowledgment:
|
||||||
* "This product includes software developed by Ben Laurie
|
* "This product includes software developed by the
|
||||||
* for use in the Apache-SSL HTTP server project."
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
|
* Alternately, this acknowledgment may appear in the software itself,
|
||||||
|
* if and wherever such third-party acknowledgments normally appear.
|
||||||
*
|
*
|
||||||
* 4. The name "Apache-SSL Server" must not be used to
|
* 4. The names "Apache" and "Apache Software Foundation" must
|
||||||
* endorse or promote products derived from this software without
|
* not be used to endorse or promote products derived from this
|
||||||
* prior written permission.
|
* software without prior written permission. For written
|
||||||
|
* permission, please contact apache@apache.org.
|
||||||
*
|
*
|
||||||
* 5. Redistributions of any form whatsoever must retain the following
|
* 5. Products derived from this software may not be called "Apache",
|
||||||
* acknowledgment:
|
* nor may "Apache" appear in their name, without prior written
|
||||||
* "This product includes software developed by Ben Laurie
|
* permission of the Apache Software Foundation.
|
||||||
* for use in the Apache-SSL HTTP server project."
|
|
||||||
*
|
*
|
||||||
* THIS SOFTWARE IS PROVIDED BY BEN LAURIE ``AS IS'' AND ANY
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
||||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BEN LAURIE OR
|
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
||||||
* HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
||||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
/* ``Every day of my life
|
/* ``Every day of my life
|
||||||
|
@@ -9,7 +9,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 1998-2001 Ralf S. Engelschall. All rights reserved.
|
* The Apache Software License, Version 1.1
|
||||||
|
*
|
||||||
|
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
|
||||||
|
* reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@@ -19,43 +22,38 @@
|
|||||||
* notice, this list of conditions and the following disclaimer.
|
* notice, this list of conditions and the following disclaimer.
|
||||||
*
|
*
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following
|
* notice, this list of conditions and the following disclaimer in
|
||||||
* disclaimer in the documentation and/or other materials
|
* the documentation and/or other materials provided with the
|
||||||
* provided with the distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. All advertising materials mentioning features or use of this
|
* 3. The end-user documentation included with the redistribution,
|
||||||
* software must display the following acknowledgment:
|
* if any, must include the following acknowledgment:
|
||||||
* "This product includes software developed by
|
* "This product includes software developed by the
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* Alternately, this acknowledgment may appear in the software itself,
|
||||||
|
* if and wherever such third-party acknowledgments normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "mod_ssl" must not be used to endorse or promote
|
* 4. The names "Apache" and "Apache Software Foundation" must
|
||||||
* products derived from this software without prior written
|
* not be used to endorse or promote products derived from this
|
||||||
* permission. For written permission, please contact
|
* software without prior written permission. For written
|
||||||
* rse@engelschall.com.
|
* permission, please contact apache@apache.org.
|
||||||
*
|
*
|
||||||
* 5. Products derived from this software may not be called "mod_ssl"
|
* 5. Products derived from this software may not be called "Apache",
|
||||||
* nor may "mod_ssl" appear in their names without prior
|
* nor may "Apache" appear in their name, without prior written
|
||||||
* written permission of Ralf S. Engelschall.
|
* permission of the Apache Software Foundation.
|
||||||
*
|
*
|
||||||
* 6. Redistributions of any form whatsoever must retain the following
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
||||||
* acknowledgment:
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
* "This product includes software developed by
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
*
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
* THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
||||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||||
* HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
* SUCH DAMAGE.
|
||||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
||||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -9,7 +9,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 1998-2001 Ralf S. Engelschall. All rights reserved.
|
* The Apache Software License, Version 1.1
|
||||||
|
*
|
||||||
|
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
|
||||||
|
* reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@@ -19,43 +22,38 @@
|
|||||||
* notice, this list of conditions and the following disclaimer.
|
* notice, this list of conditions and the following disclaimer.
|
||||||
*
|
*
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following
|
* notice, this list of conditions and the following disclaimer in
|
||||||
* disclaimer in the documentation and/or other materials
|
* the documentation and/or other materials provided with the
|
||||||
* provided with the distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. All advertising materials mentioning features or use of this
|
* 3. The end-user documentation included with the redistribution,
|
||||||
* software must display the following acknowledgment:
|
* if any, must include the following acknowledgment:
|
||||||
* "This product includes software developed by
|
* "This product includes software developed by the
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* Alternately, this acknowledgment may appear in the software itself,
|
||||||
|
* if and wherever such third-party acknowledgments normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "mod_ssl" must not be used to endorse or promote
|
* 4. The names "Apache" and "Apache Software Foundation" must
|
||||||
* products derived from this software without prior written
|
* not be used to endorse or promote products derived from this
|
||||||
* permission. For written permission, please contact
|
* software without prior written permission. For written
|
||||||
* rse@engelschall.com.
|
* permission, please contact apache@apache.org.
|
||||||
*
|
*
|
||||||
* 5. Products derived from this software may not be called "mod_ssl"
|
* 5. Products derived from this software may not be called "Apache",
|
||||||
* nor may "mod_ssl" appear in their names without prior
|
* nor may "Apache" appear in their name, without prior written
|
||||||
* written permission of Ralf S. Engelschall.
|
* permission of the Apache Software Foundation.
|
||||||
*
|
*
|
||||||
* 6. Redistributions of any form whatsoever must retain the following
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
||||||
* acknowledgment:
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
* "This product includes software developed by
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
*
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
* THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
||||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||||
* HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
* SUCH DAMAGE.
|
||||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
||||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -9,7 +9,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 1998-2001 Ralf S. Engelschall. All rights reserved.
|
* The Apache Software License, Version 1.1
|
||||||
|
*
|
||||||
|
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
|
||||||
|
* reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@@ -19,43 +22,38 @@
|
|||||||
* notice, this list of conditions and the following disclaimer.
|
* notice, this list of conditions and the following disclaimer.
|
||||||
*
|
*
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following
|
* notice, this list of conditions and the following disclaimer in
|
||||||
* disclaimer in the documentation and/or other materials
|
* the documentation and/or other materials provided with the
|
||||||
* provided with the distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. All advertising materials mentioning features or use of this
|
* 3. The end-user documentation included with the redistribution,
|
||||||
* software must display the following acknowledgment:
|
* if any, must include the following acknowledgment:
|
||||||
* "This product includes software developed by
|
* "This product includes software developed by the
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* Alternately, this acknowledgment may appear in the software itself,
|
||||||
|
* if and wherever such third-party acknowledgments normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "mod_ssl" must not be used to endorse or promote
|
* 4. The names "Apache" and "Apache Software Foundation" must
|
||||||
* products derived from this software without prior written
|
* not be used to endorse or promote products derived from this
|
||||||
* permission. For written permission, please contact
|
* software without prior written permission. For written
|
||||||
* rse@engelschall.com.
|
* permission, please contact apache@apache.org.
|
||||||
*
|
*
|
||||||
* 5. Products derived from this software may not be called "mod_ssl"
|
* 5. Products derived from this software may not be called "Apache",
|
||||||
* nor may "mod_ssl" appear in their names without prior
|
* nor may "Apache" appear in their name, without prior written
|
||||||
* written permission of Ralf S. Engelschall.
|
* permission of the Apache Software Foundation.
|
||||||
*
|
*
|
||||||
* 6. Redistributions of any form whatsoever must retain the following
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
||||||
* acknowledgment:
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
* "This product includes software developed by
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
*
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
* THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
||||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||||
* HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
* SUCH DAMAGE.
|
||||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
||||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -9,7 +9,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 1998-2001 Ralf S. Engelschall. All rights reserved.
|
* The Apache Software License, Version 1.1
|
||||||
|
*
|
||||||
|
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
|
||||||
|
* reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@@ -19,43 +22,38 @@
|
|||||||
* notice, this list of conditions and the following disclaimer.
|
* notice, this list of conditions and the following disclaimer.
|
||||||
*
|
*
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following
|
* notice, this list of conditions and the following disclaimer in
|
||||||
* disclaimer in the documentation and/or other materials
|
* the documentation and/or other materials provided with the
|
||||||
* provided with the distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. All advertising materials mentioning features or use of this
|
* 3. The end-user documentation included with the redistribution,
|
||||||
* software must display the following acknowledgment:
|
* if any, must include the following acknowledgment:
|
||||||
* "This product includes software developed by
|
* "This product includes software developed by the
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* Alternately, this acknowledgment may appear in the software itself,
|
||||||
|
* if and wherever such third-party acknowledgments normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "mod_ssl" must not be used to endorse or promote
|
* 4. The names "Apache" and "Apache Software Foundation" must
|
||||||
* products derived from this software without prior written
|
* not be used to endorse or promote products derived from this
|
||||||
* permission. For written permission, please contact
|
* software without prior written permission. For written
|
||||||
* rse@engelschall.com.
|
* permission, please contact apache@apache.org.
|
||||||
*
|
*
|
||||||
* 5. Products derived from this software may not be called "mod_ssl"
|
* 5. Products derived from this software may not be called "Apache",
|
||||||
* nor may "mod_ssl" appear in their names without prior
|
* nor may "Apache" appear in their name, without prior written
|
||||||
* written permission of Ralf S. Engelschall.
|
* permission of the Apache Software Foundation.
|
||||||
*
|
*
|
||||||
* 6. Redistributions of any form whatsoever must retain the following
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
||||||
* acknowledgment:
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
* "This product includes software developed by
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
*
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
* THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
||||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||||
* HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
* SUCH DAMAGE.
|
||||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
||||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -9,7 +9,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 1999-2001 Ralf S. Engelschall. All rights reserved.
|
* The Apache Software License, Version 1.1
|
||||||
|
*
|
||||||
|
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
|
||||||
|
* reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@@ -19,43 +22,38 @@
|
|||||||
* notice, this list of conditions and the following disclaimer.
|
* notice, this list of conditions and the following disclaimer.
|
||||||
*
|
*
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following
|
* notice, this list of conditions and the following disclaimer in
|
||||||
* disclaimer in the documentation and/or other materials
|
* the documentation and/or other materials provided with the
|
||||||
* provided with the distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. All advertising materials mentioning features or use of this
|
* 3. The end-user documentation included with the redistribution,
|
||||||
* software must display the following acknowledgment:
|
* if any, must include the following acknowledgment:
|
||||||
* "This product includes software developed by
|
* "This product includes software developed by the
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* Alternately, this acknowledgment may appear in the software itself,
|
||||||
|
* if and wherever such third-party acknowledgments normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "mod_ssl" must not be used to endorse or promote
|
* 4. The names "Apache" and "Apache Software Foundation" must
|
||||||
* products derived from this software without prior written
|
* not be used to endorse or promote products derived from this
|
||||||
* permission. For written permission, please contact
|
* software without prior written permission. For written
|
||||||
* rse@engelschall.com.
|
* permission, please contact apache@apache.org.
|
||||||
*
|
*
|
||||||
* 5. Products derived from this software may not be called "mod_ssl"
|
* 5. Products derived from this software may not be called "Apache",
|
||||||
* nor may "mod_ssl" appear in their names without prior
|
* nor may "Apache" appear in their name, without prior written
|
||||||
* written permission of Ralf S. Engelschall.
|
* permission of the Apache Software Foundation.
|
||||||
*
|
*
|
||||||
* 6. Redistributions of any form whatsoever must retain the following
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
||||||
* acknowledgment:
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
* "This product includes software developed by
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
*
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
* THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
||||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||||
* HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
* SUCH DAMAGE.
|
||||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
||||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -9,7 +9,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 1999-2001 Ralf S. Engelschall. All rights reserved.
|
* The Apache Software License, Version 1.1
|
||||||
|
*
|
||||||
|
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
|
||||||
|
* reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@@ -19,43 +22,38 @@
|
|||||||
* notice, this list of conditions and the following disclaimer.
|
* notice, this list of conditions and the following disclaimer.
|
||||||
*
|
*
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following
|
* notice, this list of conditions and the following disclaimer in
|
||||||
* disclaimer in the documentation and/or other materials
|
* the documentation and/or other materials provided with the
|
||||||
* provided with the distribution.
|
* distribution.
|
||||||
*
|
*
|
||||||
* 3. All advertising materials mentioning features or use of this
|
* 3. The end-user documentation included with the redistribution,
|
||||||
* software must display the following acknowledgment:
|
* if any, must include the following acknowledgment:
|
||||||
* "This product includes software developed by
|
* "This product includes software developed by the
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* Apache Software Foundation (http://www.apache.org/)."
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* Alternately, this acknowledgment may appear in the software itself,
|
||||||
|
* if and wherever such third-party acknowledgments normally appear.
|
||||||
*
|
*
|
||||||
* 4. The names "mod_ssl" must not be used to endorse or promote
|
* 4. The names "Apache" and "Apache Software Foundation" must
|
||||||
* products derived from this software without prior written
|
* not be used to endorse or promote products derived from this
|
||||||
* permission. For written permission, please contact
|
* software without prior written permission. For written
|
||||||
* rse@engelschall.com.
|
* permission, please contact apache@apache.org.
|
||||||
*
|
*
|
||||||
* 5. Products derived from this software may not be called "mod_ssl"
|
* 5. Products derived from this software may not be called "Apache",
|
||||||
* nor may "mod_ssl" appear in their names without prior
|
* nor may "Apache" appear in their name, without prior written
|
||||||
* written permission of Ralf S. Engelschall.
|
* permission of the Apache Software Foundation.
|
||||||
*
|
*
|
||||||
* 6. Redistributions of any form whatsoever must retain the following
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
||||||
* acknowledgment:
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
* "This product includes software developed by
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
* Ralf S. Engelschall <rse@engelschall.com> for use in the
|
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
|
||||||
* mod_ssl project (http://www.modssl.org/)."
|
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
*
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
* THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
||||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||||
* HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
* SUCH DAMAGE.
|
||||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
||||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user