xmlsec v1.3.8
- Created
- Updated
XML Security Library is a C library based on LibXML2. The library supports major XML security standards.
# Usage
xmlsec can be imported via CMake FindPkgConfig module:
find_package(PkgConfig)
# For dynamic loading of xmlsec crypto library
pkg_check_modules(XMLSEC1 REQUIRED IMPORTED_TARGET xmlsec1)
target_link_libraries(main PRIVATE PkgConfig::XMLSEC1)
# For selecting the openssl crypto engine at link time
pkg_check_modules(XMLSEC1_OPENSSL REQUIRED IMPORTED_TARGET xmlsec1-openssl)
target_link_libraries(main PRIVATE PkgConfig::XMLSEC1_OPENSSL) vcpkg provides proprietary CMake targets:
find_package(unofficial-xmlsec CONFIG REQUIRED)
# For dynamic loading of xmlsec crypto library
target_link_libraries(main PRIVATE unofficial::xmlsec::xmlsec1)
# For selecting the openssl crypto engine at link time
target_link_libraries(main PRIVATE unofficial::xmlsec::xmlsec1-openssl) # License
X11 AND MPL-1.1
# Supported Platforms
!xbox & !uwp
- ✅ linux
- ✅ osx
- ✅ windows
- ❌
uwp
# Features
No default features set.
# with-dl
Build with dynamic loading of xmlsec-crypto libraries
Supports: !static
- ✅ linux-dynamic
- ✅ osx-dynamic
- ✅ windows-dynamic
- ❌
linux-static - ❌
osx-static - ❌
windows-static
Host Dependencies:
3 transitive dependencies:
- vcpkg-cmake (by vcpkg-cmake-get-vars )
- vcpkg-cmake-get-vars (by vcpkg-make )
- vcpkg-make (by libltdl )
# Dependencies
# Host Dependencies
and one transitive dependency:
- vcpkg-cmake-get-vars (by openssl )
# Dependents
# Host Dependents
No dependents.
# Contributors
SvenPStarFinanz
Alexander Neumann
Dawid Wróbel
Kai Pastor
Chuck Walbourn
Frank
autoantwort
gerard-ryan-immersaview
Raul Metsma