Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.8
5.1.9
1 change: 1 addition & 0 deletions overlay/etc/bf/templates/ssl-intermediate.conf.esh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# Using Mozilla's SSL Configuration Generator with 'Intermediate' settings - https://ssl-config.mozilla.org/
#======================================================================================================================

ssl_alpn h2 http/1.1;
ssl_protocols TLSv1.2 TLSv1.3;
ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384;
ssl_prefer_server_ciphers off;
Expand Down
1 change: 1 addition & 0 deletions overlay/etc/bf/templates/ssl-modern.conf.esh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# Using Mozilla's SSL Configuration Generator with 'Modern' settings - https://ssl-config.mozilla.org/
#======================================================================================================================

ssl_alpn h2 http/1.1;
ssl_protocols TLSv1.3;
ssl_prefer_server_ciphers off;
ssl_session_timeout 1d;
Expand Down
2 changes: 1 addition & 1 deletion overlay/tmp/GETSSL_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.46
2.47