aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1998-12-23 07:38:54 +0000
committerRalf S. Engelschall <rse@openssl.org>1998-12-23 07:38:54 +0000
commitf1c236f849d9799a5de0ad1f6c64b33291f60c84 (patch)
tree4c412f368f107b075c20de6f4b4149bf85d3548b
parentf92e687e179260916be2a7c9679aef8b9b7d21e4 (diff)
downloadopenssl-f1c236f849d9799a5de0ad1f6c64b33291f60c84.tar.gz
Switch to OpenSSL name
-rw-r--r--CHANGES6
-rw-r--r--LICENSE30
-rw-r--r--README12
-rwxr-xr-xutil/up_ver.pl2
4 files changed, 25 insertions, 25 deletions
diff --git a/CHANGES b/CHANGES
index 3a09bc806f..5f00898a31 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,5 @@
- OpenTLS CHANGES
+ OpenSSL CHANGES
_______________
@@ -50,11 +50,11 @@
*) Added various platform portability fixes.
[Marc J. Cox]
- *) The Genesis of the OpenTLS rpject:
+ *) The Genesis of the OpenSSL rpject:
We start with the latest (unreleased) SSLeay version 0.9.1b which Eric A.
Joung and Tim J. Hudson created while they were working for C2Net until
summer 1998.
- [The OpenTLS Project]
+ [The OpenSSL Project]
Changes between 0.9.0b and 0.9.1b
diff --git a/LICENSE b/LICENSE
index 3d1f69eaaf..c8db865cdd 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
/* ====================================================================
- * Copyright (c) 1998 The OpenTLS Project. All rights reserved.
+ * Copyright (c) 1998 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -16,27 +16,27 @@
*
* 3. All advertising materials mentioning features or use of this
* software must display the following acknowledgment:
- * "This product includes software developed by the OpenTLS Project
- * for use in the OpenTLS Toolkit. (http://www.opentls.org/)"
+ * "This product includes software developed by the OpenSSL Project
+ * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
*
- * 4. The names "OpenTLS Toolkit" and "OpenTLS Project" must not be used to
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
* endorse or promote products derived from this software without
* prior written permission. For written permission, please contact
- * licensing@opentls.org.
+ * licensing@OpenSSL.org.
*
- * 5. Products derived from this software may not be called "OpenTLS"
- * nor may "OpenTLS" appear in their names without prior written
- * permission of the OpenTLS Project.
+ * 5. Products derived from this software may not be called "OpenSSL"
+ * nor may "OpenSSL" appear in their names without prior written
+ * permission of the OpenSSL Project.
*
* 6. Redistributions of any form whatsoever must retain the following
* acknowledgment:
- * "This product includes software developed by the OpenTLS Project
- * for use in the OpenTLS Toolkit (http://www.opentls.org/)"
+ * "This product includes software developed by the OpenSSL Project
+ * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
*
- * THIS SOFTWARE IS PROVIDED BY THE OPENTLS PROJECT ``AS IS'' AND ANY
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``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 THE OPENTLS PROJECT OR
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
@@ -47,11 +47,11 @@
* OF THE POSSIBILITY OF SUCH DAMAGE.
* ====================================================================
*
- * This product includes cryptographic software written by Eric A. Young
- * (eay@cryptsoft.com). This product includes software written by Tim J.
+ * This product includes cryptographic software written by Eric Young
+ * (eay@cryptsoft.com). This product includes software written by Tim
* Hudson (tjh@cryptsoft.com).
+ *
*/
-
__________________________________________________________________________
Original SSLeay License
diff --git a/README b/README
index 23e2f2ade6..814ee5a338 100644
--- a/README
+++ b/README
@@ -1,19 +1,19 @@
- OpenTLS 0.9.1c 22-Dec-1998
+ OpenSSL 0.9.1c 22-Dec-1998
- Copyright (c) 1998 The OpenTLS Project
+ Copyright (c) 1998 The OpenSSL Project
Copyright (c) 1995-1998 Eric Young
All rights reserved.
- The OpenTLS Project is a collaborative effort to develop a robust,
+ The OpenSSL Project is a collaborative effort to develop a robust,
commercial-grade, fully featured, and Open Source toolkit implementing the
Transport Layer Security (TLS v1) and Secure Sockets Layer (SSL v2/v3)
protocols with full-strength cryptography world-wide. The project is managed
by a worldwide community of volunteers that use the Internet to communicate,
- plan, and develop the OpenTLS tookit and its related documentation.
+ plan, and develop the OpenSSL tookit and its related documentation.
- OpenTLS is based on the excellent SSLeay library developed from Eric A. Young
- and Tim J. Hudson. The OpenTLS toolkit is licensed under a BSD-style licence,
+ OpenSSL is based on the excellent SSLeay library developed from Eric A. Young
+ and Tim J. Hudson. The OpenSSL toolkit is licensed under a BSD-style licence,
which basically means that you are free to get and use it for commercial and
non-commercial purposes.
diff --git a/util/up_ver.pl b/util/up_ver.pl
index 66ee4c34eb..5d98fcb8f2 100755
--- a/util/up_ver.pl
+++ b/util/up_ver.pl
@@ -60,7 +60,7 @@ foreach $file (@files)
while (<IN>)
{
- if ((s/(SSLeay|OpenTLS) \d\.\d.\d[^"]*(\"|\s)/\1 $ver $time\2/) ||
+ if ((s/(SSLeay|OpenSSL) \d\.\d.\d[^"]*(\"|\s)/\1 $ver $time\2/) ||
s/^(\#define\s+SSLEAY_VERSION_NUMBER\s+0x)[0-9a-zA-Z]+(.*)$/$1$xver$2/)
{
print STDERR " Done";