Skip to content

Commit 934f425

Browse files
update reference.json (#321)
Co-authored-by: ryepup <[email protected]>
1 parent e4c7788 commit 934f425

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

reference-lib/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nginx/reference-lib",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"description": "",
55
"main": "dist/index.js",
66
"type": "module",

reference-lib/src/reference.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3963,7 +3963,7 @@
39633963
},
39643964
{
39653965
"name": "grpc_ssl_protocols",
3966-
"default": "TLSv1 TLSv1.1 TLSv1.2 TLSv1.3",
3966+
"default": "TLSv1.2 TLSv1.3",
39673967
"contexts": [
39683968
"http",
39693969
"server",
@@ -6974,7 +6974,7 @@
69746974
},
69756975
{
69766976
"name": "proxy_ssl_protocols",
6977-
"default": "TLSv1 TLSv1.1 TLSv1.2 TLSv1.3",
6977+
"default": "TLSv1.2 TLSv1.3",
69786978
"contexts": [
69796979
"http",
69806980
"server",
@@ -8892,7 +8892,7 @@
88928892
},
88938893
{
88948894
"name": "ssl_protocols",
8895-
"default": "TLSv1 TLSv1.1 TLSv1.2 TLSv1.3",
8895+
"default": "TLSv1.2 TLSv1.3",
88968896
"contexts": [
88978897
"http",
88988898
"server"
@@ -10963,7 +10963,7 @@
1096310963
},
1096410964
{
1096510965
"name": "uwsgi_ssl_protocols",
10966-
"default": "TLSv1 TLSv1.1 TLSv1.2 TLSv1.3",
10966+
"default": "TLSv1.2 TLSv1.3",
1096710967
"contexts": [
1096810968
"http",
1096910969
"server",
@@ -12382,7 +12382,7 @@
1238212382
},
1238312383
{
1238412384
"name": "ssl_protocols",
12385-
"default": "TLSv1 TLSv1.1 TLSv1.2 TLSv1.3",
12385+
"default": "TLSv1.2 TLSv1.3",
1238612386
"contexts": [
1238712387
"mail",
1238812388
"server"
@@ -12797,8 +12797,8 @@
1279712797
"<p><em><code>device</code></em></p>\n"
1279812798
],
1279912799
"isBlock": false,
12800-
"description_md": "Defines the name of the hardware SSL accelerator.",
12801-
"description_html": "<p>Defines the name of the hardware SSL accelerator.</p>\n"
12800+
"description_md": "Defines the name of the hardware SSL accelerator.\n\n> The module may be dynamically loaded by OpenSSL during configuration testing.",
12801+
"description_html": "<p>Defines the name of the hardware SSL accelerator.</p>\n\n<blockquote>\n<p>The module may be dynamically loaded by OpenSSL during configuration testing.</p>\n</blockquote>\n"
1280212802
},
1280312803
{
1280412804
"name": "thread_pool",
@@ -14897,7 +14897,7 @@
1489714897
},
1489814898
{
1489914899
"name": "proxy_ssl_protocols",
14900-
"default": "TLSv1 TLSv1.1 TLSv1.2 TLSv1.3",
14900+
"default": "TLSv1.2 TLSv1.3",
1490114901
"contexts": [
1490214902
"stream",
1490314903
"server"
@@ -15412,7 +15412,7 @@
1541215412
},
1541315413
{
1541415414
"name": "ssl_protocols",
15415-
"default": "TLSv1 TLSv1.1 TLSv1.2 TLSv1.3",
15415+
"default": "TLSv1.2 TLSv1.3",
1541615416
"contexts": [
1541715417
"stream",
1541815418
"server"
@@ -16282,7 +16282,7 @@
1628216282
},
1628316283
{
1628416284
"name": "zone_sync_ssl_protocols",
16285-
"default": "TLSv1 TLSv1.1 TLSv1.2",
16285+
"default": "TLSv1.2 TLSv1.3",
1628616286
"contexts": [
1628716287
"stream",
1628816288
"server"
@@ -16385,5 +16385,5 @@
1638516385
]
1638616386
}
1638716387
],
16388-
"version": "https://github.com/nginx/nginx.org/commit/c9f5a565b315bf58bd564ab028ba9173d4208cc3"
16388+
"version": "https://github.com/nginx/nginx.org/commit/a3201c527e80eb36a2a3b117ff8900097977f945"
1638916389
}

0 commit comments

Comments
 (0)