[cpp-sp] 01/02: Missed merge, setup m_tls13Ciphers correctly

Codeberg noreply at shibboleth.net
Thu Aug 20 18:43:37 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch main
in repository cpp-sp.

View the commit online:
https://codeberg.org/Shibboleth/cpp-sp/commit/5696cf5b09167388bacf883d311d29ff98264576

commit 5696cf5b09167388bacf883d311d29ff98264576
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Aug 20 19:28:08 2026 +0100

    Missed merge, setup m_tls13Ciphers correctly
---
 shibsp/remoting/impl/AbstractHTTPRemotingService.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/shibsp/remoting/impl/AbstractHTTPRemotingService.cpp b/shibsp/remoting/impl/AbstractHTTPRemotingService.cpp
index fa677192..b2be4ccc 100644
--- a/shibsp/remoting/impl/AbstractHTTPRemotingService.cpp
+++ b/shibsp/remoting/impl/AbstractHTTPRemotingService.cpp
@@ -92,6 +92,7 @@ AbstractHTTPRemotingService::AbstractHTTPRemotingService(ptree& pt)
     m_enableIP6 = props.getBool(ENABLE_IP6_PROP_NAME, ENABLE_IP6_PROP_DEFAULT);
     m_chunked = props.getBool(CHUNKED_PROP_NAME, CHUNKED_PROP_DEFAULT);
     m_ciphers = props.getString(CIPHER_LIST_PROP_NAME, CIPHER_LIST_PROP_DEFAULT);
+    m_tls13Ciphers = props.getString(TLS13_CIPHER_LIST_PROP_NAME, CIPHER_LIST_PROP_DEFAULT);
     m_traceFileBase = props.getString(TRACE_FILE_PROP_NAME, TRACE_FILE_PROP_DEFAULT);
 
     if (!m_enableIP4 && !m_enableIP6) {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list