annotate text/LICENSE @ 2769:16f6fa718be2

Updated TLSv1.3 support notes. Previous notes described some early development snapshot of OpenSSL 1.1.1 with disabled TLSv1.3 by default. It was then enabled in the first alpha. Further, the updated text covers later major releases such as OpenSSL 3.0.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 30 Sep 2021 16:29:20 +0300
parents aa837ec44acf
children 7fb8f484166d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
95
d4a3dc152ec1 Restoring original LICENSE edition.
Igor Sysoev <igor@sysoev.ru>
parents: 94
diff changeset
1 /*
2711
aa837ec44acf Year 2021.
Sergey Kandaurov <pluknet@nginx.com>
parents: 2479
diff changeset
2 * Copyright (C) 2002-2021 Igor Sysoev
aa837ec44acf Year 2021.
Sergey Kandaurov <pluknet@nginx.com>
parents: 2479
diff changeset
3 * Copyright (C) 2011-2021 Nginx, Inc.
578
b4e04fc1070a Synchronized the license text with the FreeBSD's bsd-style-copyright.
Ruslan Ermilov <ru@nginx.com>
parents: 341
diff changeset
4 * All rights reserved.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5 *
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6 * Redistribution and use in source and binary forms, with or without
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7 * modification, are permitted provided that the following conditions
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8 * are met:
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9 * 1. Redistributions of source code must retain the above copyright
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
10 * notice, this list of conditions and the following disclaimer.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
11 * 2. Redistributions in binary form must reproduce the above copyright
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
12 * notice, this list of conditions and the following disclaimer in the
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
13 * documentation and/or other materials provided with the distribution.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
14 *
578
b4e04fc1070a Synchronized the license text with the FreeBSD's bsd-style-copyright.
Ruslan Ermilov <ru@nginx.com>
parents: 341
diff changeset
15 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
95
d4a3dc152ec1 Restoring original LICENSE edition.
Igor Sysoev <igor@sysoev.ru>
parents: 94
diff changeset
16 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
17 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
578
b4e04fc1070a Synchronized the license text with the FreeBSD's bsd-style-copyright.
Ruslan Ermilov <ru@nginx.com>
parents: 341
diff changeset
18 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
95
d4a3dc152ec1 Restoring original LICENSE edition.
Igor Sysoev <igor@sysoev.ru>
parents: 94
diff changeset
19 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
d4a3dc152ec1 Restoring original LICENSE edition.
Igor Sysoev <igor@sysoev.ru>
parents: 94
diff changeset
20 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
d4a3dc152ec1 Restoring original LICENSE edition.
Igor Sysoev <igor@sysoev.ru>
parents: 94
diff changeset
21 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
d4a3dc152ec1 Restoring original LICENSE edition.
Igor Sysoev <igor@sysoev.ru>
parents: 94
diff changeset
22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
d4a3dc152ec1 Restoring original LICENSE edition.
Igor Sysoev <igor@sysoev.ru>
parents: 94
diff changeset
23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
d4a3dc152ec1 Restoring original LICENSE edition.
Igor Sysoev <igor@sysoev.ru>
parents: 94
diff changeset
24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
d4a3dc152ec1 Restoring original LICENSE edition.
Igor Sysoev <igor@sysoev.ru>
parents: 94
diff changeset
25 * SUCH DAMAGE.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
26 */