https://issues.shibboleth.net/jira/browse/CPPXT-94
authorScott Cantor <cantor.2@osu.edu>
Mon, 6 May 2013 01:28:52 +0000 (01:28 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 6 May 2013 01:28:52 +0000 (01:28 +0000)
config_win32.h
configure.ac
msbuild/Versions.props
xmltooling/Makefile.am
xmltooling/security/impl/FilesystemCredentialResolver.cpp
xmltooling/version.h
xmltooling/xmltooling.rc

index 392d935..8de1ddf 100644 (file)
 #define PACKAGE_NAME "xmltooling"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xmltooling 1.5.2"
+#define PACKAGE_STRING "xmltooling 1.5.3"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "xmltooling"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.5.2"
+#define PACKAGE_VERSION "1.5.3"
 
 /* Define to the necessary symbol if this constant uses a non-standard name on
    your system. */
 /* #undef TM_IN_SYS_TIME */
 
 /* Version number of package */
-#define VERSION "1.5.2"
+#define VERSION "1.5.3"
 
 /* Define if you wish to disable XML-Security-dependent features. */
 /* #undef XMLTOOLING_NO_XMLSEC */
index 9fdabe1..4355b1c 100644 (file)
@@ -1,6 +1,6 @@
 # Process this file with autoreconf
 AC_PREREQ([2.50])
-AC_INIT([xmltooling],[1.5.2],[https://issues.shibboleth.net/],[xmltooling])
+AC_INIT([xmltooling],[1.5.3],[https://issues.shibboleth.net/],[xmltooling])
 AC_CONFIG_SRCDIR(xmltooling)
 AC_CONFIG_AUX_DIR(build-aux)
 AC_CONFIG_MACRO_DIR(m4)
index c58477b..5857a3e 100644 (file)
@@ -33,7 +33,7 @@
     <SamlComponent64>{9EE0A8D1-A6DC-4E2A-904F-BBEF70A0D67B}</SamlComponent64>\r
     <SamlComponent64d>{00836378-7FB9-4A09-AF49-3AA33DEF9BC6}</SamlComponent64d>\r
 \r
-    <XmlToolingVersion>1.5.2</XmlToolingVersion>\r
+    <XmlToolingVersion>1.5.3</XmlToolingVersion>\r
     <XmlToolingFileVersion>1_5</XmlToolingFileVersion>\r
     <!-- Change the 8 components below if the XmlToolingFileVersion name changes -->\r
     <XMLToolingComponent32>{53533A59-A563-439D-B13D-A4D7090C42D3}</XMLToolingComponent32>\r
index 0c4fd69..2389c05 100644 (file)
@@ -204,13 +204,13 @@ common_sources = \
 libxmltooling_lite_la_SOURCES = \
        ${common_sources}
 libxmltooling_lite_la_CPPFLAGS = -DXMLTOOLING_LITE
-libxmltooling_lite_la_LDFLAGS = -version-info 6:2:0
+libxmltooling_lite_la_LDFLAGS = -version-info 6:3:0
 
 if BUILD_XMLSEC
 libxmltooling_la_SOURCES = \
        ${common_sources} \
        ${xmlsec_sources}
-libxmltooling_la_LDFLAGS = $(XMLSEC_LIBS) -version-info 6:2:0
+libxmltooling_la_LDFLAGS = $(XMLSEC_LIBS) -version-info 6:3:0
 endif
 
 install-exec-hook:
index 2a4d630..480ef3b 100644 (file)
@@ -516,6 +516,9 @@ FilesystemCredentialResolver::FilesystemCredentialResolver(const DOMElement* e)
     auto_ptr<Credential> credential(getCredential());
     m_lock = RWLock::create();
     m_credential = credential.release();
+    if (m_credential->getPrivateKey() == nullptr) {
+        log.info("no private key resolved, usable for verification/trust only");
+    }
 }
 
 FilesystemCredentialResolver::~FilesystemCredentialResolver()
index e5f8182..819ba1b 100644 (file)
@@ -44,7 +44,7 @@
 
 #define XMLTOOLING_VERSION_MAJOR 1
 #define XMLTOOLING_VERSION_MINOR 5
-#define XMLTOOLING_VERSION_REVISION 2
+#define XMLTOOLING_VERSION_REVISION 3
 
 /** DO NOT MODIFY BELOW THIS LINE */
 
index 47b5b4b..6e327f9 100644 (file)
@@ -51,7 +51,7 @@ BEGIN
 #else\r
             VALUE "FileDescription", "OpenSAML XMLTooling Library\0"\r
 #endif\r
-            VALUE "FileVersion", "1, 5, 2, 0\0"\r
+            VALUE "FileVersion", "1, 5, 3, 0\0"\r
 #ifdef XMLTOOLING_LITE\r
 #ifdef _DEBUG\r
             VALUE "InternalName", "xmltooling-lite1_5D\0"\r
@@ -65,7 +65,7 @@ BEGIN
             VALUE "InternalName", "xmltooling1_5\0"\r
 #endif\r
 #endif\r
-            VALUE "LegalCopyright", "Copyright © 2012 UCAID\0"\r
+            VALUE "LegalCopyright", "Copyright © 2013 UCAID\0"\r
             VALUE "LegalTrademarks", "\0"\r
 #ifdef XMLTOOLING_LITE\r
 #ifdef _DEBUG\r
@@ -81,8 +81,8 @@ BEGIN
 #endif\r
 #endif\r
             VALUE "PrivateBuild", "\0"\r
-            VALUE "ProductName", "OpenSAML 2.5.1\0"\r
-            VALUE "ProductVersion", "2, 5, 1, 0\0"\r
+            VALUE "ProductName", "OpenSAML 2.5.3\0"\r
+            VALUE "ProductVersion", "2, 5, 3, 0\0"\r
             VALUE "SpecialBuild", "\0"\r
         END\r
     END\r