Skip to content

Commit

Permalink
Merge branch 'devel' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Apr 16, 2024
2 parents e525685 + 9137158 commit f3b9502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
@@ -1,5 +1,6 @@
Changes in version 4.15.1
Apply revision and optimization to TLS configurations
Fix bug on admin operation handlers preventing to reset 2fa of users
Bump npm dependencies to latest versions
Update translations

Expand Down
2 changes: 1 addition & 1 deletion backend/globaleaks/utils/tls.py
Expand Up @@ -205,7 +205,7 @@ def new_tls_server_context():
SSL.OP_NO_RENEGOTIATION)

ctx.set_mode(SSL.MODE_RELEASE_BUFFERS)
ctx.set_session_cache_mode(SSL.SESS_CACHE_OFF)
ctx.set_session_cache_mode(SSL.SESS_CACHE_SERVER)

ctx.set_cipher_list(TLS_CIPHER_LIST)

Expand Down

0 comments on commit f3b9502

Please sign in to comment.