You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by "Stefan Paetow (JIRA)" <ji...@apache.org> on 2017/11/12 18:12:00 UTC

[jira] [Commented] (SANTUARIO-471) Patch for C++11 compile failures

    [ https://issues.apache.org/jira/browse/SANTUARIO-471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16248936#comment-16248936 ] 

Stefan Paetow commented on SANTUARIO-471:
-----------------------------------------

Given that our Moonshot code relies on XML-Security-C, having this work with OpenSSL 1.1.0 would be great. We can do some limited testing on OpenSSL 1.1 platforms (like Fedora 26/27 and possibly Debian 9/10).

> Patch for C++11 compile failures
> --------------------------------
>
>                 Key: SANTUARIO-471
>                 URL: https://issues.apache.org/jira/browse/SANTUARIO-471
>             Project: Santuario
>          Issue Type: Bug
>          Components: C++
>    Affects Versions: C++ 1.7.0, C++ 1.7.1, C++ 1.7.2, C++ 1.7.3
>         Environment: C++11
>            Reporter: Roger Leigh
>            Assignee: Scott Cantor
>              Labels: c++11
>             Fix For: C++ 2.0.0
>
>         Attachments: patch-xsec_enc_NSS_NSSCryptoSymmetricKey.hpp, patch-xsec_enc_OpenSSL_OpenSSLCryptoSymmetricKey.hpp, patch-xsec_enc_WinCAPI_WinCAPICryptoSymmetricKey.hpp, patch-xsec_enc_XSECCryptoSymmetricKey.hpp, patch-xsec_tools_checksig_InteropResolver.cpp
>
>
> The source code has a number of bugs in it which are silently compiled pre-C++11 but with C++11 implicit conversions are stricter and this results in compile failure.  The attached patches fix them up.
> This is needed to compile with Xerces-C 3.2.0 when Xerces-C was built with a C++11 compiler, and char16_t usage was enabled.
> I've already done the Apache CLA stuff, by the way.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)