xmlsec-shim 1.2.18.1
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +17 -0
- data/Gemfile +4 -0
- data/README.md +2 -0
- data/Rakefile +2 -0
- data/ext/xmlsec/extconf.rb +14 -0
- data/lib/xmlsec-shim.rb +27 -0
- data/lib/xmlsec-shim/version.rb +5 -0
- data/vendor/xmlsec1-1.2.18/AUTHORS +8 -0
- data/vendor/xmlsec1-1.2.18/COPYING +105 -0
- data/vendor/xmlsec1-1.2.18/ChangeLog +1810 -0
- data/vendor/xmlsec1-1.2.18/Copyright +105 -0
- data/vendor/xmlsec1-1.2.18/HACKING +199 -0
- data/vendor/xmlsec1-1.2.18/INSTALL +38 -0
- data/vendor/xmlsec1-1.2.18/Makefile.am +186 -0
- data/vendor/xmlsec1-1.2.18/Makefile.in +1155 -0
- data/vendor/xmlsec1-1.2.18/NEWS +1 -0
- data/vendor/xmlsec1-1.2.18/README +15 -0
- data/vendor/xmlsec1-1.2.18/TODO +156 -0
- data/vendor/xmlsec1-1.2.18/aclocal.m4 +1197 -0
- data/vendor/xmlsec1-1.2.18/apps/Makefile.am +84 -0
- data/vendor/xmlsec1-1.2.18/apps/Makefile.in +694 -0
- data/vendor/xmlsec1-1.2.18/apps/cmdline.c +355 -0
- data/vendor/xmlsec1-1.2.18/apps/cmdline.h +89 -0
- data/vendor/xmlsec1-1.2.18/apps/crypto.c +396 -0
- data/vendor/xmlsec1-1.2.18/apps/crypto.h +70 -0
- data/vendor/xmlsec1-1.2.18/apps/xmlsec.c +3058 -0
- data/vendor/xmlsec1-1.2.18/config.guess +1502 -0
- data/vendor/xmlsec1-1.2.18/config.h.in +134 -0
- data/vendor/xmlsec1-1.2.18/config.sub +1714 -0
- data/vendor/xmlsec1-1.2.18/configure +17363 -0
- data/vendor/xmlsec1-1.2.18/configure.in +1633 -0
- data/vendor/xmlsec1-1.2.18/depcomp +630 -0
- data/vendor/xmlsec1-1.2.18/docs/Makefile.am +65 -0
- data/vendor/xmlsec1-1.2.18/docs/Makefile.in +721 -0
- data/vendor/xmlsec1-1.2.18/docs/api/Makefile.am +209 -0
- data/vendor/xmlsec1-1.2.18/docs/api/Makefile.in +664 -0
- data/vendor/xmlsec1-1.2.18/docs/api/chapters/compiling-and-linking.sgml +252 -0
- data/vendor/xmlsec1-1.2.18/docs/api/chapters/creating-templates.sgml +325 -0
- data/vendor/xmlsec1-1.2.18/docs/api/chapters/examples.sgml +102 -0
- data/vendor/xmlsec1-1.2.18/docs/api/chapters/init-and-shutdown.sgml +104 -0
- data/vendor/xmlsec1-1.2.18/docs/api/chapters/new-crypto.sgml +487 -0
- data/vendor/xmlsec1-1.2.18/docs/api/chapters/sign-and-encrypt.sgml +286 -0
- data/vendor/xmlsec1-1.2.18/docs/api/chapters/using-contexts.sgml +138 -0
- data/vendor/xmlsec1-1.2.18/docs/api/chapters/using-keys.sgml +26 -0
- data/vendor/xmlsec1-1.2.18/docs/api/chapters/using-keysmngr.sgml +592 -0
- data/vendor/xmlsec1-1.2.18/docs/api/chapters/using-transforms.sgml +67 -0
- data/vendor/xmlsec1-1.2.18/docs/api/chapters/using-x509-certs.sgml +197 -0
- data/vendor/xmlsec1-1.2.18/docs/api/chapters/verify-and-decrypt.sgml +265 -0
- data/vendor/xmlsec1-1.2.18/docs/api/home.png +0 -0
- data/vendor/xmlsec1-1.2.18/docs/api/images/diagrams.sxd +0 -0
- data/vendor/xmlsec1-1.2.18/docs/api/images/encryption-structure.png +0 -0
- data/vendor/xmlsec1-1.2.18/docs/api/images/key.png +0 -0
- data/vendor/xmlsec1-1.2.18/docs/api/images/keysmngr.png +0 -0
- data/vendor/xmlsec1-1.2.18/docs/api/images/sign-enc-model.png +0 -0
- data/vendor/xmlsec1-1.2.18/docs/api/images/signature-structure.png +0 -0
- data/vendor/xmlsec1-1.2.18/docs/api/images/structure.png +0 -0
- data/vendor/xmlsec1-1.2.18/docs/api/images/transform.png +0 -0
- data/vendor/xmlsec1-1.2.18/docs/api/images/transforms-chain.png +0 -0
- data/vendor/xmlsec1-1.2.18/docs/api/images/verif-dec-model.png +0 -0
- data/vendor/xmlsec1-1.2.18/docs/api/index.html +307 -0
- data/vendor/xmlsec1-1.2.18/docs/api/index.sgml +43 -0
- data/vendor/xmlsec1-1.2.18/docs/api/left.png +0 -0
- data/vendor/xmlsec1-1.2.18/docs/api/right.png +0 -0
- data/vendor/xmlsec1-1.2.18/docs/api/up.png +0 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-app.html +1525 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-base64.html +357 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-bn.html +705 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-buffer.html +603 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-custom-keys-manager.html +475 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-decrypt-with-keys-mngr.html +396 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-decrypt-with-signle-key.html +326 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-dl.html +245 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-encrypt-dynamic-template.html +386 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-encrypt-template-file.html +364 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-encrypt-with-session-key.html +495 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-encryption-klasses.html +101 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-errors.html +744 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-examples-sign-dynamimc-template.html +406 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-examples-sign-template-file.html +388 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-examples-sign-x509.html +447 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-examples.html +119 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-gcrypt-app.html +578 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-gcrypt-crypto.html +1128 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-gcrypt-ref.html +107 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-gcrypt.sgml +15 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-gnutls-app.html +576 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-gnutls-crypto.html +1076 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-gnutls-ref.html +107 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-gnutls.sgml +15 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-index.html +1570 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-index.sgml +1471 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-io.html +226 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-keyinfo.html +700 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-keys.html +1161 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-keysdata.html +2067 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-keysmngr.html +743 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-list.html +643 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-membuf.html +143 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-mscrypto-app.html +747 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-mscrypto-certkeys.html +252 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-mscrypto-crypto.html +1153 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-mscrypto-keysstore.html +209 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-mscrypto-ref.html +113 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-mscrypto-x509.html +478 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-mscrypto.sgml +21 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-nodeset.html +542 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-compiling-others.html +102 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-compiling-unix.html +223 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-compiling-windows.html +138 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-compiling.html +117 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-contexts.html +229 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-custom-keys-store.html +250 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-decrypt.html +205 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-dynamic-encryption-templates.html +240 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-dynamic-signature-templates.html +250 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-encrypt.html +223 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-include-files.html +141 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-init-shutdown.html +194 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-keys-manager-sign-enc.html +307 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-keys-mngr-verify-decrypt.html +179 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-keys.html +120 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-keysmngr.html +140 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-new-crypto-functions.html +151 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-new-crypto-key-stores.html +83 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-new-crypto-keys.html +103 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-new-crypto-klasses.html +217 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-new-crypto-sharing-results.html +125 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-new-crypto-simple-keys-mngr.html +102 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-new-crypto-skeleton.html +254 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-new-crypto-transforms.html +170 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-new-crypto.html +136 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-overview.html +102 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-sign-encrypt.html +120 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-sign-x509.html +176 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-sign.html +210 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-simple-keys-store.html +177 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-structure.html +115 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-templates.html +114 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-transforms.html +154 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-verify-decrypt.html +120 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-verify-x509.html +180 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-verify.html +210 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-x509.html +114 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes.html +115 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-nss-app.html +740 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-nss-bignum.html +176 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-nss-crypto.html +978 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-nss-keysstore.html +209 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-nss-pkikeys.html +211 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-nss-ref.html +115 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-nss-x509.html +467 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-nss.sgml +23 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-openssl-app.html +800 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-openssl-bn.html +170 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-openssl-crypto.html +1329 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-openssl-evp.html +184 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-openssl-ref.html +113 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-openssl-x509.html +567 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-openssl.sgml +21 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-parser.html +223 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-ref.html +149 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-reference.html +106 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-signature-klasses.html +101 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-templates.html +1290 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-transforms.html +3059 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-verify-with-key.html +318 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-verify-with-keys-mngr.html +388 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-verify-with-restrictions.html +715 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-verify-with-x509.html +369 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-version.html +143 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-x509.html +181 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-xmldsig.html +853 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-xmlenc.html +584 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-xmlsec.html +300 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-xmltree.html +1529 -0
- data/vendor/xmlsec1-1.2.18/docs/api/xmlsec.sgml +307 -0
- data/vendor/xmlsec1-1.2.18/docs/authors.html +59 -0
- data/vendor/xmlsec1-1.2.18/docs/bugs.html +106 -0
- data/vendor/xmlsec1-1.2.18/docs/c14n.html +73 -0
- data/vendor/xmlsec1-1.2.18/docs/documentation.html +65 -0
- data/vendor/xmlsec1-1.2.18/docs/download.html +115 -0
- data/vendor/xmlsec1-1.2.18/docs/faq.html +449 -0
- data/vendor/xmlsec1-1.2.18/docs/images/bart.gif +0 -0
- data/vendor/xmlsec1-1.2.18/docs/images/libxml2-logo.png +0 -0
- data/vendor/xmlsec1-1.2.18/docs/images/libxslt-logo.png +0 -0
- data/vendor/xmlsec1-1.2.18/docs/images/logo.gif +0 -0
- data/vendor/xmlsec1-1.2.18/docs/images/openssl-logo.png +0 -0
- data/vendor/xmlsec1-1.2.18/docs/images/xmlsec-logo.gif +0 -0
- data/vendor/xmlsec1-1.2.18/docs/index.html +109 -0
- data/vendor/xmlsec1-1.2.18/docs/news.html +545 -0
- data/vendor/xmlsec1-1.2.18/docs/related.html +165 -0
- data/vendor/xmlsec1-1.2.18/docs/xmldsig-verifier.html +138 -0
- data/vendor/xmlsec1-1.2.18/docs/xmldsig.html +646 -0
- data/vendor/xmlsec1-1.2.18/docs/xmlenc.html +464 -0
- data/vendor/xmlsec1-1.2.18/docs/xmlsec-man.html +291 -0
- data/vendor/xmlsec1-1.2.18/docs/xmlsec.xsl +194 -0
- data/vendor/xmlsec1-1.2.18/examples/Makefile +40 -0
- data/vendor/xmlsec1-1.2.18/examples/Makefile.w32 +88 -0
- data/vendor/xmlsec1-1.2.18/examples/README +126 -0
- data/vendor/xmlsec1-1.2.18/examples/binary.dat +1 -0
- data/vendor/xmlsec1-1.2.18/examples/decrypt1.c +223 -0
- data/vendor/xmlsec1-1.2.18/examples/decrypt2.c +293 -0
- data/vendor/xmlsec1-1.2.18/examples/decrypt3.c +372 -0
- data/vendor/xmlsec1-1.2.18/examples/deskey.bin +1 -0
- data/vendor/xmlsec1-1.2.18/examples/encrypt1-res.xml +13 -0
- data/vendor/xmlsec1-1.2.18/examples/encrypt1-tmpl.xml +13 -0
- data/vendor/xmlsec1-1.2.18/examples/encrypt1.c +219 -0
- data/vendor/xmlsec1-1.2.18/examples/encrypt2-doc.xml +9 -0
- data/vendor/xmlsec1-1.2.18/examples/encrypt2-res.xml +14 -0
- data/vendor/xmlsec1-1.2.18/examples/encrypt2.c +244 -0
- data/vendor/xmlsec1-1.2.18/examples/encrypt3-doc.xml +9 -0
- data/vendor/xmlsec1-1.2.18/examples/encrypt3-res.xml +27 -0
- data/vendor/xmlsec1-1.2.18/examples/encrypt3.c +340 -0
- data/vendor/xmlsec1-1.2.18/examples/mywin32make.bat +18 -0
- data/vendor/xmlsec1-1.2.18/examples/rootcert.pem +25 -0
- data/vendor/xmlsec1-1.2.18/examples/rsacert.pem +83 -0
- data/vendor/xmlsec1-1.2.18/examples/rsakey.pem +27 -0
- data/vendor/xmlsec1-1.2.18/examples/rsapub.pem +9 -0
- data/vendor/xmlsec1-1.2.18/examples/sign1-res.xml +31 -0
- data/vendor/xmlsec1-1.2.18/examples/sign1-tmpl.xml +27 -0
- data/vendor/xmlsec1-1.2.18/examples/sign1.c +212 -0
- data/vendor/xmlsec1-1.2.18/examples/sign2-doc.xml +9 -0
- data/vendor/xmlsec1-1.2.18/examples/sign2-res.xml +30 -0
- data/vendor/xmlsec1-1.2.18/examples/sign2.c +248 -0
- data/vendor/xmlsec1-1.2.18/examples/sign3-doc.xml +9 -0
- data/vendor/xmlsec1-1.2.18/examples/sign3-res.xml +58 -0
- data/vendor/xmlsec1-1.2.18/examples/sign3.c +261 -0
- data/vendor/xmlsec1-1.2.18/examples/verify1.c +215 -0
- data/vendor/xmlsec1-1.2.18/examples/verify2.c +285 -0
- data/vendor/xmlsec1-1.2.18/examples/verify3.c +266 -0
- data/vendor/xmlsec1-1.2.18/examples/verify4-bad-res.xml +90 -0
- data/vendor/xmlsec1-1.2.18/examples/verify4-bad-tmpl.xml +54 -0
- data/vendor/xmlsec1-1.2.18/examples/verify4-res.xml +80 -0
- data/vendor/xmlsec1-1.2.18/examples/verify4-tmpl.xml +47 -0
- data/vendor/xmlsec1-1.2.18/examples/verify4.c +309 -0
- data/vendor/xmlsec1-1.2.18/examples/xkms-server.c +839 -0
- data/vendor/xmlsec1-1.2.18/examples/xmldsigverify.c +381 -0
- data/vendor/xmlsec1-1.2.18/include/Makefile.am +4 -0
- data/vendor/xmlsec1-1.2.18/include/Makefile.in +656 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/Makefile.am +63 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/Makefile.in +767 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/app.h +424 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/base64.h +67 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/bn.h +99 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/buffer.h +108 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/crypto.h +75 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/dl.h +56 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/errors.h +504 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/exports.h +111 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/gcrypt/Makefile.am +13 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/gcrypt/Makefile.in +564 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/gcrypt/app.h +96 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/gcrypt/crypto.h +460 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/gcrypt/symbols.h +104 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/gnutls/Makefile.am +14 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/gnutls/Makefile.in +565 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/gnutls/app.h +96 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/gnutls/crypto.h +462 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/gnutls/symbols.h +104 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/gnutls/x509.h +110 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/io.h +54 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/keyinfo.h +285 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/keys.h +278 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/keysdata.h +837 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/keysmngr.h +264 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/list.h +194 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/membuf.h +44 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/mscrypto/Makefile.am +16 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/mscrypto/Makefile.in +567 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/mscrypto/app.h +116 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/mscrypto/certkeys.h +42 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/mscrypto/crypto.h +516 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/mscrypto/keysstore.h +48 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/mscrypto/symbols.h +114 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/mscrypto/x509.h +92 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/nodeset.h +139 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/nss/Makefile.am +17 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/nss/Makefile.in +568 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/nss/app.h +118 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/nss/bignum.h +37 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/nss/crypto.h +469 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/nss/keysstore.h +46 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/nss/pkikeys.h +44 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/nss/symbols.h +106 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/nss/x509.h +91 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/openssl/Makefile.am +16 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/openssl/Makefile.in +567 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/openssl/app.h +128 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/openssl/bn.h +35 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/openssl/crypto.h +561 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/openssl/evp.h +44 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/openssl/symbols.h +123 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/openssl/x509.h +109 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/parser.h +51 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/private.h +489 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/private/Makefile.am +12 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/private/Makefile.in +563 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/private/xkms.h +121 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/private/xslt.h +34 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/skeleton/Makefile.am +13 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/skeleton/app.h +97 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/skeleton/crypto.h +40 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/skeleton/symbols.h +117 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/soap.h +130 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/strings.h +610 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/templates.h +162 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/transforms.h +994 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/version.h +61 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/version.h.in +61 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/x509.h +80 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/xkms.h +652 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/xmldsig.h +281 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/xmlenc.h +163 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/xmlsec.h +216 -0
- data/vendor/xmlsec1-1.2.18/include/xmlsec/xmltree.h +275 -0
- data/vendor/xmlsec1-1.2.18/install-sh +520 -0
- data/vendor/xmlsec1-1.2.18/ltmain.sh +8413 -0
- data/vendor/xmlsec1-1.2.18/m4/libtool.m4 +7377 -0
- data/vendor/xmlsec1-1.2.18/m4/ltoptions.m4 +368 -0
- data/vendor/xmlsec1-1.2.18/m4/ltsugar.m4 +123 -0
- data/vendor/xmlsec1-1.2.18/m4/ltversion.m4 +23 -0
- data/vendor/xmlsec1-1.2.18/m4/lt~obsolete.m4 +92 -0
- data/vendor/xmlsec1-1.2.18/man/Makefile.am +52 -0
- data/vendor/xmlsec1-1.2.18/man/Makefile.in +582 -0
- data/vendor/xmlsec1-1.2.18/man/xmlsec1-config.1 +34 -0
- data/vendor/xmlsec1-1.2.18/man/xmlsec1.1 +269 -0
- data/vendor/xmlsec1-1.2.18/missing +376 -0
- data/vendor/xmlsec1-1.2.18/scripts/build_release.sh +33 -0
- data/vendor/xmlsec1-1.2.18/scripts/change-release.sh +34 -0
- data/vendor/xmlsec1-1.2.18/scripts/push_release.sh +30 -0
- data/vendor/xmlsec1-1.2.18/scripts/remove-gtkdoclink.pl +20 -0
- data/vendor/xmlsec1-1.2.18/scripts/test_errors.pl +38 -0
- data/vendor/xmlsec1-1.2.18/scripts/test_release.sh +12 -0
- data/vendor/xmlsec1-1.2.18/src/Makefile.am +71 -0
- data/vendor/xmlsec1-1.2.18/src/Makefile.in +878 -0
- data/vendor/xmlsec1-1.2.18/src/app.c +1498 -0
- data/vendor/xmlsec1-1.2.18/src/base64.c +1034 -0
- data/vendor/xmlsec1-1.2.18/src/bn.c +1060 -0
- data/vendor/xmlsec1-1.2.18/src/buffer.c +674 -0
- data/vendor/xmlsec1-1.2.18/src/c14n.c +801 -0
- data/vendor/xmlsec1-1.2.18/src/dl.c +994 -0
- data/vendor/xmlsec1-1.2.18/src/enveloped.c +152 -0
- data/vendor/xmlsec1-1.2.18/src/errors.c +242 -0
- data/vendor/xmlsec1-1.2.18/src/gcrypt/Makefile.am +55 -0
- data/vendor/xmlsec1-1.2.18/src/gcrypt/Makefile.in +764 -0
- data/vendor/xmlsec1-1.2.18/src/gcrypt/README +9 -0
- data/vendor/xmlsec1-1.2.18/src/gcrypt/app.c +663 -0
- data/vendor/xmlsec1-1.2.18/src/gcrypt/asn1.c +602 -0
- data/vendor/xmlsec1-1.2.18/src/gcrypt/asn1.h +39 -0
- data/vendor/xmlsec1-1.2.18/src/gcrypt/asymkeys.c +1920 -0
- data/vendor/xmlsec1-1.2.18/src/gcrypt/ciphers.c +855 -0
- data/vendor/xmlsec1-1.2.18/src/gcrypt/crypto.c +315 -0
- data/vendor/xmlsec1-1.2.18/src/gcrypt/digests.c +614 -0
- data/vendor/xmlsec1-1.2.18/src/gcrypt/globals.h +30 -0
- data/vendor/xmlsec1-1.2.18/src/gcrypt/hmac.c +823 -0
- data/vendor/xmlsec1-1.2.18/src/gcrypt/kw_aes.c +593 -0
- data/vendor/xmlsec1-1.2.18/src/gcrypt/kw_des.c +607 -0
- data/vendor/xmlsec1-1.2.18/src/gcrypt/signatures.c +1490 -0
- data/vendor/xmlsec1-1.2.18/src/gcrypt/symkeys.c +441 -0
- data/vendor/xmlsec1-1.2.18/src/globals.h +25 -0
- data/vendor/xmlsec1-1.2.18/src/gnutls/Makefile.am +58 -0
- data/vendor/xmlsec1-1.2.18/src/gnutls/Makefile.in +786 -0
- data/vendor/xmlsec1-1.2.18/src/gnutls/README +6 -0
- data/vendor/xmlsec1-1.2.18/src/gnutls/app.c +998 -0
- data/vendor/xmlsec1-1.2.18/src/gnutls/asymkeys.c +455 -0
- data/vendor/xmlsec1-1.2.18/src/gnutls/ciphers.c +82 -0
- data/vendor/xmlsec1-1.2.18/src/gnutls/crypto.c +351 -0
- data/vendor/xmlsec1-1.2.18/src/gnutls/digests.c +112 -0
- data/vendor/xmlsec1-1.2.18/src/gnutls/globals.h +31 -0
- data/vendor/xmlsec1-1.2.18/src/gnutls/hmac.c +141 -0
- data/vendor/xmlsec1-1.2.18/src/gnutls/kw_aes.c +72 -0
- data/vendor/xmlsec1-1.2.18/src/gnutls/kw_des.c +51 -0
- data/vendor/xmlsec1-1.2.18/src/gnutls/signatures.c +148 -0
- data/vendor/xmlsec1-1.2.18/src/gnutls/symkeys.c +125 -0
- data/vendor/xmlsec1-1.2.18/src/gnutls/x509.c +1960 -0
- data/vendor/xmlsec1-1.2.18/src/gnutls/x509utils.c +1687 -0
- data/vendor/xmlsec1-1.2.18/src/gnutls/x509utils.h +143 -0
- data/vendor/xmlsec1-1.2.18/src/gnutls/x509vfy.c +802 -0
- data/vendor/xmlsec1-1.2.18/src/io.c +496 -0
- data/vendor/xmlsec1-1.2.18/src/keyinfo.c +1561 -0
- data/vendor/xmlsec1-1.2.18/src/keys.c +1415 -0
- data/vendor/xmlsec1-1.2.18/src/keysdata.c +1387 -0
- data/vendor/xmlsec1-1.2.18/src/keysmngr.c +745 -0
- data/vendor/xmlsec1-1.2.18/src/kw_aes_des.c +493 -0
- data/vendor/xmlsec1-1.2.18/src/kw_aes_des.h +148 -0
- data/vendor/xmlsec1-1.2.18/src/list.c +534 -0
- data/vendor/xmlsec1-1.2.18/src/membuf.c +209 -0
- data/vendor/xmlsec1-1.2.18/src/mscrypto/Makefile.am +62 -0
- data/vendor/xmlsec1-1.2.18/src/mscrypto/Makefile.in +799 -0
- data/vendor/xmlsec1-1.2.18/src/mscrypto/README +39 -0
- data/vendor/xmlsec1-1.2.18/src/mscrypto/app.c +1289 -0
- data/vendor/xmlsec1-1.2.18/src/mscrypto/certkeys.c +2615 -0
- data/vendor/xmlsec1-1.2.18/src/mscrypto/ciphers.c +937 -0
- data/vendor/xmlsec1-1.2.18/src/mscrypto/crypto.c +889 -0
- data/vendor/xmlsec1-1.2.18/src/mscrypto/csp_calg.h +105 -0
- data/vendor/xmlsec1-1.2.18/src/mscrypto/csp_oid.h +114 -0
- data/vendor/xmlsec1-1.2.18/src/mscrypto/digests.c +668 -0
- data/vendor/xmlsec1-1.2.18/src/mscrypto/globals.h +39 -0
- data/vendor/xmlsec1-1.2.18/src/mscrypto/hmac.c +963 -0
- data/vendor/xmlsec1-1.2.18/src/mscrypto/keysstore.c +620 -0
- data/vendor/xmlsec1-1.2.18/src/mscrypto/kt_rsa.c +631 -0
- data/vendor/xmlsec1-1.2.18/src/mscrypto/kw_aes.c +662 -0
- data/vendor/xmlsec1-1.2.18/src/mscrypto/kw_des.c +730 -0
- data/vendor/xmlsec1-1.2.18/src/mscrypto/mingw-crypt32.def +36 -0
- data/vendor/xmlsec1-1.2.18/src/mscrypto/private.h +130 -0
- data/vendor/xmlsec1-1.2.18/src/mscrypto/signatures.c +960 -0
- data/vendor/xmlsec1-1.2.18/src/mscrypto/symkeys.c +824 -0
- data/vendor/xmlsec1-1.2.18/src/mscrypto/x509.c +2281 -0
- data/vendor/xmlsec1-1.2.18/src/mscrypto/x509vfy.c +1406 -0
- data/vendor/xmlsec1-1.2.18/src/mscrypto/xmlsec-mingw.h +210 -0
- data/vendor/xmlsec1-1.2.18/src/nodeset.c +610 -0
- data/vendor/xmlsec1-1.2.18/src/nss/Makefile.am +57 -0
- data/vendor/xmlsec1-1.2.18/src/nss/Makefile.in +798 -0
- data/vendor/xmlsec1-1.2.18/src/nss/README +128 -0
- data/vendor/xmlsec1-1.2.18/src/nss/app.c +1598 -0
- data/vendor/xmlsec1-1.2.18/src/nss/bignum.c +163 -0
- data/vendor/xmlsec1-1.2.18/src/nss/ciphers.c +838 -0
- data/vendor/xmlsec1-1.2.18/src/nss/crypto.c +444 -0
- data/vendor/xmlsec1-1.2.18/src/nss/digests.c +576 -0
- data/vendor/xmlsec1-1.2.18/src/nss/globals.h +24 -0
- data/vendor/xmlsec1-1.2.18/src/nss/hmac.c +855 -0
- data/vendor/xmlsec1-1.2.18/src/nss/keysstore.c +485 -0
- data/vendor/xmlsec1-1.2.18/src/nss/keytrans.c +753 -0
- data/vendor/xmlsec1-1.2.18/src/nss/kw_aes.c +681 -0
- data/vendor/xmlsec1-1.2.18/src/nss/kw_des.c +663 -0
- data/vendor/xmlsec1-1.2.18/src/nss/pkikeys.c +1554 -0
- data/vendor/xmlsec1-1.2.18/src/nss/signatures.c +841 -0
- data/vendor/xmlsec1-1.2.18/src/nss/symkeys.c +440 -0
- data/vendor/xmlsec1-1.2.18/src/nss/x509.c +2223 -0
- data/vendor/xmlsec1-1.2.18/src/nss/x509vfy.c +808 -0
- data/vendor/xmlsec1-1.2.18/src/openssl/Makefile.am +56 -0
- data/vendor/xmlsec1-1.2.18/src/openssl/Makefile.in +790 -0
- data/vendor/xmlsec1-1.2.18/src/openssl/README +17 -0
- data/vendor/xmlsec1-1.2.18/src/openssl/app.c +1628 -0
- data/vendor/xmlsec1-1.2.18/src/openssl/bn.c +163 -0
- data/vendor/xmlsec1-1.2.18/src/openssl/ciphers.c +856 -0
- data/vendor/xmlsec1-1.2.18/src/openssl/crypto.c +491 -0
- data/vendor/xmlsec1-1.2.18/src/openssl/digests.c +682 -0
- data/vendor/xmlsec1-1.2.18/src/openssl/evp.c +1559 -0
- data/vendor/xmlsec1-1.2.18/src/openssl/globals.h +24 -0
- data/vendor/xmlsec1-1.2.18/src/openssl/hmac.c +857 -0
- data/vendor/xmlsec1-1.2.18/src/openssl/kt_rsa.c +876 -0
- data/vendor/xmlsec1-1.2.18/src/openssl/kw_aes.c +513 -0
- data/vendor/xmlsec1-1.2.18/src/openssl/kw_des.c +563 -0
- data/vendor/xmlsec1-1.2.18/src/openssl/signatures.c +1065 -0
- data/vendor/xmlsec1-1.2.18/src/openssl/symkeys.c +447 -0
- data/vendor/xmlsec1-1.2.18/src/openssl/x509.c +2414 -0
- data/vendor/xmlsec1-1.2.18/src/openssl/x509vfy.c +1284 -0
- data/vendor/xmlsec1-1.2.18/src/parser.c +571 -0
- data/vendor/xmlsec1-1.2.18/src/skeleton/Makefile.am +45 -0
- data/vendor/xmlsec1-1.2.18/src/skeleton/README +0 -0
- data/vendor/xmlsec1-1.2.18/src/skeleton/app.c +499 -0
- data/vendor/xmlsec1-1.2.18/src/skeleton/crypto.c +260 -0
- data/vendor/xmlsec1-1.2.18/src/skeleton/globals.h +24 -0
- data/vendor/xmlsec1-1.2.18/src/soap.c +1322 -0
- data/vendor/xmlsec1-1.2.18/src/strings.c +597 -0
- data/vendor/xmlsec1-1.2.18/src/templates.c +2091 -0
- data/vendor/xmlsec1-1.2.18/src/transforms.c +2902 -0
- data/vendor/xmlsec1-1.2.18/src/x509.c +97 -0
- data/vendor/xmlsec1-1.2.18/src/xkms.c +4981 -0
- data/vendor/xmlsec1-1.2.18/src/xmldsig.c +1795 -0
- data/vendor/xmlsec1-1.2.18/src/xmlenc.c +1339 -0
- data/vendor/xmlsec1-1.2.18/src/xmlsec.c +185 -0
- data/vendor/xmlsec1-1.2.18/src/xmltree.c +1908 -0
- data/vendor/xmlsec1-1.2.18/src/xpath.c +1148 -0
- data/vendor/xmlsec1-1.2.18/src/xslt.c +617 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/Readme.txt +52 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/bad-alg-enc-element-aes128-kw-3des.xml +29 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/dh-priv-key.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-content-3des-kw-aes192.data +9 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-content-3des-kw-aes192.tmpl +22 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-content-3des-kw-aes192.xml +30 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-content-aes128-kw-3des.data +9 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-content-aes128-kw-3des.tmpl +22 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-content-aes128-kw-3des.xml +30 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-content-aes192-kw-aes256.data +9 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-content-aes192-kw-aes256.tmpl +22 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-content-aes192-kw-aes256.xml +30 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-content-aes256-kt-rsa1_5.data +9 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-content-aes256-kt-rsa1_5.tmpl +24 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-content-aes256-kt-rsa1_5.xml +63 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-3des-ka-dh.xml +83 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-3des-kt-rsa1_5.data +9 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-3des-kt-rsa1_5.tmpl +23 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-3des-kt-rsa1_5.xml +61 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-3des-kt-rsa_oaep_sha1.data +9 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-3des-kt-rsa_oaep_sha1.tmpl +22 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-3des-kt-rsa_oaep_sha1.xml +63 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-3des-kt-rsa_oaep_sha256.xml +63 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-3des-kt-rsa_oaep_sha512.xml +63 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-3des-kw-3des.data +9 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-3des-kw-3des.tmpl +22 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-3des-kw-3des.xml +29 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes128-ka-dh.xml +83 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes128-kt-rsa1_5.data +9 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes128-kt-rsa1_5.tmpl +20 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes128-kt-rsa1_5.xml +61 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes128-kt-rsa_oaep_sha1.data +9 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes128-kt-rsa_oaep_sha1.tmpl +22 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes128-kt-rsa_oaep_sha1.xml +63 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes128-kw-aes128.data +9 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes128-kw-aes128.tmpl +22 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes128-kw-aes128.xml +29 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes128-kw-aes256.data +9 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes128-kw-aes256.tmpl +22 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes128-kw-aes256.xml +29 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes192-ka-dh.xml +83 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes192-kt-rsa_oaep_sha1.data +9 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes192-kt-rsa_oaep_sha1.tmpl +22 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes192-kt-rsa_oaep_sha1.xml +63 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes192-kw-aes192.data +9 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes192-kw-aes192.tmpl +22 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes192-kw-aes192.xml +29 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes256-ka-dh.xml +83 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes256-kw-aes256.data +9 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes256-kw-aes256.tmpl +22 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes256-kw-aes256.xml +29 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-text-3des-kw-aes256.data +9 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-text-3des-kw-aes256.tmpl +23 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-text-3des-kw-aes256.xml +32 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-text-aes128-kw-aes192.data +9 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-text-aes128-kw-aes192.tmpl +21 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-text-aes128-kw-aes192.xml +28 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-text-aes192-kt-rsa1_5.data +9 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-text-aes192-kt-rsa1_5.tmpl +20 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-text-aes192-kt-rsa1_5.xml +62 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-text-aes256-kt-rsa_oaep_sha1.data +9 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-text-aes256-kt-rsa_oaep_sha1.tmpl +22 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-text-aes256-kt-rsa_oaep_sha1.xml +64 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/key.txt +117 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/keys.xml +61 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/payment.xml +9 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/rsa-priv-key.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/rsa-priv-key.p12 +0 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/bad-request-name-not-supported.xml +2 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/bad-request-name.xml +10 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/compound-example-1-no-match.xml +7 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/compound-example-1.xml +51 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/cert1.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/cert1.pem +26 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/cert2.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/cert2.pem +25 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/cert3.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/cert3.pem +24 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/create-keys.sh +73 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/key1-pk8.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/key1.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/key1.p12 +0 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/key1.pem +18 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/key2-pk8.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/key2.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/key2.p12 +0 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/key2.pem +9 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/key3-pk8.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/key3.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/key3.p12 +0 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/key3.pem +9 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/openssl.cnf +106 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/req2.pem +11 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/req3.pem +11 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/locate-example-1-bad-service.xml +2 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/locate-example-1-no-match.xml +2 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/locate-example-1.xml +18 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/locate-example-2-no-match.xml +2 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/locate-example-2.xml +39 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/locate-opaque-client-data-no-match.xml +2 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/locate-opaque-client-data.xml +32 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/readme.txt +117 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/soap11-bad-request-name-msg-invalid.xml +9 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/soap11-bad-request-name.xml +14 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/soap11-locate-example-1-no-match.xml +6 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/soap11-locate-example-1-unsupported.xml +13 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/soap11-locate-example-1.xml +23 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/soap12-bad-request-name-msg-invalid.xml +11 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/soap12-bad-request-name.xml +14 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/soap12-locate-example-1-no-match.xml +6 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/soap12-locate-example-1-unsupported.xml +9 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/soap12-locate-example-1.xml +23 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/status-request-success.xml +2 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/status-request.xml +7 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/validate-example-1-no-match.xml +2 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/validate-example-1.xml +65 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/README +47 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/dtd-hmac-91.dtd +1 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/dtd-hmac-91.tmpl +27 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/dtd-hmac-91.xml +27 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloped-gost.tmpl +31 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloped-gost.xml +42 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-dsa-x509chain.tmpl +18 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-dsa-x509chain.xml +87 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-expired-cert.tmpl +18 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-expired-cert.xml +85 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-md5-hmac-md5-64.tmpl +16 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-md5-hmac-md5-64.xml +15 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-md5-hmac-md5.tmpl +14 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-md5-hmac-md5.xml +13 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-md5-rsa-md5.tmpl +17 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-md5-rsa-md5.xml +85 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-ripemd160-hmac-ripemd160-64.tmpl +16 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-ripemd160-hmac-ripemd160-64.xml +15 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-ripemd160-hmac-ripemd160.tmpl +14 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-ripemd160-hmac-ripemd160.xml +13 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-ripemd160-rsa-ripemd160.tmpl +17 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-ripemd160-rsa-ripemd160.xml +85 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-rsa-x509chain.tmpl +18 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-rsa-x509chain.xml +85 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha1-hmac-sha1-64.tmpl +16 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha1-hmac-sha1-64.xml +15 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha1-hmac-sha1.tmpl +14 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha1-hmac-sha1.xml +13 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha1-rsa-sha1.tmpl +17 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha1-rsa-sha1.xml +85 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha224-hmac-sha224-64.tmpl +16 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha224-hmac-sha224-64.xml +15 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha224-hmac-sha224.tmpl +14 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha224-hmac-sha224.xml +13 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha224-rsa-sha224.tmpl +17 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha224-rsa-sha224.xml +85 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha256-hmac-sha256-64.tmpl +16 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha256-hmac-sha256-64.xml +15 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha256-hmac-sha256.tmpl +14 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha256-hmac-sha256.xml +13 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha256-rsa-sha256.tmpl +17 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha256-rsa-sha256.xml +85 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha384-hmac-sha384-64.tmpl +16 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha384-hmac-sha384-64.xml +15 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha384-hmac-sha384.tmpl +14 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha384-hmac-sha384.xml +13 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha384-rsa-sha384.tmpl +17 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha384-rsa-sha384.xml +103 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha512-hmac-sha512-64.tmpl +16 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha512-hmac-sha512-64.xml +16 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha512-hmac-sha512.tmpl +14 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha512-hmac-sha512.xml +15 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha512-rsa-sha512.tmpl +17 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha512-rsa-sha512.xml +104 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/x509data-sn-test.tmpl +27 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/x509data-sn-test.xml +40 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/x509data-test.tmpl +31 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/x509data-test.xml +117 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/xpointer-hmac.tmpl +29 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/xpointer-hmac.xml +28 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-aes128cbc-keyname.data +1 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-aes128cbc-keyname.tmpl +11 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-aes128cbc-keyname.xml +12 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-aes192cbc-keyname-ref.data +1 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-aes192cbc-keyname-ref.xml +21 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-aes192cbc-keyname.data +1 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-aes192cbc-keyname.tmpl +11 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-aes192cbc-keyname.xml +12 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-aes256cbc-keyname.data +1 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-aes256cbc-keyname.tmpl +10 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-aes256cbc-keyname.xml +12 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-des3cbc-aes192-keyname.data +1 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-des3cbc-aes192-keyname.tmpl +16 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-des3cbc-aes192-keyname.xml +18 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-des3cbc-keyname-content.data +7 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-des3cbc-keyname-content.tmpl +11 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-des3cbc-keyname-content.xml +15 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-des3cbc-keyname-element-root.data +7 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-des3cbc-keyname-element-root.tmpl +11 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-des3cbc-keyname-element-root.xml +15 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-des3cbc-keyname-element.data +9 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-des3cbc-keyname-element.tmpl +11 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-des3cbc-keyname-element.xml +17 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-des3cbc-keyname.data +1 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-des3cbc-keyname.tmpl +8 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-des3cbc-keyname.xml +8 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-des3cbc-keyname2.data +1 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-des3cbc-keyname2.tmpl +10 -0
- data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-des3cbc-keyname2.xml +12 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/README +203 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/ca2cert.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/ca2cert.pem +66 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/ca2key.pem +9 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/cacert.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/cacert.pem +72 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/cakey.pem +18 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/demoCA/cacert.pem +72 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/demoCA/careq.pem +14 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/demoCA/index.txt +6 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/demoCA/newcerts/01.pem +65 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/demoCA/newcerts/02.pem +93 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/demoCA/newcerts/03.pem +60 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/demoCA/newcerts/04.pem +60 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/demoCA/newcerts/05.pem +83 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/demoCA/private/cakey.pem +18 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/demoCA/serial +1 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/dsacert.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/dsacert.pem +78 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/dsakey.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/dsakey.p12 +0 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/dsakey.p8-der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/dsakey.p8-pem +8 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/dsakey.pem +14 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/expiredcert.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/expiredcert.pem +61 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/expiredkey.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/expiredkey.p12 +0 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/expiredkey.pem +9 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/expiredreq.pem +11 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/gost2001ca.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/gost2001ca.pem +13 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/hmackey.bin +1 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/keys.xml +83 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/largersacert.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/largersacert.pem +100 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/largersakey-win.p12 +0 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/largersakey-winxp.p12 +0 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/largersakey.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/largersakey.p12 +0 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/largersakey.p8-der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/largersakey.p8-pem +53 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/largersakey.pem +51 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/largersareq.pem +30 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/merlincert.pem +20 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/openssl.cnf +316 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/rsacert.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/rsacert.pem +61 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/rsakey-win.p12 +0 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/rsakey-winxp.p12 +0 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/rsakey.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/rsakey.p12 +0 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/rsakey.p8-der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/rsakey.p8-pem +11 -0
- data/vendor/xmlsec1-1.2.18/tests/keys/rsakey.pem +9 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/Readme.txt +20 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-0.txt +15 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-1.txt +15 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-10.txt +15 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-11.txt +15 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-12.txt +15 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-13.txt +15 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-14.txt +15 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-15.txt +0 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-16.txt +0 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-17.txt +15 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-18.txt +15 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-19.txt +15 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-2.txt +15 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-20.txt +15 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-21.txt +15 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-22.txt +15 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-23.txt +15 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-24.txt +1 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-25.txt +0 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-26.txt +15 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-27.txt +430 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-3.txt +15 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-4.txt +15 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-5.txt +15 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-6.txt +1 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-7.txt +1 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-8.txt +15 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-9.txt +15 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/signature.xml +526 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-exc-c14n-one/Readme.txt +3 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-exc-c14n-one/exc-signature.tmpl +52 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-exc-c14n-one/exc-signature.xml +73 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/Readme.txt +63 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/certs/badb.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/certs/badb.pem +20 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/certs/balor.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/certs/balor.pem +20 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/certs/bres.pem +20 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/certs/ca.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/certs/ca.pem +20 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/certs/lugh-cert.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/certs/lugh-cert.pem +20 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/certs/lugh.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/certs/lugh.pem +12 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/certs/macha.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/certs/macha.pem +20 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/certs/merlin.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/certs/merlin.pem +21 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/certs/morigu.pem +20 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/certs/nemain.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/certs/nemain.pem +20 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-enveloped-dsa.tmpl +22 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-enveloped-dsa.xml +43 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-enveloping-b64-dsa.tmpl +21 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-enveloping-b64-dsa.xml +42 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-enveloping-dsa.tmpl +18 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-enveloping-dsa.xml +39 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-enveloping-hmac-sha1-40.tmpl +16 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-enveloping-hmac-sha1-40.xml +17 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-enveloping-hmac-sha1.tmpl +14 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-enveloping-hmac-sha1.xml +15 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-enveloping-rsa.tmpl +18 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-enveloping-rsa.xml +31 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-external-b64-dsa.tmpl +20 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-external-b64-dsa.xml +41 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-external-dsa.tmpl +17 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-external-dsa.xml +38 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-keyname.tmpl +16 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-keyname.xml +17 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-retrievalmethod-rawx509crt.tmpl +16 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-retrievalmethod-rawx509crt.xml +17 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-x509-crt-crl.tmpl +17 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-x509-crt-crl.xml +47 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-x509-crt.tmpl +17 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-x509-crt.xml +38 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-x509-is.tmpl +17 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-x509-is.xml +24 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-x509-ski.tmpl +17 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-x509-ski.xml +21 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-x509-sn.tmpl +17 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-x509-sn.xml +21 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature.tmpl +245 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature.xml +269 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/Readme.txt +117 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/bad-encrypt-content-aes128-cbc-kw-aes192.xml +42 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/decryption-transform-except.xml +83 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/decryption-transform.xml +73 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/dh0.p8 +0 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/dh1.p8 +0 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/dsa.p8 +0 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-content-aes128-cbc-kw-aes192.data +27 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-content-aes128-cbc-kw-aes192.tmpl +20 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-content-aes128-cbc-kw-aes192.xml +45 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-content-aes192-cbc-dh-sha512.xml +113 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-content-aes256-cbc-prop.data +27 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-content-aes256-cbc-prop.tmpl +18 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-content-aes256-cbc-prop.xml +42 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-content-tripledes-cbc.data +27 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-content-tripledes-cbc.tmpl +11 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-content-tripledes-cbc.xml +35 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-data-aes128-cbc.data +1 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-data-aes128-cbc.tmpl +11 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-data-aes128-cbc.xml +12 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-data-aes192-cbc-kw-aes256.data +1 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-data-aes192-cbc-kw-aes256.tmpl +20 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-data-aes192-cbc-kw-aes256.xml +22 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-data-aes256-cbc-kw-tripledes.data +1 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-data-aes256-cbc-kw-tripledes.tmpl +20 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-data-aes256-cbc-kw-tripledes.xml +22 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-data-tripledes-cbc-rsa-oaep-mgf1p-sha256.xml +46 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-data-tripledes-cbc-rsa-oaep-mgf1p.data +1 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-data-tripledes-cbc-rsa-oaep-mgf1p.tmpl +21 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-data-tripledes-cbc-rsa-oaep-mgf1p.xml +43 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-element-aes128-cbc-rsa-1_5.data +27 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-element-aes128-cbc-rsa-1_5.tmpl +19 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-element-aes128-cbc-rsa-1_5.xml +63 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-element-aes192-cbc-ref.data +36 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-element-aes192-cbc-ref.xml +42 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-element-aes256-cbc-carried-kw-aes256.xml +57 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-element-aes256-cbc-kw-aes256-dh-ripemd160.xml +122 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-element-aes256-cbc-retrieved-kw-aes256.data +40 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-element-aes256-cbc-retrieved-kw-aes256.xml +47 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-element-tripledes-cbc-kw-aes128.data +27 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-element-tripledes-cbc-kw-aes128.tmpl +20 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-element-tripledes-cbc-kw-aes128.xml +43 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encsig-hmac-sha256-dh.xml +98 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encsig-hmac-sha256-kw-tripledes-dh.xml +108 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encsig-hmac-sha256-rsa-1_5.xml +46 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encsig-hmac-sha256-rsa-oaep-mgf1p.xml +51 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encsig-ripemd160-hmac-ripemd160-kw-tripledes.tmpl +25 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encsig-ripemd160-hmac-ripemd160-kw-tripledes.xml +27 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encsig-sha256-hmac-sha256-kw-aes128.xml +27 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encsig-sha384-hmac-sha384-kw-aes192.xml +27 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encsig-sha512-hmac-sha512-kw-aes256.xml +28 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/ids.p12 +0 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/keys.xml +42 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/plaintext.xml +24 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/rsa.p8 +0 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/rsapriv.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/rsapriv.p12 +0 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/rsapriv.p8-der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/rsapriv.p8-pem +17 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/rsapriv.pem +15 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/rsapub.pem +6 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xpath-filter2-three/Readme.txt +23 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xpath-filter2-three/sign-spec-c14n-0.txt +11 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xpath-filter2-three/sign-spec-c14n-1.txt +0 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xpath-filter2-three/sign-spec-c14n-2.txt +25 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xpath-filter2-three/sign-spec.tmpl +50 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xpath-filter2-three/sign-spec.xml +122 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xpath-filter2-three/sign-xfdl-c14n-0.txt +3986 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xpath-filter2-three/sign-xfdl.tmpl +4153 -0
- data/vendor/xmlsec1-1.2.18/tests/merlin-xpath-filter2-three/sign-xfdl.xml +4225 -0
- data/vendor/xmlsec1-1.2.18/tests/nss.supp +220 -0
- data/vendor/xmlsec1-1.2.18/tests/nssdb/cert8.db +0 -0
- data/vendor/xmlsec1-1.2.18/tests/nssdb/key3.db +0 -0
- data/vendor/xmlsec1-1.2.18/tests/nssdb/secmod.db +0 -0
- data/vendor/xmlsec1-1.2.18/tests/openssl.supp +63 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/README.txt +248 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/certs/crl.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/certs/dsa-ca-cert.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/certs/dsa-cert.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/certs/enc-dsa-key.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/certs/enc-rsa-key.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/certs/hmackey.bin +1 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/certs/rsa-ca-cert.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/certs/rsa-cert.der +0 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/document-stylesheet.xml +7 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/document.b64 +4 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/document.xml +6 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/document.xsl +45 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-big.xml +39 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-dsa-detached.xml +1 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-dsa-enveloped.xml +6 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-dsa-enveloping.xml +6 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-dsa-manifest.xml +1 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-hmac-md5-c14n-enveloping.xml +6 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-hmac-sha1-40-c14n-comments-detached.xml +1 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-hmac-sha1-40-exclusive-c14n-comments-detached.xml +1 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-hmac-sha1-exclusive-c14n-comments-detached.xml +1 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-hmac-sha1-exclusive-c14n-enveloped.xml +6 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-rsa-detached-b64-transform.xml +1 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-rsa-detached-xpath-transform.xml +1 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-rsa-detached-xslt-transform-bad-retrieval-method.xml +6 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-rsa-detached-xslt-transform-retrieval-method.xml +39 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-rsa-detached-xslt-transform.xml +39 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-rsa-detached.xml +1 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-rsa-enveloped-bad-digest-val.xml +6 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-rsa-enveloped-bad-sig.xml +6 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-rsa-enveloped.xml +6 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-rsa-enveloping.xml +6 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-rsa-manifest-x509-data-cert-chain.xml +1 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-rsa-manifest-x509-data-cert.xml +1 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-rsa-manifest-x509-data-issuer-serial.xml +1 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-rsa-manifest-x509-data-ski.xml +1 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-rsa-manifest-x509-data-subject-name.xml +1 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-rsa-manifest.xml +1 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-rsa-xpath-transform-enveloped.xml +6 -0
- data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-rsa-~x509-data-crl.xml +1 -0
- data/vendor/xmlsec1-1.2.18/tests/testDSig.sh +875 -0
- data/vendor/xmlsec1-1.2.18/tests/testEnc.sh +411 -0
- data/vendor/xmlsec1-1.2.18/tests/testKeys.sh +69 -0
- data/vendor/xmlsec1-1.2.18/tests/testRes.sh +20 -0
- data/vendor/xmlsec1-1.2.18/tests/testXKMS.sh +129 -0
- data/vendor/xmlsec1-1.2.18/tests/testrun.sh +443 -0
- data/vendor/xmlsec1-1.2.18/tests/xmldsig2ed-tests/c14n11/xml-base-input.xml +17 -0
- data/vendor/xmlsec1-1.2.18/tests/xmldsig2ed-tests/defCan-1.tmpl +2 -0
- data/vendor/xmlsec1-1.2.18/tests/xmldsig2ed-tests/defCan-1.xml +2 -0
- data/vendor/xmlsec1-1.2.18/tests/xmldsig2ed-tests/defCan-2.tmpl +2 -0
- data/vendor/xmlsec1-1.2.18/tests/xmldsig2ed-tests/defCan-2.xml +2 -0
- data/vendor/xmlsec1-1.2.18/tests/xmldsig2ed-tests/defCan-3.tmpl +2 -0
- data/vendor/xmlsec1-1.2.18/tests/xmldsig2ed-tests/defCan-3.xml +2 -0
- data/vendor/xmlsec1-1.2.18/tests/xmldsig2ed-tests/xpointer-1-SUN.xml +21 -0
- data/vendor/xmlsec1-1.2.18/tests/xmldsig2ed-tests/xpointer-2-SUN.xml +21 -0
- data/vendor/xmlsec1-1.2.18/tests/xmldsig2ed-tests/xpointer-3-SUN.xml +21 -0
- data/vendor/xmlsec1-1.2.18/tests/xmldsig2ed-tests/xpointer-4-SUN.xml +21 -0
- data/vendor/xmlsec1-1.2.18/tests/xmldsig2ed-tests/xpointer-5-SUN.xml +21 -0
- data/vendor/xmlsec1-1.2.18/tests/xmldsig2ed-tests/xpointer-6-SUN.xml +21 -0
- data/vendor/xmlsec1-1.2.18/win32/Makefile.msvc +699 -0
- data/vendor/xmlsec1-1.2.18/win32/README.txt +168 -12
- data/vendor/xmlsec1-1.2.18/win32/configure.js +395 -0
- data/vendor/xmlsec1-1.2.18/win32/libxmlsec.def.src +25 -0
- data/vendor/xmlsec1-1.2.18/win32/mycfg.bat +21 -0
- data/vendor/xmlsec1-1.2.18/xmlsec-config.in +243 -0
- data/vendor/xmlsec1-1.2.18/xmlsec-gcrypt.pc.in +11 -0
- data/vendor/xmlsec1-1.2.18/xmlsec-gnutls.pc.in +11 -0
- data/vendor/xmlsec1-1.2.18/xmlsec-nss.pc.in +11 -0
- data/vendor/xmlsec1-1.2.18/xmlsec-openssl.pc.in +11 -0
- data/vendor/xmlsec1-1.2.18/xmlsec.pc.in +11 -0
- data/vendor/xmlsec1-1.2.18/xmlsec.spec.in +185 -0
- data/vendor/xmlsec1-1.2.18/xmlsec1-config +243 -0
- data/vendor/xmlsec1-1.2.18/xmlsec1-gcrypt.pc +11 -0
- data/vendor/xmlsec1-1.2.18/xmlsec1-gnutls.pc +11 -0
- data/vendor/xmlsec1-1.2.18/xmlsec1-nss.pc +11 -0
- data/vendor/xmlsec1-1.2.18/xmlsec1-openssl.pc +11 -0
- data/vendor/xmlsec1-1.2.18/xmlsec1.m4 +172 -0
- data/vendor/xmlsec1-1.2.18/xmlsec1.pc +11 -0
- data/vendor/xmlsec1-1.2.18/xmlsec1.spec +185 -0
- data/vendor/xmlsec1-1.2.18/xmlsec1Conf.sh +13 -0
- data/vendor/xmlsec1-1.2.18/xmlsecConf.sh.in +13 -0
- data/xmlsec-shim.gemspec +18 -0
- metadata +1014 -0
@@ -0,0 +1,1633 @@
|
|
1
|
+
dnl Process this file with autoconf to produce a configure script.
|
2
|
+
AC_INIT([xmlsec1],[1.2.18],[http://www.aleksey.com/xmlsec])
|
3
|
+
|
4
|
+
XMLSEC_PACKAGE=xmlsec1
|
5
|
+
XMLSEC_VERSION_MAJOR=1
|
6
|
+
XMLSEC_VERSION_MINOR=2
|
7
|
+
XMLSEC_VERSION_SUBMINOR=18
|
8
|
+
XMLSEC_VERSION="$XMLSEC_VERSION_MAJOR.$XMLSEC_VERSION_MINOR.$XMLSEC_VERSION_SUBMINOR"
|
9
|
+
XMLSEC_VERSION_INFO=`echo $XMLSEC_VERSION | awk -F. '{ printf "%d:%d:%d", $1+$2, $3, $2 }'`
|
10
|
+
XMLSEC_VERSION_SAFE=`echo $XMLSEC_VERSION | sed 's/\./_/g'`
|
11
|
+
|
12
|
+
AC_PREREQ([2.52g])
|
13
|
+
AC_CANONICAL_HOST
|
14
|
+
|
15
|
+
AC_SUBST(XMLSEC_VERSION)
|
16
|
+
AC_SUBST(XMLSEC_PACKAGE)
|
17
|
+
AC_SUBST(XMLSEC_VERSION_SAFE)
|
18
|
+
AC_SUBST(XMLSEC_VERSION_MAJOR)
|
19
|
+
AC_SUBST(XMLSEC_VERSION_MINOR)
|
20
|
+
AC_SUBST(XMLSEC_VERSION_SUBMINOR)
|
21
|
+
AC_SUBST(XMLSEC_VERSION_INFO)
|
22
|
+
|
23
|
+
AC_CONFIG_MACRO_DIR(m4)
|
24
|
+
AM_INIT_AUTOMAKE([1.7 tar-ustar])
|
25
|
+
AC_CONFIG_HEADERS([config.h])
|
26
|
+
AM_MAINTAINER_MODE
|
27
|
+
|
28
|
+
dnl
|
29
|
+
dnl Check the environment
|
30
|
+
dnl
|
31
|
+
AC_PROG_CC
|
32
|
+
AC_PROG_INSTALL
|
33
|
+
AC_HEADER_STDC
|
34
|
+
AC_PROG_LIBTOOL
|
35
|
+
|
36
|
+
LT_INIT
|
37
|
+
|
38
|
+
dnl
|
39
|
+
dnl Find programs
|
40
|
+
dnl
|
41
|
+
if test "z$RM" == "z" ; then
|
42
|
+
AC_PATH_PROG(RM, rm, /bin/rm)
|
43
|
+
fi
|
44
|
+
AC_PATH_PROG(CP, cp, /bin/cp)
|
45
|
+
AC_PATH_PROG(MV, mv, /bin/mv)
|
46
|
+
AC_PATH_PROG(TAR, tar, /bin/tar)
|
47
|
+
AC_PATH_PROG(HELP2MAN, help2man)
|
48
|
+
AC_PATH_PROG(MAN2HTML, man2html)
|
49
|
+
|
50
|
+
dnl Make sure we have an ANSI compiler
|
51
|
+
AM_C_PROTOTYPES
|
52
|
+
test "z$U" != "z" && AC_MSG_ERROR(Compiler not ANSI compliant)
|
53
|
+
|
54
|
+
dnl Checks for header files.
|
55
|
+
AC_HEADER_DIRENT
|
56
|
+
AC_HEADER_STDC
|
57
|
+
AC_CHECK_HEADERS([stdio.h])
|
58
|
+
AC_CHECK_HEADERS([stdlib.h])
|
59
|
+
AC_CHECK_HEADERS([string.h])
|
60
|
+
AC_CHECK_HEADERS([ctype.h])
|
61
|
+
AC_CHECK_HEADERS([errno.h])
|
62
|
+
AC_CHECK_HEADERS([ansidecl.h])
|
63
|
+
AC_CHECK_HEADERS([time.h])
|
64
|
+
AC_CHECK_FUNCS(strchr strrchr printf sprintf fprintf snprintf vfprintf vsprintf vsnprintf sscanf timegm)
|
65
|
+
|
66
|
+
XMLSEC_DEFINES=""
|
67
|
+
|
68
|
+
dnl ==========================================================================
|
69
|
+
dnl Specific setup for Aleksey's development environment:
|
70
|
+
dnl - with debug
|
71
|
+
dnl - with pedantic compiler flags
|
72
|
+
dnl - with static binaries
|
73
|
+
dnl - without dynamic xmlsec-crypto loading
|
74
|
+
dnl ==========================================================================
|
75
|
+
AC_MSG_CHECKING(for development environment)
|
76
|
+
AC_ARG_ENABLE(development, [ --enable-development enable development environment (no)])
|
77
|
+
if test "z$enable_development" = "zyes" ; then
|
78
|
+
enable_debuging="yes"
|
79
|
+
enable_pedantic="yes"
|
80
|
+
enable_static_linking="yes"
|
81
|
+
enable_crypto_dl="no"
|
82
|
+
AC_MSG_RESULT(yes)
|
83
|
+
else
|
84
|
+
AC_MSG_RESULT(no)
|
85
|
+
fi
|
86
|
+
|
87
|
+
|
88
|
+
dnl ==========================================================================
|
89
|
+
dnl Perform host specific configuration
|
90
|
+
dnl ==========================================================================
|
91
|
+
XMLSEC_EXTRA_LDFLAGS=
|
92
|
+
XMLSEC_CRYPTO_EXTRA_LDFLAGS=
|
93
|
+
dnl should separate extra LDFLAGS for xmlsec and crypto libs ?
|
94
|
+
dnl should --enable-runtime-pseudo-reloc for mingw and cygwin ?
|
95
|
+
|
96
|
+
xmlsec_sharedlib_hack="no"
|
97
|
+
if test -n "$shrext"; then
|
98
|
+
XMLSEC_SHLIBSFX="$shrext"
|
99
|
+
else
|
100
|
+
dnl changed in libtool (between 1.5.2 and 1.5.14)
|
101
|
+
XMLSEC_SHLIBSFX="$shrext_cmds"
|
102
|
+
fi
|
103
|
+
case "${host}" in
|
104
|
+
*aix* )
|
105
|
+
CFLAGS="${CFLAGS} -D_ALL_SOURCE"
|
106
|
+
;;
|
107
|
+
*-*-mingw*)
|
108
|
+
dnl use libtool flags "-avoid-version" to create shared
|
109
|
+
dnl libraries without version suffix, i.e. libxmlsec1.dll
|
110
|
+
dnl instead libxmlsec1-NN.dll, where NN is a number.
|
111
|
+
XMLSEC_EXTRA_LDFLAGS="-no-undefined -avoid-version"
|
112
|
+
XMLSEC_CRYPTO_EXTRA_LDFLAGS="-no-undefined -avoid-version"
|
113
|
+
XMLSEC_SHLIBSFX=".dll.a"
|
114
|
+
xmlsec_sharedlib_hack="yes"
|
115
|
+
;;
|
116
|
+
*-*-cygwin*)
|
117
|
+
XMLSEC_EXTRA_LDFLAGS="-no-undefined"
|
118
|
+
XMLSEC_CRYPTO_EXTRA_LDFLAGS="-no-undefined"
|
119
|
+
;;
|
120
|
+
esac
|
121
|
+
|
122
|
+
# To avoid problem with loading of a shared library (dlopen or equivalent)
|
123
|
+
# at run time on some platforms we need to link crypto modules with extra
|
124
|
+
# source. It's work without hack on 9x and under emulation.
|
125
|
+
# On nt 5.x (w2k,xp) the error is 998("Invalid access to memory location").
|
126
|
+
AM_CONDITIONAL(SHAREDLIB_HACK, [test "z$xmlsec_sharedlib_hack" = "zyes"])
|
127
|
+
|
128
|
+
dnl ==========================================================================
|
129
|
+
dnl Hack for autoconf version mismatch
|
130
|
+
dnl ==========================================================================
|
131
|
+
if test "z$shrext" == "z" ; then
|
132
|
+
shrext=$shrext_cmds
|
133
|
+
fi
|
134
|
+
|
135
|
+
dnl ==========================================================================
|
136
|
+
dnl Check for __FUNCTION__ or __FUNCTION__
|
137
|
+
dnl ==========================================================================
|
138
|
+
AC_MSG_CHECKING(for __FUNCTION__ or __func__)
|
139
|
+
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([],
|
140
|
+
[[char *foo = __FUNCTION__;]])],
|
141
|
+
[ac_function_exists=yes],
|
142
|
+
[ac_function_exists=no])
|
143
|
+
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([],
|
144
|
+
[[char *foo = __func__;]])],
|
145
|
+
[ac_func_exists=yes],
|
146
|
+
[ac_func_exists=no])
|
147
|
+
if test "z$ac_function_exists" = "zyes" ; then
|
148
|
+
AC_MSG_RESULT(__FUNCTION__)
|
149
|
+
XMLSEC_DEFINES="$XMLSEC_DEFINES -D__XMLSEC_FUNCTION__=__FUNCTION__"
|
150
|
+
elif test "z$ac_func_exists" = "zyes" ; then
|
151
|
+
AC_MSG_RESULT(__func__)
|
152
|
+
XMLSEC_DEFINES="$XMLSEC_DEFINES -D__XMLSEC_FUNCTION__=__func__"
|
153
|
+
else
|
154
|
+
AC_MSG_RESULT("no")
|
155
|
+
fi
|
156
|
+
|
157
|
+
dnl ==========================================================================
|
158
|
+
dnl check do we have size_t and its size,
|
159
|
+
dnl TODO: will need to replace this and the xmlSecSize define with
|
160
|
+
dnl typedef on next ABI refresh
|
161
|
+
dnl ==========================================================================
|
162
|
+
AC_CHECK_SIZEOF(size_t)
|
163
|
+
if test "$ac_cv_sizeof_size_t" -ne "4" ; then
|
164
|
+
XMLSEC_DEFINES="$XMLSEC_DEFINES -DXMLSEC_NO_SIZE_T"
|
165
|
+
fi
|
166
|
+
|
167
|
+
dnl ==========================================================================
|
168
|
+
dnl Check if pkg-config enabled and installed
|
169
|
+
dnl ==========================================================================
|
170
|
+
PKG_CONFIG="pkg-config"
|
171
|
+
PKGCONFIG_FOUND="no"
|
172
|
+
AC_ARG_ENABLE(pkgconfig, [ --enable-pkgconfig enable pkgconfig for configuration (yes)])
|
173
|
+
if test "z$enable_pkgconfig" != "zno" ; then
|
174
|
+
AC_CHECK_PROG(PKGCONFIG_PRESENT, $PKG_CONFIG, yes, no)
|
175
|
+
if test "z$PKGCONFIG_PRESENT" = "zyes" ; then
|
176
|
+
if $PKG_CONFIG --atleast-pkgconfig-version 0.9 ; then
|
177
|
+
PKGCONFIG_FOUND="yes"
|
178
|
+
fi
|
179
|
+
fi
|
180
|
+
fi
|
181
|
+
|
182
|
+
dnl ==========================================================================
|
183
|
+
dnl find libxml
|
184
|
+
dnl ==========================================================================
|
185
|
+
LIBXML_MIN_VERSION="2.7.4"
|
186
|
+
LIBXML_CONFIG="xml2-config"
|
187
|
+
LIBXML_CFLAGS=""
|
188
|
+
LIBXML_LIBS=""
|
189
|
+
LIBXML_FOUND="no"
|
190
|
+
AC_ARG_WITH(libxml,
|
191
|
+
[ --with-libxml=[PFX] libxml2 location]
|
192
|
+
)
|
193
|
+
AC_ARG_WITH(libxml-src,
|
194
|
+
[ --with-libxml-src=[PFX] not installed yet libxml2 location]
|
195
|
+
)
|
196
|
+
|
197
|
+
if test "z$with_libxml" = "zno" -o "z$with_libxml_src" = "zno"; then
|
198
|
+
AC_MSG_CHECKING(for libxml2 libraries >= $LIBXML_MIN_VERSION)
|
199
|
+
AC_MSG_ERROR(libxml2 >= $LIBXML_MIN_VERSION is required for $XMLSEC_PACKAGE)
|
200
|
+
elif test "z$with_libxml_src" != "z" ; then
|
201
|
+
AC_MSG_CHECKING(for libxml2 libraries >= $LIBXML_MIN_VERSION)
|
202
|
+
CWD=`pwd`
|
203
|
+
if cd "$with_libxml_src" ; then
|
204
|
+
SRC_DIR=`pwd`
|
205
|
+
LIBXML_CONFIG=${SRC_DIR}/xml2-config
|
206
|
+
LIBXML_LIBS="-L${SRC_DIR}/.libs -lxml2"
|
207
|
+
LIBXML_CFLAGS="-I${SRC_DIR}/include"
|
208
|
+
LIBXML_FOUND="yes"
|
209
|
+
cd $CWD
|
210
|
+
AC_MSG_RESULT([yes (source)])
|
211
|
+
else
|
212
|
+
AC_MSG_ERROR([libxml source dir not found (${with_libxml_src}), typo?])
|
213
|
+
fi
|
214
|
+
elif test "z$with_libxml" = "z" -a "z$PKGCONFIG_FOUND" = "zyes" ; then
|
215
|
+
PKG_CHECK_MODULES(LIBXML, libxml-2.0 >= $LIBXML_MIN_VERSION,
|
216
|
+
[LIBXML_FOUND=yes],
|
217
|
+
[LIBXML_FOUND=no])
|
218
|
+
fi
|
219
|
+
if test "z$LIBXML_FOUND" = "zno" ; then
|
220
|
+
if test "z$with_libxml" != "zyes" ; then
|
221
|
+
if test "z$with_libxml" != "z" ; then
|
222
|
+
AC_PATH_PROG([LIBXML_CONFIG], [$LIBXML_CONFIG], [],
|
223
|
+
[$with_libxml/bin:$PATH])
|
224
|
+
else
|
225
|
+
AC_PATH_PROG([LIBXML_CONFIG], [$LIBXML_CONFIG], [],
|
226
|
+
[$PATH])
|
227
|
+
fi
|
228
|
+
fi
|
229
|
+
AC_MSG_CHECKING([libxml2 $LIBXML_CONFIG ])
|
230
|
+
if ! LIBXML_VERSION=`$LIBXML_CONFIG --version 2>/dev/null`; then
|
231
|
+
AC_MSG_ERROR(Could not find libxml2 anywhere.)
|
232
|
+
fi
|
233
|
+
vers=`echo $LIBXML_VERSION | awk -F. '{ printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
|
234
|
+
minvers=`echo $LIBXML_MIN_VERSION | awk -F. '{ printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
|
235
|
+
if test "$vers" -ge "$minvers" ; then
|
236
|
+
LIBXML_LIBS="`$LIBXML_CONFIG --libs`"
|
237
|
+
LIBXML_CFLAGS="`$LIBXML_CONFIG --cflags`"
|
238
|
+
LIBXML_FOUND="yes"
|
239
|
+
AC_MSG_RESULT([yes ('$LIBXML_VERSION')])
|
240
|
+
else
|
241
|
+
AC_MSG_ERROR(You need at least libxml2 $LIBXML_MIN_VERSION for this version of $XMLSEC_PACKAGE)
|
242
|
+
fi
|
243
|
+
fi
|
244
|
+
|
245
|
+
AC_SUBST(LIBXML_CFLAGS)
|
246
|
+
AC_SUBST(LIBXML_LIBS)
|
247
|
+
AC_SUBST(LIBXML_CONFIG)
|
248
|
+
AC_SUBST(LIBXML_MIN_VERSION)
|
249
|
+
|
250
|
+
dnl ==========================================================================
|
251
|
+
dnl find libxslt
|
252
|
+
dnl ==========================================================================
|
253
|
+
XMLSEC_NO_LIBXSLT="1"
|
254
|
+
LIBXSLT_MIN_VERSION=1.0.20
|
255
|
+
LIBXSLT_CONFIG="xslt-config"
|
256
|
+
LIBXSLT_CFLAGS=""
|
257
|
+
LIBXSLT_LIBS=""
|
258
|
+
LIBXSLT_FOUND="no"
|
259
|
+
AC_ARG_WITH(libxslt,
|
260
|
+
[ --with-libxslt=[PFX] libxslt location]
|
261
|
+
)
|
262
|
+
AC_ARG_WITH(libxslt-src,
|
263
|
+
[ --with-libxslt-src=[PFX] not installed yet libxslt location]
|
264
|
+
)
|
265
|
+
if test "z$with_libxslt" = "zno" -o "z$with_libxslt_src" = "zno" ; then
|
266
|
+
AC_MSG_CHECKING(for libxslt libraries >= $LIBXSLT_MIN_VERSION)
|
267
|
+
AC_MSG_RESULT(no)
|
268
|
+
LIBXSLT_FOUND="without"
|
269
|
+
elif test "z$with_libxslt_src" != "z" ; then
|
270
|
+
AC_MSG_CHECKING(for libxslt libraries >= $LIBXSLT_MIN_VERSION)
|
271
|
+
CWD=`pwd`
|
272
|
+
if cd "$with_libxslt_src" ; then
|
273
|
+
SRC_DIR=`pwd`
|
274
|
+
LIBXSLT_CONFIG=${SRC_DIR}/xslt-config
|
275
|
+
LIBXSLT_LIBS="-L${SRC_DIR}/libxslt/.libs -lxslt"
|
276
|
+
LIBXSLT_CFLAGS="-I${SRC_DIR}"
|
277
|
+
LIBXSLT_FOUND="yes"
|
278
|
+
cd $CWD
|
279
|
+
AC_MSG_RESULT([yes (source)])
|
280
|
+
else
|
281
|
+
AC_MSG_ERROR([libxslt source dir not found (${with_libxslt_src}), typo?])
|
282
|
+
fi
|
283
|
+
elif test "z$with_libxslt" = "z" -a "z$PKGCONFIG_FOUND" = "zyes" ; then
|
284
|
+
PKG_CHECK_MODULES(LIBXSLT, libxslt >= $LIBXSLT_MIN_VERSION,
|
285
|
+
[LIBXSLT_FOUND=yes],
|
286
|
+
[LIBXSLT_FOUND=no])
|
287
|
+
fi
|
288
|
+
|
289
|
+
if test "z$LIBXSLT_FOUND" = "zno" ; then
|
290
|
+
if test "z$with_libxslt" != "zyes" ; then
|
291
|
+
if test "z$with_libxslt" != "z" ; then
|
292
|
+
AC_PATH_PROG([LIBXSLT_CONFIG], [$LIBXSLT_CONFIG], [],
|
293
|
+
[$with_libxslt/bin:$PATH])
|
294
|
+
else
|
295
|
+
AC_PATH_PROG([LIBXSLT_CONFIG], [$LIBXSLT_CONFIG], [],
|
296
|
+
[$PATH])
|
297
|
+
fi
|
298
|
+
fi
|
299
|
+
AC_MSG_CHECKING(for libxslt libraries >= $LIBXSLT_MIN_VERSION)
|
300
|
+
if ! LIBXSLT_VERSION=`$LIBXSLT_CONFIG --version 2>/dev/null`; then
|
301
|
+
if test "z$with_libxslt" != "zyes" ; then
|
302
|
+
AC_MSG_ERROR(Unable to find libxslt at '$with_libxslt')
|
303
|
+
else
|
304
|
+
AC_MSG_RESULT(no)
|
305
|
+
fi
|
306
|
+
else
|
307
|
+
vers=`echo $LIBXSLT_VERSION | awk -F. '{ printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
|
308
|
+
minvers=`echo $LIBXSLT_MIN_VERSION | awk -F. '{ printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
|
309
|
+
if test "$vers" -ge "$minvers" ; then
|
310
|
+
LIBXSLT_LIBS="`$LIBXSLT_CONFIG --libs`"
|
311
|
+
LIBXSLT_CFLAGS="`$LIBXSLT_CONFIG --cflags`"
|
312
|
+
LIBXSLT_FOUND="yes"
|
313
|
+
AC_MSG_RESULT([yes ('$LIBXSLT_VERSION')])
|
314
|
+
else
|
315
|
+
AC_MSG_ERROR(You need at least libxslt $LIBXSLT_MIN_VERSION for this version of $XMLSEC_PACKAGE)
|
316
|
+
fi
|
317
|
+
fi
|
318
|
+
fi
|
319
|
+
|
320
|
+
if test "z$LIBXSLT_FOUND" = "zyes" ; then
|
321
|
+
XMLSEC_NO_LIBXSLT="0"
|
322
|
+
else
|
323
|
+
XMLSEC_DEFINES="$XMLSEC_DEFINES -DXMLSEC_NO_XSLT=1"
|
324
|
+
fi
|
325
|
+
|
326
|
+
AC_SUBST(XMLSEC_NO_LIBXSLT)
|
327
|
+
AC_SUBST(LIBXSLT_CFLAGS)
|
328
|
+
AC_SUBST(LIBXSLT_LIBS)
|
329
|
+
AC_SUBST(LIBXSLT_CONFIG)
|
330
|
+
AC_SUBST(LIBXSLT_MIN_VERSION)
|
331
|
+
|
332
|
+
dnl ==========================================================================
|
333
|
+
dnl See if we can find a crypto library
|
334
|
+
dnl ==========================================================================
|
335
|
+
XMLSEC_CRYPTO_LIST=""
|
336
|
+
XMLSEC_CRYPTO_DISABLED_LIST=""
|
337
|
+
|
338
|
+
dnl ==========================================================================
|
339
|
+
dnl OpenSSL
|
340
|
+
dnl ==========================================================================
|
341
|
+
ac_openssl_lib_dir="/usr/local/lib /usr/lib /usr/lib64 /usr/local /usr/local/ssl /usr/local/ssl/lib /usr/pkg"
|
342
|
+
ac_openssl_inc_dir="/usr/local/include /usr/include /usr/local /usr/local/ssl /usr/pkg /usr/local/ssl/include"
|
343
|
+
|
344
|
+
XMLSEC_NO_OPENSSL="1"
|
345
|
+
OPENSSL_MIN_VERSION="0.9.6"
|
346
|
+
OPENSSL_VERSION=""
|
347
|
+
OPENSSL_CFLAGS=""
|
348
|
+
OPENSSL_LIBS=""
|
349
|
+
OPENSSL_CRYPTO_LIB="$XMLSEC_PACKAGE-openssl"
|
350
|
+
OPENSSL_FOUND=no
|
351
|
+
AC_ARG_WITH(openssl, [ --with-openssl=[PFX] openssl location])
|
352
|
+
if test "z$with_openssl" = "zno" ; then
|
353
|
+
OPENSSL_FOUND=without
|
354
|
+
AC_MSG_CHECKING(for openssl libraries >= $OPENSSL_MIN_VERSION)
|
355
|
+
AC_MSG_RESULT(no)
|
356
|
+
elif test "z$with_openssl" != "z" ; then
|
357
|
+
case $host in
|
358
|
+
*-*-mingw*) openssl_exlibs=;;
|
359
|
+
*-*-osf5*) openssl_exlibs=;;
|
360
|
+
*-*-openbsd*) openssl_exlibs=;;
|
361
|
+
*-*-netbsd*) openssl_exlibs=;;
|
362
|
+
#FIXME: check if lib "dl" is required
|
363
|
+
*) openssl_exlibs=-ldl;;
|
364
|
+
esac
|
365
|
+
OPENSSL_CFLAGS="$OPENSSL_CFLAGS -I$with_openssl/include"
|
366
|
+
if test -f "$with_openssl/lib/libcrypto${XMLSEC_SHLIBSFX}" ; then
|
367
|
+
OPENSSL_LIBS="-L$with_openssl/lib -lcrypto $openssl_exlibs"
|
368
|
+
else
|
369
|
+
OPENSSL_LIBS="$with_openssl/lib/libcrypto.a $openssl_exlibs"
|
370
|
+
fi
|
371
|
+
OPENSSL_FOUND="yes"
|
372
|
+
elif test "z$PKGCONFIG_FOUND" = "zyes" ; then
|
373
|
+
if test "z$OPENSSL_VERSION" = "z" ; then
|
374
|
+
PKG_CHECK_MODULES(OPENSSL, openssl >= 0.9.8,
|
375
|
+
[OPENSSL_VERSION="0.9.8"],
|
376
|
+
[OPENSSL_VERSION=""])
|
377
|
+
fi
|
378
|
+
|
379
|
+
if test "z$OPENSSL_VERSION" = "z" ; then
|
380
|
+
PKG_CHECK_MODULES(OPENSSL, openssl >= 0.9.7,
|
381
|
+
[OPENSSL_VERSION="0.9.7"],
|
382
|
+
[OPENSSL_VERSION=""])
|
383
|
+
fi
|
384
|
+
|
385
|
+
if test "z$OPENSSL_VERSION" = "z" ; then
|
386
|
+
PKG_CHECK_MODULES(OPENSSL, openssl >= $OPENSSL_MIN_VERSION,
|
387
|
+
[OPENSSL_VERSION="$OPENSSL_MIN_VERSION"],
|
388
|
+
[OPENSSL_VERSION=""])
|
389
|
+
fi
|
390
|
+
|
391
|
+
if test "z$OPENSSL_VERSION" != "z" ; then
|
392
|
+
OPENSSL_FOUND="yes"
|
393
|
+
fi
|
394
|
+
fi
|
395
|
+
|
396
|
+
if test "z$OPENSSL_FOUND" = "zno" ; then
|
397
|
+
OPENSSL_INCLUDES_FOUND="no"
|
398
|
+
OPENSSL_LIBS_FOUND="no"
|
399
|
+
|
400
|
+
for dir in $ac_openssl_inc_dir ; do
|
401
|
+
if test -f $dir/openssl/ssl.h ; then
|
402
|
+
dnl do not add -I/usr/include because compiler does it anyway
|
403
|
+
if test "z$dir" = "z/usr/include" ; then
|
404
|
+
OPENSSL_CFLAGS="$OPENSSL_CFLAGS "
|
405
|
+
else
|
406
|
+
OPENSSL_CFLAGS="$OPENSSL_CFLAGS -I$dir"
|
407
|
+
fi
|
408
|
+
OPENSSL_INCLUDES_FOUND="yes"
|
409
|
+
break
|
410
|
+
fi
|
411
|
+
done
|
412
|
+
|
413
|
+
for dir in $ac_openssl_lib_dir ; do
|
414
|
+
if test -f $dir/libcrypto.a ; then
|
415
|
+
dnl do not add -L/usr/lib because compiler does it anyway
|
416
|
+
if test "z$dir" = "z/usr/lib" ; then
|
417
|
+
OPENSSL_LIBS="-lcrypto -ldl"
|
418
|
+
else
|
419
|
+
OPENSSL_LIBS="-L$dir -lcrypto -ldl"
|
420
|
+
fi
|
421
|
+
OPENSSL_LIBS_FOUND="yes"
|
422
|
+
ac_found_openssl_lib_dir=$dir
|
423
|
+
break;
|
424
|
+
fi
|
425
|
+
done
|
426
|
+
|
427
|
+
if test "z$OPENSSL_INCLUDES_FOUND" = "zyes" -a "z$OPENSSL_LIBS_FOUND" = "zyes" ; then
|
428
|
+
OPENSSL_FOUND="yes"
|
429
|
+
fi
|
430
|
+
fi
|
431
|
+
|
432
|
+
if test "z$OPENSSL_FOUND" = "zyes" -a "z$OPENSSL_VERSION" = "z" ; then
|
433
|
+
AC_MSG_CHECKING(for openssl libraries >= $OPENSSL_MIN_VERSION)
|
434
|
+
|
435
|
+
dnl Check the OpenSSL version
|
436
|
+
OLD_CPPFLAGS=$CPPFLAGS
|
437
|
+
CPPFLAGS="$OPENSSL_CFLAGS"
|
438
|
+
|
439
|
+
if test "z$OPENSSL_VERSION" = "z" ; then
|
440
|
+
AC_EGREP_CPP(yes,[
|
441
|
+
#include <openssl/opensslv.h>
|
442
|
+
#if OPENSSL_VERSION_NUMBER >= 0x10000000L
|
443
|
+
yes
|
444
|
+
#endif
|
445
|
+
],[
|
446
|
+
OPENSSL_VERSION="1.0.0"
|
447
|
+
],[
|
448
|
+
OPENSSL_VERSION=""
|
449
|
+
])
|
450
|
+
fi
|
451
|
+
|
452
|
+
if test "z$OPENSSL_VERSION" = "z" ; then
|
453
|
+
AC_EGREP_CPP(yes,[
|
454
|
+
#include <openssl/opensslv.h>
|
455
|
+
#if OPENSSL_VERSION_NUMBER >= 0x00908000L
|
456
|
+
yes
|
457
|
+
#endif
|
458
|
+
],[
|
459
|
+
OPENSSL_VERSION="0.9.8"
|
460
|
+
],[
|
461
|
+
OPENSSL_VERSION=""
|
462
|
+
])
|
463
|
+
fi
|
464
|
+
|
465
|
+
if test "z$OPENSSL_VERSION" = "z" ; then
|
466
|
+
AC_EGREP_CPP(yes,[
|
467
|
+
#include <openssl/opensslv.h>
|
468
|
+
#if OPENSSL_VERSION_NUMBER >= 0x00907000L
|
469
|
+
yes
|
470
|
+
#endif
|
471
|
+
],[
|
472
|
+
OPENSSL_VERSION="0.9.7"
|
473
|
+
],[
|
474
|
+
OPENSSL_VERSION=""
|
475
|
+
])
|
476
|
+
fi
|
477
|
+
|
478
|
+
if test "z$OPENSSL_VERSION" = "z" ; then
|
479
|
+
AC_EGREP_CPP(yes,[
|
480
|
+
#include <openssl/opensslv.h>
|
481
|
+
#if OPENSSL_VERSION_NUMBER >= 0x00906000L
|
482
|
+
yes
|
483
|
+
#endif
|
484
|
+
],[
|
485
|
+
OPENSSL_VERSION="0.9.6"
|
486
|
+
],[
|
487
|
+
OPENSSL_VERSION=""
|
488
|
+
])
|
489
|
+
fi
|
490
|
+
if test "z$OPENSSL_VERSION" = "z" ; then
|
491
|
+
AC_MSG_RESULT(no)
|
492
|
+
else
|
493
|
+
AC_MSG_RESULT([yes ('$OPENSSL_VERSION')])
|
494
|
+
fi
|
495
|
+
|
496
|
+
CPPFLAGS=$OLD_CPPFLAGS
|
497
|
+
fi
|
498
|
+
|
499
|
+
if test "z$OPENSSL_FOUND" = "zyes" ; then
|
500
|
+
XMLSEC_NO_OPENSSL="0"
|
501
|
+
if test "z$OPENSSL_VERSION" = "z0.9.6" ; then
|
502
|
+
OPENSSL_CFLAGS="$OPENSSL_CFLAGS -DXMLSEC_OPENSSL_096=1"
|
503
|
+
fi
|
504
|
+
if test "z$OPENSSL_VERSION" = "z0.9.7" ; then
|
505
|
+
OPENSSL_CFLAGS="$OPENSSL_CFLAGS -DXMLSEC_OPENSSL_097=1"
|
506
|
+
fi
|
507
|
+
if test "z$OPENSSL_VERSION" = "z0.9.8" ; then
|
508
|
+
OPENSSL_CFLAGS="$OPENSSL_CFLAGS -DXMLSEC_OPENSSL_098=1"
|
509
|
+
fi
|
510
|
+
if test "z$OPENSSL_VERSION" = "z1.0.0" ; then
|
511
|
+
OPENSSL_CFLAGS="$OPENSSL_CFLAGS -DXMLSEC_OPENSSL_100=1"
|
512
|
+
fi
|
513
|
+
OPENSSL_CFLAGS="$OPENSSL_CFLAGS -DXMLSEC_CRYPTO_OPENSSL=1"
|
514
|
+
XMLSEC_CRYPTO_LIST="$XMLSEC_CRYPTO_LIST openssl"
|
515
|
+
else
|
516
|
+
XMLSEC_CRYPTO_DISABLED_LIST="$XMLSEC_CRYPTO_DISABLED_LIST openssl"
|
517
|
+
fi
|
518
|
+
|
519
|
+
AM_CONDITIONAL(XMLSEC_NO_OPENSSL, test "z$XMLSEC_NO_OPENSSL" == "z1")
|
520
|
+
AC_SUBST(XMLSEC_NO_OPENSSL)
|
521
|
+
AC_SUBST(OPENSSL_CFLAGS)
|
522
|
+
AC_SUBST(OPENSSL_LIBS)
|
523
|
+
AC_SUBST(OPENSSL_CRYPTO_LIB)
|
524
|
+
AC_SUBST(OPENSSL_MIN_VERSION)
|
525
|
+
|
526
|
+
dnl ==========================================================================
|
527
|
+
dnl See if we can find NSS and NSPR
|
528
|
+
dnl Allow the use of:
|
529
|
+
dnl 1. Mozilla style distribution where all mozilla components (NSS, NSPR
|
530
|
+
dnl are just 2 of over 100 components) are under one directory.
|
531
|
+
dnl options: [--with-mozilla-ver=<VERSION>]
|
532
|
+
dnl
|
533
|
+
dnl Using the version number, various directories are searched
|
534
|
+
dnl for NSS & NSPR
|
535
|
+
dnl
|
536
|
+
dnl AND / OR
|
537
|
+
dnl
|
538
|
+
dnl 2. separate NSS & NSPR distributions
|
539
|
+
dnl options: [--with-nss=<PFX>] [--with-nspr=<PFX>]
|
540
|
+
dnl
|
541
|
+
dnl 2 overrides 1
|
542
|
+
dnl
|
543
|
+
dnl ==========================================================================
|
544
|
+
XMLSEC_NO_NSS="1"
|
545
|
+
SEAMONKEY_MIN_VERSION="1.0"
|
546
|
+
MOZILLA_MIN_VERSION="1.4"
|
547
|
+
NSS_MIN_VERSION="3.9"
|
548
|
+
NSPR_MIN_VERSION="4.4.1"
|
549
|
+
NSS_CFLAGS=""
|
550
|
+
NSS_LIBS=""
|
551
|
+
NSS_LIBS_LIST="-lnss3 -lsmime3"
|
552
|
+
NSPR_LIBS_LIST="-lnspr4 -lplds4 -lplc4"
|
553
|
+
NSS_CRYPTO_LIB="$XMLSEC_PACKAGE-nss"
|
554
|
+
NSS_FOUND="no"
|
555
|
+
NSPR_PACKAGE=mozilla-nspr
|
556
|
+
NSS_PACKAGE=mozilla-nss
|
557
|
+
|
558
|
+
|
559
|
+
dnl if nss is disabled, bail out early
|
560
|
+
AC_ARG_WITH(nss, [ --with-nss=[PFX] nss location])
|
561
|
+
AC_ARG_WITH(nspr, [ --with-nspr=[PFX] nspr location (needed for NSS)])
|
562
|
+
AC_ARG_WITH(seamonkey_ver, [ --with-seamonkey-ver=[VER] mozilla version (alt to --with-nss, --with-nspr)])
|
563
|
+
AC_ARG_WITH(mozilla_ver, [ --with-mozilla-ver=[VER] mozilla version (alt to --with-nss, --with-nspr)])
|
564
|
+
if test "z$with_nss" = "zno" -o "z$with_nspr" = "zno" ; then
|
565
|
+
AC_MSG_CHECKING(for NSS libraries)
|
566
|
+
AC_MSG_RESULT(no)
|
567
|
+
NSS_FOUND="without"
|
568
|
+
elif test "z$with_nss" = "z" -a "z$with_nspr" = "z" -a "z$with_mozilla_ver" = "z" -a "z$with_seamonkey_ver" = "z" -a "z$PKGCONFIG_FOUND" = "zyes" ; then
|
569
|
+
dnl
|
570
|
+
dnl Mozilla's NSS/NSPR are distributed under different names
|
571
|
+
dnl in different distribution:
|
572
|
+
dnl seamonkey-nspr and seamonkey-nss
|
573
|
+
dnl mozilla-nspr and mozilla-nss
|
574
|
+
dnl xulrunner-nspr and xulrunner-nss
|
575
|
+
dnl nspr and nss
|
576
|
+
dnl We are going to try all options
|
577
|
+
dnl
|
578
|
+
if test "z$NSS_FOUND" = "zno" ; then
|
579
|
+
PKG_CHECK_MODULES(NSS, seamonkey-nspr >= $NSPR_MIN_VERSION seamonkey-nss >= $SEAMONKEY_MIN_VERSION,
|
580
|
+
[NSS_FOUND=yes NSPR_PACKAGE=seamonkey-nspr NSS_PACKAGE=seamonkey-nss],
|
581
|
+
[NSS_FOUND=no])
|
582
|
+
fi
|
583
|
+
if test "z$NSS_FOUND" = "zno" ; then
|
584
|
+
PKG_CHECK_MODULES(NSS, mozilla-nspr >= $MOZILLA_MIN_VERSION mozilla-nss >= $MOZILLA_MIN_VERSION,
|
585
|
+
[NSS_FOUND=yes NSPR_PACKAGE=mozilla-nspr NSS_PACKAGE=mozilla-nss],
|
586
|
+
[NSS_FOUND=no])
|
587
|
+
fi
|
588
|
+
if test "z$NSS_FOUND" = "zno" ; then
|
589
|
+
PKG_CHECK_MODULES(NSS, xulrunner-nspr >= $NSPR_MIN_VERSION xulrunner-nss >= $NSS_MIN_VERSION,
|
590
|
+
[NSS_FOUND=yes NSPR_PACKAGE=xulrunner-nspr NSS_PACKAGE=xulrunner-nss],
|
591
|
+
[NSS_FOUND=no])
|
592
|
+
fi
|
593
|
+
if test "z$NSS_FOUND" = "zno" ; then
|
594
|
+
PKG_CHECK_MODULES(NSS, nspr >= $NSPR_MIN_VERSION nss >= $NSS_MIN_VERSION,
|
595
|
+
[NSS_FOUND=yes NSPR_PACKAGE=nspr NSS_PACKAGE=nss],
|
596
|
+
[NSS_FOUND=no])
|
597
|
+
fi
|
598
|
+
fi
|
599
|
+
|
600
|
+
if test "z$NSS_FOUND" = "zno" ; then
|
601
|
+
dnl process the mozilla options if any
|
602
|
+
if test "z$with_seamonkey_ver" != "z" ; then
|
603
|
+
ac_mozilla_name=seamonkey-$with_seamonkey_ver
|
604
|
+
elif test "z$with_mozilla_ver" != "z" ; then
|
605
|
+
ac_mozilla_name=mozilla-$with_mozilla_ver
|
606
|
+
else
|
607
|
+
ac_mozilla_name=mozilla-$MOZILLA_MIN_VERSION
|
608
|
+
fi
|
609
|
+
|
610
|
+
ac_nss_lib_dir="/usr/lib /usr/lib64 /usr/local/lib /usr/lib/$ac_mozilla_name /usr/local/lib/$ac_mozilla_name"
|
611
|
+
ac_nss_inc_dir="/usr/include /usr/include/mozilla /usr/local/include /usr/local/include/mozilla /usr/include/$ac_mozilla_name /usr/local/include/$ac_mozilla_name"
|
612
|
+
|
613
|
+
AC_MSG_CHECKING(for nspr libraries >= $NSPR_MIN_VERSION)
|
614
|
+
NSPR_INCLUDES_FOUND="no"
|
615
|
+
NSPR_LIBS_FOUND="no"
|
616
|
+
NSPR_FOUND="no"
|
617
|
+
NSPR_PRINIT_H=""
|
618
|
+
|
619
|
+
if test "z$with_nspr" != "z" ; then
|
620
|
+
NSPR_PREFIX="$with_nspr"
|
621
|
+
NSPR_CFLAGS="-I$with_nspr/include -I$with_nspr/include/nspr"
|
622
|
+
if test "z$with_gnu_ld" = "zyes" ; then
|
623
|
+
NSPR_LIBS="-Wl,-rpath-link -Wl,$with_nspr/lib -L$with_nspr/lib $NSPR_LIBS_LIST"
|
624
|
+
else
|
625
|
+
NSPR_LIBS="-L$with_nspr/lib $NSPR_LIBS_LIST"
|
626
|
+
fi
|
627
|
+
NSPR_INCLUDES_FOUND="yes"
|
628
|
+
NSPR_LIBS_FOUND="yes"
|
629
|
+
NSPR_PRINIT_H="$with_nspr/include/prinit.h"
|
630
|
+
else
|
631
|
+
for dir in $ac_nss_inc_dir ; do
|
632
|
+
if test -f $dir/nspr/prinit.h ; then
|
633
|
+
dnl do not add -I/usr/include because compiler does it anyway
|
634
|
+
if test "z$dir" = "z/usr/include" ; then
|
635
|
+
NSPR_CFLAGS=""
|
636
|
+
else
|
637
|
+
NSPR_CFLAGS="-I$dir/nspr"
|
638
|
+
fi
|
639
|
+
NSPR_INCLUDES_FOUND="yes"
|
640
|
+
NSPR_PRINIT_H="$dir/nspr/prinit.h"
|
641
|
+
break
|
642
|
+
fi
|
643
|
+
done
|
644
|
+
|
645
|
+
for dir in $ac_nss_lib_dir ; do
|
646
|
+
if test -f $dir/libnspr4$shrext ; then
|
647
|
+
dnl do not add -L/usr/lib because compiler does it anyway
|
648
|
+
if test "z$dir" = "z/usr/lib" ; then
|
649
|
+
NSPR_LIBS="$NSPR_LIBS_LIST"
|
650
|
+
else
|
651
|
+
if test "z$with_gnu_ld" = "zyes" ; then
|
652
|
+
NSPR_LIBS="-Wl,-rpath-link -Wl,$dir -L$dir $NSPR_LIBS_LIST"
|
653
|
+
else
|
654
|
+
NSPR_LIBS="-L$dir $NSPR_LIBS_LIST"
|
655
|
+
fi
|
656
|
+
fi
|
657
|
+
NSPR_LIBS_FOUND="yes"
|
658
|
+
break
|
659
|
+
fi
|
660
|
+
done
|
661
|
+
fi
|
662
|
+
|
663
|
+
if test "z$NSPR_INCLUDES_FOUND" = "zyes" -a "z$NSPR_LIBS_FOUND" = "zyes" ; then
|
664
|
+
OLD_CPPFLAGS=$CPPFLAGS
|
665
|
+
CPPFLAGS="$NSPR_CFLAGS"
|
666
|
+
AC_EGREP_CPP(yes,[
|
667
|
+
#include <prinit.h>
|
668
|
+
#if PR_VMAJOR >= 4
|
669
|
+
yes
|
670
|
+
#endif
|
671
|
+
],[
|
672
|
+
NSPR_FOUND=yes
|
673
|
+
],[
|
674
|
+
NSPR_FOUND=no
|
675
|
+
])
|
676
|
+
CPPFLAGS="$OLD_CPPFLAGS"
|
677
|
+
fi
|
678
|
+
|
679
|
+
if test "z$NSPR_FOUND" = "zyes" ; then
|
680
|
+
AC_MSG_RESULT(yes)
|
681
|
+
else
|
682
|
+
AC_MSG_RESULT(no)
|
683
|
+
fi
|
684
|
+
|
685
|
+
dnl look for nss
|
686
|
+
AC_MSG_CHECKING(for nss libraries >= $NSS_MIN_VERSION)
|
687
|
+
NSS_INCLUDES_FOUND="no"
|
688
|
+
NSS_LIBS_FOUND="no"
|
689
|
+
NSS_NSS_H=""
|
690
|
+
|
691
|
+
if test "z$with_nss" != "z" ; then
|
692
|
+
NSS_CFLAGS="$NSS_CFLAGS -I$with_nss/include -I$with_nss/include/nss"
|
693
|
+
if test "z$with_gnu_ld" = "zyes" ; then
|
694
|
+
NSS_LIBS="$NSS_LIBS -Wl,-rpath-link -Wl,$with_nss/lib -L$with_nss/lib $NSS_LIBS_LIST"
|
695
|
+
else
|
696
|
+
NSS_LIBS="$NSS_LIBS -L$with_nss/lib $NSS_LIBS_LIST"
|
697
|
+
fi
|
698
|
+
NSS_INCLUDES_FOUND="yes"
|
699
|
+
NSS_LIBS_FOUND="yes"
|
700
|
+
NSS_NSS_H="$with_nss/include/nss.h"
|
701
|
+
else
|
702
|
+
for dir in $ac_nss_inc_dir ; do
|
703
|
+
if test -f $dir/nss/nss.h ; then
|
704
|
+
dnl do not add -I/usr/include because compiler does it anyway
|
705
|
+
if test "z$dir" = "z/usr/include" ; then
|
706
|
+
NSS_CFLAGS="$NSS_CFLAGS"
|
707
|
+
else
|
708
|
+
NSS_CFLAGS="$NSS_CFLAGS -I$dir/nss"
|
709
|
+
fi
|
710
|
+
NSS_INCLUDES_FOUND="yes"
|
711
|
+
NSS_NSS_H="$dir/nss/nss.h"
|
712
|
+
break
|
713
|
+
fi
|
714
|
+
done
|
715
|
+
|
716
|
+
for dir in $ac_nss_lib_dir ; do
|
717
|
+
if test -f $dir/libnss3$shrext ; then
|
718
|
+
dnl do not add -L/usr/lib because compiler does it anyway
|
719
|
+
if test "z$dir" = "z/usr/lib" ; then
|
720
|
+
NSS_LIBS="$NSS_LIBS_LIST"
|
721
|
+
else
|
722
|
+
if test "z$with_gnu_ld" = "zyes" ; then
|
723
|
+
NSS_LIBS="-Wl,-rpath-link -Wl,$dir -L$dir $NSS_LIBS_LIST"
|
724
|
+
else
|
725
|
+
NSS_LIBS="-L$dir $NSS_LIBS_LIST"
|
726
|
+
fi
|
727
|
+
fi
|
728
|
+
NSS_LIBS_FOUND="yes"
|
729
|
+
break
|
730
|
+
fi
|
731
|
+
done
|
732
|
+
fi
|
733
|
+
|
734
|
+
if test "z$NSS_INCLUDES_FOUND" = "zyes" -a "z$NSS_LIBS_FOUND" = "zyes" ; then
|
735
|
+
OLD_CPPFLAGS=$CPPFLAGS
|
736
|
+
CPPFLAGS="$NSS_CFLAGS"
|
737
|
+
AC_EGREP_CPP(yes,[
|
738
|
+
#include <nss.h>
|
739
|
+
#if NSS_VMAJOR >= 3 && NSS_VMINOR >= 2
|
740
|
+
yes
|
741
|
+
#endif
|
742
|
+
],[
|
743
|
+
NSS_FOUND=yes
|
744
|
+
],[
|
745
|
+
NSS_FOUND=no
|
746
|
+
])
|
747
|
+
CPPFLAGS="$OLD_CPPFLAGS"
|
748
|
+
fi
|
749
|
+
|
750
|
+
if test "z$NSS_FOUND" = "zyes" ; then
|
751
|
+
AC_MSG_RESULT(yes)
|
752
|
+
else
|
753
|
+
AC_MSG_RESULT(no)
|
754
|
+
fi
|
755
|
+
|
756
|
+
dnl check that we have found both NSS and NSPR
|
757
|
+
if test "z$NSPR_FOUND" = "zyes" -a "z$NSS_FOUND" = "zyes" ; then
|
758
|
+
NSS_CFLAGS="$NSS_CFLAGS $NSPR_CFLAGS"
|
759
|
+
NSS_LIBS="$NSS_LIBS $NSPR_LIBS"
|
760
|
+
elif test "z$NSPR_FOUND" != "zyes" -a "z$NSS_FOUND" = "zyes" ; then
|
761
|
+
NSS_FOUND="no"
|
762
|
+
AC_MSG_RESULT(NSPR library is required for NSS, ignoring NSS library we have found)
|
763
|
+
fi
|
764
|
+
fi
|
765
|
+
|
766
|
+
if test "z$NSS_FOUND" = "zyes" ; then
|
767
|
+
XMLSEC_NO_NSS="0"
|
768
|
+
NSS_CFLAGS="$NSS_CFLAGS -DXMLSEC_CRYPTO_NSS=1"
|
769
|
+
XMLSEC_CRYPTO_LIST="$XMLSEC_CRYPTO_LIST nss"
|
770
|
+
else
|
771
|
+
XMLSEC_CRYPTO_DISABLED_LIST="$XMLSEC_CRYPTO_DISABLED_LIST nss"
|
772
|
+
fi
|
773
|
+
|
774
|
+
AM_CONDITIONAL(XMLSEC_NO_NSS, test "z$XMLSEC_NO_NSS" = "z1")
|
775
|
+
AC_SUBST(XMLSEC_NO_NSS)
|
776
|
+
AC_SUBST(NSPR_PACKAGE)
|
777
|
+
AC_SUBST(NSS_PACKAGE)
|
778
|
+
AC_SUBST(NSS_CFLAGS)
|
779
|
+
AC_SUBST(NSS_LIBS)
|
780
|
+
AC_SUBST(NSS_CRYPTO_LIB)
|
781
|
+
AC_SUBST(NSS_MIN_VERSION)
|
782
|
+
AC_SUBST(NSPR_MIN_VERSION)
|
783
|
+
AC_SUBST(MOZILLA_MIN_VERSION)
|
784
|
+
|
785
|
+
|
786
|
+
dnl ==========================================================================
|
787
|
+
dnl See if we can find GCrypt
|
788
|
+
dnl ==========================================================================
|
789
|
+
GCRYPT_CONFIG="libgcrypt-config"
|
790
|
+
XMLSEC_NO_GCRYPT="1"
|
791
|
+
GCRYPT_MIN_VERSION="1.4.0"
|
792
|
+
GCRYPT_VERSION=""
|
793
|
+
GCRYPT_CFLAGS=""
|
794
|
+
GCRYPT_LIBS=""
|
795
|
+
GCRYPT_CRYPTO_LIB="$XMLSEC_PACKAGE-gcrypt"
|
796
|
+
GCRYPT_FOUND="no"
|
797
|
+
AC_ARG_WITH(gcrypt, [ --with-gcrypt=[PFX] gcrypt location])
|
798
|
+
if test "z$with_gcrypt" = "zno" ; then
|
799
|
+
AC_MSG_CHECKING(for gcrypt libraries >= $GCRYPT_MIN_VERSION)
|
800
|
+
AC_MSG_RESULT(no)
|
801
|
+
GCRYPT_FOUND="without"
|
802
|
+
elif test "z$with_gcrypt" = "z" -a "z$PKGCONFIG_FOUND" = "zyes" ; then
|
803
|
+
PKG_CHECK_MODULES(GCRYPT, gcrypt >= $GCRYPT_MIN_VERSION,
|
804
|
+
[GCRYPT_FOUND=yes],
|
805
|
+
[GCRYPT_FOUND=no])
|
806
|
+
|
807
|
+
if test "z$GCRYPT_FOUND" = "zno" ; then
|
808
|
+
PKG_CHECK_MODULES(GCRYPT, libgcrypt >= $GCRYPT_MIN_VERSION,
|
809
|
+
[GCRYPT_FOUND=yes],
|
810
|
+
[GCRYPT_FOUND=no])
|
811
|
+
fi
|
812
|
+
|
813
|
+
if test "z$GCRYPT_FOUND" = "zno" ; then
|
814
|
+
PKG_CHECK_MODULES(GCRYPT, libgcrypt11 >= $GCRYPT_MIN_VERSION,
|
815
|
+
[GCRYPT_FOUND=yes],
|
816
|
+
[GCRYPT_FOUND=no])
|
817
|
+
fi
|
818
|
+
fi
|
819
|
+
|
820
|
+
if test "z$GCRYPT_FOUND" = "zno" ; then
|
821
|
+
AC_MSG_CHECKING(for gcrypt libraries >= $GCRYPT_MIN_VERSION)
|
822
|
+
if test "z$with_gcrypt" != "z" ; then
|
823
|
+
GCRYPT_CONFIG=$with_gcrypt/bin/$GCRYPT_CONFIG
|
824
|
+
fi
|
825
|
+
if ! $GCRYPT_CONFIG --version > /dev/null 2>&1 ; then
|
826
|
+
if test "z$with_gcrypt" != "z" ; then
|
827
|
+
AC_MSG_ERROR(Unable to find gcrypt at '$with_gcrypt')
|
828
|
+
else
|
829
|
+
AC_MSG_RESULT(no)
|
830
|
+
fi
|
831
|
+
else
|
832
|
+
vers=`$GCRYPT_CONFIG --version | awk -F. '{ printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
|
833
|
+
minvers=`echo $GCRYPT_MIN_VERSION | awk -F. '{ printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
|
834
|
+
if test "$vers" -ge "$minvers" ; then
|
835
|
+
GCRYPT_CFLAGS="$GCRYPT_CFLAGS `$GCRYPT_CONFIG --cflags`"
|
836
|
+
GCRYPT_LIBS="$GCRYPT_LIBS `$GCRYPT_CONFIG --libs`"
|
837
|
+
GCRYPT_FOUND=yes
|
838
|
+
else
|
839
|
+
AC_MSG_ERROR(You need at least gcrypt $GCRYPT_MIN_VERSION for this version of $XMLSEC_PACKAGE)
|
840
|
+
fi
|
841
|
+
fi
|
842
|
+
fi
|
843
|
+
|
844
|
+
if test "z$GCRYPT_FOUND" = "zyes" ; then
|
845
|
+
XMLSEC_NO_GCRYPT="0"
|
846
|
+
GCRYPT_CFLAGS="$GCRYPT_CFLAGS -DXMLSEC_CRYPTO_GCRYPT=1"
|
847
|
+
XMLSEC_CRYPTO_LIST="$XMLSEC_CRYPTO_LIST gcrypt"
|
848
|
+
else
|
849
|
+
XMLSEC_CRYPTO_DISABLED_LIST="$XMLSEC_CRYPTO_DISABLED_LIST gcrypt"
|
850
|
+
fi
|
851
|
+
|
852
|
+
AM_CONDITIONAL(XMLSEC_NO_GCRYPT, test "z$XMLSEC_NO_GCRYPT" = "z1")
|
853
|
+
AC_SUBST(XMLSEC_NO_GCRYPT)
|
854
|
+
AC_SUBST(GCRYPT_CFLAGS)
|
855
|
+
AC_SUBST(GCRYPT_LIBS)
|
856
|
+
AC_SUBST(GCRYPT_CRYPTO_LIB)
|
857
|
+
AC_SUBST(GCRYPT_MIN_VERSION)
|
858
|
+
|
859
|
+
|
860
|
+
dnl ==========================================================================
|
861
|
+
dnl See if we can find GnuTLS
|
862
|
+
dnl ==========================================================================
|
863
|
+
GNUTLS_CONFIG="libgnutls-config"
|
864
|
+
XMLSEC_NO_GNUTLS="1"
|
865
|
+
GNUTLS_MIN_VERSION="2.8.0"
|
866
|
+
GNUTLS_VERSION=""
|
867
|
+
GNUTLS_CFLAGS=""
|
868
|
+
GNUTLS_LIBS=""
|
869
|
+
GNUTLS_CRYPTO_LIB="$XMLSEC_PACKAGE-gnutls"
|
870
|
+
GNUTLS_FOUND="no"
|
871
|
+
AC_ARG_WITH(gnutls, [ --with-gnutls=[PFX] gnutls location])
|
872
|
+
if test "z$with_gnutls" = "zno" ; then
|
873
|
+
AC_MSG_CHECKING(for gnutls libraries >= $GNUTLS_MIN_VERSION)
|
874
|
+
AC_MSG_RESULT(no)
|
875
|
+
GNUTLS_FOUND="without"
|
876
|
+
elif test "z$with_gnutls" = "z" -a "z$PKGCONFIG_FOUND" = "zyes" ; then
|
877
|
+
PKG_CHECK_MODULES(GNUTLS, gnutls >= $GNUTLS_MIN_VERSION,
|
878
|
+
[GNUTLS_FOUND=yes],
|
879
|
+
[GNUTLS_FOUND=no])
|
880
|
+
if test "z$GNUTLS_FOUND" = "zno" ; then
|
881
|
+
PKG_CHECK_MODULES(GNUTLS, libgnutls >= $GNUTLS_MIN_VERSION,
|
882
|
+
[GNUTLS_FOUND=yes],
|
883
|
+
[GNUTLS_FOUND=no])
|
884
|
+
fi
|
885
|
+
fi
|
886
|
+
|
887
|
+
if test "z$GNUTLS_FOUND" = "zno" ; then
|
888
|
+
AC_MSG_CHECKING(for gnutls libraries >= $GNUTLS_MIN_VERSION)
|
889
|
+
if test "z$with_gnutls" != "z" ; then
|
890
|
+
GNUTLS_CONFIG=$with_gnutls/bin/$GNUTLS_CONFIG
|
891
|
+
fi
|
892
|
+
if ! $GNUTLS_CONFIG --version > /dev/null 2>&1 ; then
|
893
|
+
if test "z$with_gnutls" != "z" ; then
|
894
|
+
AC_MSG_ERROR(Unable to find gnutls at '$with_gnutls')
|
895
|
+
else
|
896
|
+
AC_MSG_RESULT(no)
|
897
|
+
fi
|
898
|
+
else
|
899
|
+
vers=`$GNUTLS_CONFIG --version | awk -F. '{ printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
|
900
|
+
minvers=`echo $GNUTLS_MIN_VERSION | awk -F. '{ printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
|
901
|
+
if test "$vers" -ge "$minvers" ; then
|
902
|
+
GNUTLS_CFLAGS="$GNUTLS_CFLAGS `$GNUTLS_CONFIG --cflags`"
|
903
|
+
GNUTLS_LIBS="$GNUTLS_LIBS `$GNUTLS_CONFIG --libs`"
|
904
|
+
GNUTLS_FOUND=yes
|
905
|
+
else
|
906
|
+
AC_MSG_ERROR(You need at least gnutls $GNUTLS_MIN_VERSION for this version of $XMLSEC_PACKAGE)
|
907
|
+
fi
|
908
|
+
fi
|
909
|
+
fi
|
910
|
+
|
911
|
+
if test "z$GNUTLS_FOUND" = "zyes" ; then
|
912
|
+
XMLSEC_NO_GNUTLS="0"
|
913
|
+
GNUTLS_CFLAGS="$GNUTLS_CFLAGS -DXMLSEC_CRYPTO_GNUTLS=1"
|
914
|
+
XMLSEC_CRYPTO_LIST="$XMLSEC_CRYPTO_LIST gnutls"
|
915
|
+
|
916
|
+
dnl xmlsec-gnutls is using xmlsec-gcrypt
|
917
|
+
if test "z$GCRYPT_FOUND" != "zyes" ; then
|
918
|
+
AC_MSG_ERROR(xmlsec-gnutls library requires xmlsec-gcrypt library which is disabled or missing)
|
919
|
+
fi
|
920
|
+
|
921
|
+
else
|
922
|
+
XMLSEC_CRYPTO_DISABLED_LIST="$XMLSEC_CRYPTO_DISABLED_LIST gnutls"
|
923
|
+
fi
|
924
|
+
|
925
|
+
AM_CONDITIONAL(XMLSEC_NO_GNUTLS, test "z$XMLSEC_NO_GNUTLS" = "z1")
|
926
|
+
AC_SUBST(XMLSEC_NO_GNUTLS)
|
927
|
+
AC_SUBST(GNUTLS_CFLAGS)
|
928
|
+
AC_SUBST(GNUTLS_LIBS)
|
929
|
+
AC_SUBST(GNUTLS_CRYPTO_LIB)
|
930
|
+
AC_SUBST(GNUTLS_MIN_VERSION)
|
931
|
+
|
932
|
+
|
933
|
+
dnl ==========================================================================
|
934
|
+
dnl See if we can find MSCrypto
|
935
|
+
dnl ==========================================================================
|
936
|
+
XMLSEC_NO_MSCRYPTO="1"
|
937
|
+
MSCRYPTO_CFLAGS=""
|
938
|
+
MSCRYPTO_LIBS=""
|
939
|
+
MSCRYPTO_CRYPTO_LIB="$XMLSEC_PACKAGE-mscrypto"
|
940
|
+
MSCRYPTO_ENABLE='none'
|
941
|
+
AC_ARG_ENABLE(mscrypto,
|
942
|
+
[ --enable-mscrypto enable mscrypto (no)],
|
943
|
+
[MSCRYPTO_ENABLE=$enableval])
|
944
|
+
if test "z$MSCRYPTO_ENABLE" != "zyes" ; then
|
945
|
+
AC_MSG_CHECKING(for mscrypto libraries)
|
946
|
+
AC_MSG_RESULT([$MSCRYPTO_ENABLE])
|
947
|
+
else
|
948
|
+
dnl cannot detect __stdcall functions
|
949
|
+
dnl AC_CHECK_LIB(crypt32, CertOpenStore, ....
|
950
|
+
LIBS_SAVE="$LIBS"
|
951
|
+
LIBS="$LIBS -lcrypt32"
|
952
|
+
AC_MSG_CHECKING(for mscrypto libraries)
|
953
|
+
AC_LINK_IFELSE([
|
954
|
+
#include <windows.h>
|
955
|
+
#include <wincrypt.h>
|
956
|
+
int main () { CertOpenStore(0,0,0,0,0);; return(0); }
|
957
|
+
],
|
958
|
+
[],
|
959
|
+
[MSCRYPTO_ENABLE="no"])
|
960
|
+
AC_MSG_RESULT([$MSCRYPTO_ENABLE])
|
961
|
+
LIBS="$LIBS_SAVE"
|
962
|
+
fi
|
963
|
+
|
964
|
+
if test "z$MSCRYPTO_ENABLE" = "zyes" ; then
|
965
|
+
XMLSEC_NO_MSCRYPTO="0"
|
966
|
+
|
967
|
+
MSCRYPTO_CFLAGS="$MSCRYPTO_CFLAGS -DXMLSEC_CRYPTO_MSCRYPTO=1"
|
968
|
+
case $host in
|
969
|
+
*-*-mingw*)
|
970
|
+
dnl since mingw crypt32 library is limited
|
971
|
+
dnl we use own def-file
|
972
|
+
MSCRYPTO_LIBS='-Wl,$(srcdir)/mingw-crypt32.def';;
|
973
|
+
*)
|
974
|
+
MSCRYPTO_LIBS="-lcrypt32";;
|
975
|
+
esac
|
976
|
+
|
977
|
+
XMLSEC_CRYPTO_LIST="$XMLSEC_CRYPTO_LIST mscrypto"
|
978
|
+
else
|
979
|
+
XMLSEC_CRYPTO_DISABLED_LIST="$XMLSEC_CRYPTO_DISABLED_LIST mscrypto"
|
980
|
+
fi
|
981
|
+
|
982
|
+
AM_CONDITIONAL(XMLSEC_NO_MSCRYPTO, [test "z$XMLSEC_NO_MSCRYPTO" = "z1"])
|
983
|
+
AC_SUBST(XMLSEC_NO_MSCRYPTO)
|
984
|
+
AC_SUBST(MSCRYPTO_CFLAGS)
|
985
|
+
AC_SUBST(MSCRYPTO_LIBS)
|
986
|
+
AC_SUBST(MSCRYPTO_CRYPTO_LIB)
|
987
|
+
|
988
|
+
|
989
|
+
dnl ==========================================================================
|
990
|
+
dnl Figure out the default crypt - the first crypto library wins
|
991
|
+
dnl ==========================================================================
|
992
|
+
XMLSEC_CRYPTO=""
|
993
|
+
XMLSEC_CRYPTO_LIB=""
|
994
|
+
XMLSEC_CRYPTO_CFLAGS=""
|
995
|
+
XMLSEC_CRYPTO_LIBS=""
|
996
|
+
AC_MSG_CHECKING(for default crypto library)
|
997
|
+
AC_ARG_WITH(default_crypto, [ --with-default-crypto=name default crypto name])
|
998
|
+
|
999
|
+
# check the argument
|
1000
|
+
case "z$with_default_crypto" in
|
1001
|
+
'zmscrypto')
|
1002
|
+
if test "z$XMLSEC_NO_MSCRYPTO" != "z1" ; then
|
1003
|
+
XMLSEC_CRYPTO="mscrypto"
|
1004
|
+
else
|
1005
|
+
AC_MSG_ERROR('$with_default_crypto' is specified as default crypto library but it is not configured or found)
|
1006
|
+
fi
|
1007
|
+
;;
|
1008
|
+
'zopenssl')
|
1009
|
+
if test "z$XMLSEC_NO_OPENSSL" != "z1" ; then
|
1010
|
+
XMLSEC_CRYPTO="openssl"
|
1011
|
+
else
|
1012
|
+
AC_MSG_ERROR('$with_default_crypto' is specified as default crypto library but it is not configured or found)
|
1013
|
+
fi
|
1014
|
+
;;
|
1015
|
+
'znss')
|
1016
|
+
if test "z$XMLSEC_NO_NSS" != "z1" ; then
|
1017
|
+
XMLSEC_CRYPTO="nss"
|
1018
|
+
else
|
1019
|
+
AC_MSG_ERROR('$with_default_crypto' is specified as default crypto library but it is not configured or found)
|
1020
|
+
fi
|
1021
|
+
;;
|
1022
|
+
'zgnutls')
|
1023
|
+
if test "z$XMLSEC_NO_GNUTLS" != "z1" ; then
|
1024
|
+
XMLSEC_CRYPTO="gnutls"
|
1025
|
+
else
|
1026
|
+
AC_MSG_ERROR('$with_default_crypto' is specified as default crypto library but it is not configured or found)
|
1027
|
+
fi
|
1028
|
+
;;
|
1029
|
+
'zgcrypt')
|
1030
|
+
if test "z$XMLSEC_NO_GCRYPT" != "z1" ; then
|
1031
|
+
XMLSEC_CRYPTO="gcrypt"
|
1032
|
+
else
|
1033
|
+
AC_MSG_ERROR('$with_default_crypto' is specified as default crypto library but it is not configured or found)
|
1034
|
+
fi
|
1035
|
+
;;
|
1036
|
+
'z')
|
1037
|
+
dnl The first crypto library wins
|
1038
|
+
if test "z$XMLSEC_NO_MSCRYPTO" != "z1" ; then
|
1039
|
+
XMLSEC_CRYPTO="mscrypto"
|
1040
|
+
elif test "z$XMLSEC_NO_OPENSSL" != "z1" ; then
|
1041
|
+
XMLSEC_CRYPTO="openssl"
|
1042
|
+
elif test "z$XMLSEC_NO_NSS" != "z1" ; then
|
1043
|
+
XMLSEC_CRYPTO="nss"
|
1044
|
+
elif test "z$XMLSEC_NO_GNUTLS" != "z1" ; then
|
1045
|
+
XMLSEC_CRYPTO="gnutls"
|
1046
|
+
elif test "z$XMLSEC_NO_GCRYPT" != "z1" ; then
|
1047
|
+
XMLSEC_CRYPTO="gcrypt"
|
1048
|
+
else
|
1049
|
+
AC_MSG_ERROR(At least one crypto library should exist for $XMLSEC_PACKAGE)
|
1050
|
+
fi
|
1051
|
+
;;
|
1052
|
+
*)
|
1053
|
+
AC_MSG_ERROR(The value '$with_default_crypto' is not a recongnized crypto library name)
|
1054
|
+
;;
|
1055
|
+
esac
|
1056
|
+
|
1057
|
+
dnl Set the flags for default crypto lib
|
1058
|
+
case "$XMLSEC_CRYPTO" in
|
1059
|
+
'mscrypto')
|
1060
|
+
XMLSEC_CRYPTO_LIB="$MSCRYPTO_CRYPTO_LIB"
|
1061
|
+
XMLSEC_CRYPTO_CFLAGS="$MSCRYPTO_CFLAGS"
|
1062
|
+
XMLSEC_CRYPTO_LIBS="$MSCRYPTO_LIBS"
|
1063
|
+
;;
|
1064
|
+
'openssl')
|
1065
|
+
XMLSEC_CRYPTO_LIB="$OPENSSL_CRYPTO_LIB"
|
1066
|
+
XMLSEC_CRYPTO_CFLAGS="$OPENSSL_CFLAGS"
|
1067
|
+
XMLSEC_CRYPTO_LIBS="$OPENSSL_LIBS"
|
1068
|
+
;;
|
1069
|
+
'nss')
|
1070
|
+
XMLSEC_CRYPTO_LIB="$NSS_CRYPTO_LIB"
|
1071
|
+
XMLSEC_CRYPTO_CFLAGS="$NSS_CFLAGS"
|
1072
|
+
XMLSEC_CRYPTO_LIBS="$NSS_LIBS"
|
1073
|
+
;;
|
1074
|
+
'gnutls')
|
1075
|
+
XMLSEC_CRYPTO_LIB="$GNUTLS_CRYPTO_LIB"
|
1076
|
+
XMLSEC_CRYPTO_CFLAGS="$GNUTLS_CFLAGS"
|
1077
|
+
XMLSEC_CRYPTO_LIBS="$GNUTLS_LIBS"
|
1078
|
+
;;
|
1079
|
+
'gcrypt')
|
1080
|
+
XMLSEC_CRYPTO_LIB="$GCRYPT_CRYPTO_LIB"
|
1081
|
+
XMLSEC_CRYPTO_CFLAGS="$GCRYPT_CFLAGS"
|
1082
|
+
XMLSEC_CRYPTO_LIBS="$GCRYPT_LIBS"
|
1083
|
+
;;
|
1084
|
+
*)
|
1085
|
+
AC_MSG_ERROR(The value \"$XMLSEC_CRYPTO\" is not a recongnized crypto library name)
|
1086
|
+
;;
|
1087
|
+
esac
|
1088
|
+
AC_MSG_RESULT(yes ('$XMLSEC_CRYPTO'))
|
1089
|
+
|
1090
|
+
dnl ==========================================================================
|
1091
|
+
dnl See do we need MD5 suport
|
1092
|
+
dnl ==========================================================================
|
1093
|
+
AC_MSG_CHECKING(for MD5 support)
|
1094
|
+
AC_ARG_ENABLE(md5, [ --enable-md5 enable MD5 support (yes)])
|
1095
|
+
if test "z$enable_md5" = "zno" ; then
|
1096
|
+
XMLSEC_DEFINES="$XMLSEC_DEFINES -DXMLSEC_NO_MD5=1"
|
1097
|
+
XMLSEC_NO_MD5="1"
|
1098
|
+
AC_MSG_RESULT(no)
|
1099
|
+
else
|
1100
|
+
XMLSEC_NO_MD5="0"
|
1101
|
+
AC_MSG_RESULT(yes)
|
1102
|
+
fi
|
1103
|
+
AM_CONDITIONAL(XMLSEC_NO_MD5, test "z$XMLSEC_NO_MD5" = "z1")
|
1104
|
+
AC_SUBST(XMLSEC_NO_MD5)
|
1105
|
+
|
1106
|
+
dnl ==========================================================================
|
1107
|
+
dnl See do we need RIPEMD-160 suport
|
1108
|
+
dnl ==========================================================================
|
1109
|
+
AC_MSG_CHECKING(for RIPEMD-160 support)
|
1110
|
+
AC_ARG_ENABLE(ripemd160, [ --enable-ripemd160 enable RIPEMD-160 support (yes)])
|
1111
|
+
if test "z$enable_ripemd160" = "zno" ; then
|
1112
|
+
XMLSEC_DEFINES="$XMLSEC_DEFINES -DXMLSEC_NO_RIPEMD160=1"
|
1113
|
+
XMLSEC_NO_RIPEMD160="1"
|
1114
|
+
AC_MSG_RESULT(no)
|
1115
|
+
else
|
1116
|
+
XMLSEC_NO_RIPEMD160="0"
|
1117
|
+
AC_MSG_RESULT(yes)
|
1118
|
+
fi
|
1119
|
+
AM_CONDITIONAL(XMLSEC_NO_RIPEMD160, test "z$XMLSEC_NO_RIPEMD160" = "z1")
|
1120
|
+
AC_SUBST(XMLSEC_NO_RIPEMD160)
|
1121
|
+
|
1122
|
+
dnl ==========================================================================
|
1123
|
+
dnl See do we need SHA1 suport
|
1124
|
+
dnl ==========================================================================
|
1125
|
+
AC_MSG_CHECKING(for SHA1 support)
|
1126
|
+
AC_ARG_ENABLE(sha1, [ --enable-sha1 enable SHA1 support (yes)])
|
1127
|
+
if test "z$enable_sha1" = "zno" ; then
|
1128
|
+
XMLSEC_DEFINES="$XMLSEC_DEFINES -DXMLSEC_NO_SHA1=1"
|
1129
|
+
XMLSEC_NO_SHA1="1"
|
1130
|
+
AC_MSG_RESULT(no)
|
1131
|
+
else
|
1132
|
+
XMLSEC_NO_SHA1="0"
|
1133
|
+
AC_MSG_RESULT(yes)
|
1134
|
+
fi
|
1135
|
+
AM_CONDITIONAL(XMLSEC_NO_SHA1, test "z$XMLSEC_NO_SHA1" = "z1")
|
1136
|
+
AC_SUBST(XMLSEC_NO_SHA1)
|
1137
|
+
|
1138
|
+
dnl ==========================================================================
|
1139
|
+
dnl See do we need SHA224 suport
|
1140
|
+
dnl ==========================================================================
|
1141
|
+
AC_MSG_CHECKING(for SHA224 support)
|
1142
|
+
AC_ARG_ENABLE(sha224, [ --enable-sha224 enable SHA224 support (yes)])
|
1143
|
+
if test "z$enable_sha224" = "zno" ; then
|
1144
|
+
XMLSEC_DEFINES="$XMLSEC_DEFINES -DXMLSEC_NO_SHA224=1"
|
1145
|
+
XMLSEC_NO_SHA224="1"
|
1146
|
+
AC_MSG_RESULT(no)
|
1147
|
+
else
|
1148
|
+
XMLSEC_NO_SHA224="0"
|
1149
|
+
AC_MSG_RESULT(yes)
|
1150
|
+
fi
|
1151
|
+
AM_CONDITIONAL(XMLSEC_NO_SHA224, test "z$XMLSEC_NO_SHA224" = "z1")
|
1152
|
+
AC_SUBST(XMLSEC_NO_SHA224)
|
1153
|
+
|
1154
|
+
dnl ==========================================================================
|
1155
|
+
dnl See do we need SHA256 suport
|
1156
|
+
dnl ==========================================================================
|
1157
|
+
AC_MSG_CHECKING(for SHA256 support)
|
1158
|
+
AC_ARG_ENABLE(sha256, [ --enable-sha256 enable SHA256 support (yes)])
|
1159
|
+
if test "z$enable_sha256" = "zno" ; then
|
1160
|
+
XMLSEC_DEFINES="$XMLSEC_DEFINES -DXMLSEC_NO_SHA256=1"
|
1161
|
+
XMLSEC_NO_SHA256="1"
|
1162
|
+
AC_MSG_RESULT(no)
|
1163
|
+
else
|
1164
|
+
XMLSEC_NO_SHA256="0"
|
1165
|
+
AC_MSG_RESULT(yes)
|
1166
|
+
fi
|
1167
|
+
AM_CONDITIONAL(XMLSEC_NO_SHA256, test "z$XMLSEC_NO_SHA256" = "z1")
|
1168
|
+
AC_SUBST(XMLSEC_NO_SHA256)
|
1169
|
+
|
1170
|
+
dnl ==========================================================================
|
1171
|
+
dnl See do we need SHA384 suport
|
1172
|
+
dnl ==========================================================================
|
1173
|
+
AC_MSG_CHECKING(for SHA384 support)
|
1174
|
+
AC_ARG_ENABLE(sha384, [ --enable-sha384 enable SHA384 support (yes)])
|
1175
|
+
if test "z$enable_sha384" = "zno" ; then
|
1176
|
+
XMLSEC_DEFINES="$XMLSEC_DEFINES -DXMLSEC_NO_SHA384=1"
|
1177
|
+
XMLSEC_NO_SHA384="1"
|
1178
|
+
AC_MSG_RESULT(no)
|
1179
|
+
else
|
1180
|
+
XMLSEC_NO_SHA384="0"
|
1181
|
+
AC_MSG_RESULT(yes)
|
1182
|
+
fi
|
1183
|
+
AM_CONDITIONAL(XMLSEC_NO_SHA384, test "z$XMLSEC_NO_SHA384" = "z1")
|
1184
|
+
AC_SUBST(XMLSEC_NO_SHA384)
|
1185
|
+
|
1186
|
+
dnl ==========================================================================
|
1187
|
+
dnl See do we need SHA512 suport
|
1188
|
+
dnl ==========================================================================
|
1189
|
+
AC_MSG_CHECKING(for SHA512 support)
|
1190
|
+
AC_ARG_ENABLE(sha512, [ --enable-sha512 enable SHA512 support (yes)])
|
1191
|
+
if test "z$enable_sha512" = "zno" ; then
|
1192
|
+
XMLSEC_DEFINES="$XMLSEC_DEFINES -DXMLSEC_NO_SHA512=1"
|
1193
|
+
XMLSEC_NO_SHA512="1"
|
1194
|
+
AC_MSG_RESULT(no)
|
1195
|
+
else
|
1196
|
+
XMLSEC_NO_SHA512="0"
|
1197
|
+
AC_MSG_RESULT(yes)
|
1198
|
+
fi
|
1199
|
+
AM_CONDITIONAL(XMLSEC_NO_SHA512, test "z$XMLSEC_NO_SHA512" = "z1")
|
1200
|
+
AC_SUBST(XMLSEC_NO_SHA512)
|
1201
|
+
|
1202
|
+
|
1203
|
+
dnl ==========================================================================
|
1204
|
+
dnl See do we need HMAC suport
|
1205
|
+
dnl ==========================================================================
|
1206
|
+
AC_MSG_CHECKING(for HMAC support)
|
1207
|
+
AC_ARG_ENABLE(hmac, [ --enable-hmac enable HMAC support (yes)])
|
1208
|
+
if test "z$enable_hmac" = "zno" ; then
|
1209
|
+
XMLSEC_DEFINES="$XMLSEC_DEFINES -DXMLSEC_NO_HMAC=1"
|
1210
|
+
XMLSEC_NO_HMAC="1"
|
1211
|
+
AC_MSG_RESULT(no)
|
1212
|
+
else
|
1213
|
+
XMLSEC_NO_HMAC="0"
|
1214
|
+
AC_MSG_RESULT(yes)
|
1215
|
+
fi
|
1216
|
+
AM_CONDITIONAL(XMLSEC_NO_HMAC, test "z$XMLSEC_NO_HMAC" = "z1")
|
1217
|
+
AC_SUBST(XMLSEC_NO_HMAC)
|
1218
|
+
|
1219
|
+
dnl ==========================================================================
|
1220
|
+
dnl See do we need DSA suport
|
1221
|
+
dnl ==========================================================================
|
1222
|
+
AC_MSG_CHECKING(for DSA support)
|
1223
|
+
AC_ARG_ENABLE(dsa, [ --enable-dsa enable DSA support (yes)])
|
1224
|
+
if test "z$enable_dsa" = "zno" ; then
|
1225
|
+
XMLSEC_DEFINES="$XMLSEC_DEFINES -DXMLSEC_NO_DSA=1"
|
1226
|
+
XMLSEC_NO_DSA="1"
|
1227
|
+
AC_MSG_RESULT(no)
|
1228
|
+
else
|
1229
|
+
XMLSEC_NO_DSA="0"
|
1230
|
+
AC_MSG_RESULT(yes)
|
1231
|
+
fi
|
1232
|
+
AM_CONDITIONAL(XMLSEC_NO_DSA, test "z$XMLSEC_NO_DSA" = "z1")
|
1233
|
+
AC_SUBST(XMLSEC_NO_DSA)
|
1234
|
+
|
1235
|
+
dnl ==========================================================================
|
1236
|
+
dnl See do we need RSA suport
|
1237
|
+
dnl ==========================================================================
|
1238
|
+
AC_MSG_CHECKING(for RSA support)
|
1239
|
+
AC_ARG_ENABLE(rsa, [ --enable-rsa enable RSA support (yes)])
|
1240
|
+
if test "z$enable_rsa" = "zno" ; then
|
1241
|
+
XMLSEC_DEFINES="$XMLSEC_DEFINES -DXMLSEC_NO_RSA=1"
|
1242
|
+
XMLSEC_NO_RSA="1"
|
1243
|
+
AC_MSG_RESULT(no)
|
1244
|
+
else
|
1245
|
+
XMLSEC_NO_RSA="0"
|
1246
|
+
AC_MSG_RESULT(yes)
|
1247
|
+
fi
|
1248
|
+
AM_CONDITIONAL(XMLSEC_NO_RSA, test "z$XMLSEC_NO_RSA" = "z1")
|
1249
|
+
AC_SUBST(XMLSEC_NO_RSA)
|
1250
|
+
|
1251
|
+
dnl ==========================================================================
|
1252
|
+
dnl See do we need x509 suport
|
1253
|
+
dnl ==========================================================================
|
1254
|
+
AC_MSG_CHECKING(for x509 support)
|
1255
|
+
AC_ARG_ENABLE(x509, [ --enable-x509 enable x509 support (yes)])
|
1256
|
+
if test "z$enable_x509" = "zno" ; then
|
1257
|
+
XMLSEC_DEFINES="$XMLSEC_DEFINES -DXMLSEC_NO_X509=1"
|
1258
|
+
XMLSEC_NO_X509="1"
|
1259
|
+
AC_MSG_RESULT(no)
|
1260
|
+
else
|
1261
|
+
XMLSEC_NO_X509="0"
|
1262
|
+
AC_MSG_RESULT(yes)
|
1263
|
+
fi
|
1264
|
+
AM_CONDITIONAL(XMLSEC_NO_X509, test "z$XMLSEC_NO_X509" = "z1")
|
1265
|
+
AC_SUBST(XMLSEC_NO_X509)
|
1266
|
+
|
1267
|
+
dnl ==========================================================================
|
1268
|
+
dnl See do we need DES suport
|
1269
|
+
dnl ==========================================================================
|
1270
|
+
AC_MSG_CHECKING(for DES support)
|
1271
|
+
AC_ARG_ENABLE(des, [ --enable-des enable DES support (yes)])
|
1272
|
+
if test "z$enable_des" = "zno" ; then
|
1273
|
+
XMLSEC_DEFINES="$XMLSEC_DEFINES -DXMLSEC_NO_DES=1"
|
1274
|
+
XMLSEC_NO_DES="1"
|
1275
|
+
AC_MSG_RESULT(no)
|
1276
|
+
else
|
1277
|
+
XMLSEC_NO_DES="0"
|
1278
|
+
AC_MSG_RESULT(yes)
|
1279
|
+
fi
|
1280
|
+
AM_CONDITIONAL(XMLSEC_NO_DES, test "z$XMLSEC_NO_DES" = "z1")
|
1281
|
+
AC_SUBST(XMLSEC_NO_DES)
|
1282
|
+
|
1283
|
+
dnl ==========================================================================
|
1284
|
+
dnl See do we need AES suport
|
1285
|
+
dnl ==========================================================================
|
1286
|
+
AC_MSG_CHECKING(for AES support)
|
1287
|
+
AC_ARG_ENABLE(aes, [ --enable-aes enable AES support (OpenSSL >= 0.9.7 is required)])
|
1288
|
+
if test "z$enable_aes" = "zno" ; then
|
1289
|
+
XMLSEC_DEFINES="$XMLSEC_DEFINES -DXMLSEC_NO_AES=1"
|
1290
|
+
XMLSEC_NO_AES="1"
|
1291
|
+
AC_MSG_RESULT(no)
|
1292
|
+
else
|
1293
|
+
XMLSEC_NO_AES="0"
|
1294
|
+
AC_MSG_RESULT(yes)
|
1295
|
+
fi
|
1296
|
+
AM_CONDITIONAL(XMLSEC_NO_AES, test "z$XMLSEC_NO_AES" = "z1")
|
1297
|
+
AC_SUBST(XMLSEC_NO_AES)
|
1298
|
+
|
1299
|
+
dnl ==========================================================================
|
1300
|
+
dnl See do we need GOST suport
|
1301
|
+
dnl ==========================================================================
|
1302
|
+
AC_MSG_CHECKING(for GOST support)
|
1303
|
+
AC_ARG_ENABLE(gost, [ --enable-gost enable GOST support (no)])
|
1304
|
+
if test "z$enable_gost" != "zyes" ; then
|
1305
|
+
XMLSEC_DEFINES="$XMLSEC_DEFINES -DXMLSEC_NO_GOST=1"
|
1306
|
+
XMLSEC_NO_GOST="1"
|
1307
|
+
AC_MSG_RESULT(no)
|
1308
|
+
else
|
1309
|
+
XMLSEC_NO_GOST="0"
|
1310
|
+
AC_MSG_RESULT(yes)
|
1311
|
+
fi
|
1312
|
+
AM_CONDITIONAL(XMLSEC_NO_GOST, test "z$XMLSEC_NO_GOST" = "z1")
|
1313
|
+
AC_SUBST(XMLSEC_NO_GOST)
|
1314
|
+
|
1315
|
+
dnl ==========================================================================
|
1316
|
+
dnl See do we need XMLDSig suport
|
1317
|
+
dnl ==========================================================================
|
1318
|
+
AC_MSG_CHECKING(for XMLDSig support)
|
1319
|
+
AC_ARG_ENABLE(xmldsig, [ --enable-xmldsig enable XMLDSig support (yes)])
|
1320
|
+
if test "z$enable_xmldsig" = "zno" ; then
|
1321
|
+
XMLSEC_DEFINES="$XMLSEC_DEFINES -DXMLSEC_NO_XMLDSIG=1"
|
1322
|
+
XMLSEC_NO_XMLDSIG="1"
|
1323
|
+
AC_MSG_RESULT(no)
|
1324
|
+
else
|
1325
|
+
XMLSEC_NO_XMLDSIG="0"
|
1326
|
+
AC_MSG_RESULT(yes)
|
1327
|
+
fi
|
1328
|
+
AM_CONDITIONAL(XMLSEC_NO_XMLDSIG, test "z$XMLSEC_NO_XMLDSIG" = "z1")
|
1329
|
+
AC_SUBST(XMLSEC_NO_XMLDSIG)
|
1330
|
+
|
1331
|
+
dnl ==========================================================================
|
1332
|
+
dnl See do we need XMLEnc suport
|
1333
|
+
dnl ==========================================================================
|
1334
|
+
AC_MSG_CHECKING(for XMLEnc support)
|
1335
|
+
AC_ARG_ENABLE(xmlenc, [ --enable-xmlenc enable XMLEnc support (yes)])
|
1336
|
+
if test "z$enable_xmlenc" = "zno" ; then
|
1337
|
+
XMLSEC_DEFINES="$XMLSEC_DEFINES -DXMLSEC_NO_XMLENC=1"
|
1338
|
+
XMLSEC_NO_XMLENC="1"
|
1339
|
+
AC_MSG_RESULT(no)
|
1340
|
+
else
|
1341
|
+
XMLSEC_NO_XMLENC="0"
|
1342
|
+
AC_MSG_RESULT(yes)
|
1343
|
+
fi
|
1344
|
+
AM_CONDITIONAL(XMLSEC_NO_XMLENC, test "z$XMLSEC_NO_XMLENC" = "z1")
|
1345
|
+
AC_SUBST(XMLSEC_NO_XMLENC)
|
1346
|
+
|
1347
|
+
dnl ==========================================================================
|
1348
|
+
dnl See do we need XKMS suport
|
1349
|
+
dnl ==========================================================================
|
1350
|
+
AC_MSG_CHECKING(for XMKMS support - under development, not stable yet)
|
1351
|
+
AC_ARG_ENABLE(xkms, [ --enable-xkms enable XKMS support - under development (no)])
|
1352
|
+
if test "z$enable_xkms" = "zyes" ; then
|
1353
|
+
XMLSEC_NO_XKMS="0"
|
1354
|
+
AC_MSG_RESULT(yes)
|
1355
|
+
else
|
1356
|
+
XMLSEC_DEFINES="$XMLSEC_DEFINES -DXMLSEC_NO_XKMS=1"
|
1357
|
+
XMLSEC_NO_XKMS="1"
|
1358
|
+
AC_MSG_RESULT(no)
|
1359
|
+
fi
|
1360
|
+
AM_CONDITIONAL(XMLSEC_NO_XKMS, test "z$XMLSEC_NO_XKMS" = "z1")
|
1361
|
+
AC_SUBST(XMLSEC_NO_XKMS)
|
1362
|
+
|
1363
|
+
dnl ==========================================================================
|
1364
|
+
dnl check if we need dynamic loading support
|
1365
|
+
dnl ==========================================================================
|
1366
|
+
XMLSEC_DL_INCLUDES=""
|
1367
|
+
XMLSEC_DL_LIBS=""
|
1368
|
+
AC_MSG_CHECKING(for xmlsec-crypto dynamic loading support)
|
1369
|
+
AC_ARG_ENABLE(crypto_dl, [ --enable-crypto-dl enable dynamic loading support for xmlsec-crypto libraries (yes)])
|
1370
|
+
if test "z$enable_crypto_dl" = "zno" ; then
|
1371
|
+
XMLSEC_DEFINES="$XMLSEC_DEFINES -DXMLSEC_NO_CRYPTO_DYNAMIC_LOADING=1"
|
1372
|
+
XMLSEC_NO_CRYPTO_DYNAMIC_LOADING="1"
|
1373
|
+
AC_MSG_RESULT(no)
|
1374
|
+
else
|
1375
|
+
AC_CHECK_HEADER([ltdl.h],
|
1376
|
+
[
|
1377
|
+
XMLSEC_DEFINES="$XMLSEC_DEFINES -DXMLSEC_DL_LIBLTDL=1",
|
1378
|
+
AC_CHECK_LIB(
|
1379
|
+
[ltdl],
|
1380
|
+
[lt_dlopenext],
|
1381
|
+
[LIBLTDL=-lltdl],
|
1382
|
+
[LIBLTDL=]
|
1383
|
+
)],
|
1384
|
+
[LIBLTDL=]
|
1385
|
+
)
|
1386
|
+
|
1387
|
+
if test "z$LIBLTDL" != "z" ; then
|
1388
|
+
XMLSEC_DL_INCLUDES="$INCLTDL"
|
1389
|
+
XMLSEC_DL_LIBS="$LIBLTDL"
|
1390
|
+
XMLSEC_NO_CRYPTO_DYNAMIC_LOADING="0"
|
1391
|
+
AC_MSG_RESULT(yes)
|
1392
|
+
else
|
1393
|
+
AC_MSG_ERROR([libltdl is required for xmlsec-crypto dynamic loading])
|
1394
|
+
fi
|
1395
|
+
fi
|
1396
|
+
AM_CONDITIONAL(XMLSEC_NO_CRYPTO_DYNAMIC_LOADING, test "z$XMLSEC_NO_CRYPTO_DYNAMIC_LOADING" = "z1")
|
1397
|
+
AC_SUBST(XMLSEC_NO_CRYPTO_DYNAMIC_LOADING)
|
1398
|
+
AC_SUBST(XMLSEC_DL_INCLUDES)
|
1399
|
+
AC_SUBST(XMLSEC_DL_LIBS)
|
1400
|
+
|
1401
|
+
dnl ==========================================================================
|
1402
|
+
dnl check if we need dynamic loading in the xmlsec apps
|
1403
|
+
dnl ==========================================================================
|
1404
|
+
AC_MSG_CHECKING(for xmlsec-crypto dynamic loading support in command line tool)
|
1405
|
+
AC_ARG_ENABLE(apps_crypto_dl, [ --enable-apps-crypto-dl enable dynamic loading support for xmlsec-crypto libraries in xmlsec command line tool (yes)])
|
1406
|
+
if test "z$enable_apps_crypto_dl" = "z" ; then
|
1407
|
+
enable_apps_crypto_dl="$enable_crypto_dl"
|
1408
|
+
fi
|
1409
|
+
if test "z$enable_apps_crypto_dl" = "zno" ; then
|
1410
|
+
XMLSEC_NO_APPS_CRYPTO_DYNAMIC_LOADING="1"
|
1411
|
+
AC_MSG_RESULT(no)
|
1412
|
+
elif test "z$enable_crypto_dl" = "zno" ; then
|
1413
|
+
AC_MSG_RESULT(no)
|
1414
|
+
AC_MSG_ERROR(xmlsec-crypto libraries dynamic loading support in xmlsec command line tool is requested but no dynamic loading in xmlsec itself is disabled)
|
1415
|
+
else
|
1416
|
+
XMLSEC_APP_DEFINES="$XMLSEC_APP_DEFINES -DXMLSEC_CRYPTO_DYNAMIC_LOADING=1"
|
1417
|
+
XMLSEC_NO_APPS_CRYPTO_DYNAMIC_LOADING="0"
|
1418
|
+
AC_MSG_RESULT(yes)
|
1419
|
+
fi
|
1420
|
+
AM_CONDITIONAL(XMLSEC_NO_APPS_CRYPTO_DYNAMIC_LOADING,
|
1421
|
+
test "z$XMLSEC_NO_APPS_CRYPTO_DYNAMIC_LOADING" = "z1")
|
1422
|
+
AC_SUBST(XMLSEC_NO_APPS_CRYPTO_DYNAMIC_LOADING)
|
1423
|
+
|
1424
|
+
dnl ==========================================================================
|
1425
|
+
dnl Where do we want to install docs
|
1426
|
+
dnl ==========================================================================
|
1427
|
+
AC_MSG_CHECKING(for docs folder)
|
1428
|
+
AC_ARG_WITH(html-dir, [ --with-html-dir=PATH path to installed docs ])
|
1429
|
+
if test "z$with_html_dir" != "z" ; then
|
1430
|
+
XMLSEC_DOCDIR=$with_html_dir
|
1431
|
+
else
|
1432
|
+
XMLSEC_DOCDIR='$(datadir)/doc/xmlsec1'
|
1433
|
+
fi
|
1434
|
+
|
1435
|
+
AC_MSG_RESULT($XMLSEC_DOCDIR)
|
1436
|
+
AC_SUBST(XMLSEC_DOCDIR)
|
1437
|
+
|
1438
|
+
dnl ==========================================================================
|
1439
|
+
dnl See do we need Simple Keys Manager
|
1440
|
+
dnl ==========================================================================
|
1441
|
+
AC_MSG_CHECKING(for Simple Keys Manager testing)
|
1442
|
+
AC_ARG_ENABLE(skm, [ --enable-skm enable Simple Keys Manager testing (yes)])
|
1443
|
+
if test "z$enable_skm" = "zno" ; then
|
1444
|
+
XMLSEC_DEFINES="$XMLSEC_DEFINES -DXMLSEC_NO_SKM_TEST=1"
|
1445
|
+
AC_MSG_RESULT(no)
|
1446
|
+
else
|
1447
|
+
AC_MSG_RESULT(yes)
|
1448
|
+
fi
|
1449
|
+
|
1450
|
+
dnl ==========================================================================
|
1451
|
+
dnl See do we need templates tests
|
1452
|
+
dnl ==========================================================================
|
1453
|
+
AC_MSG_CHECKING(for templates testing)
|
1454
|
+
AC_ARG_ENABLE(tmpl_tests, [ --enable-tmpl-tests enable templates testing in xmlsec utility (yes)])
|
1455
|
+
if test "z$enable_tmpl_tests" = "zyes" ; then
|
1456
|
+
XMLSEC_DEFINES="$XMLSEC_DEFINES -DXMLSEC_NO_TMPL_TEST=1"
|
1457
|
+
AC_MSG_RESULT(no)
|
1458
|
+
else
|
1459
|
+
AC_MSG_RESULT(yes)
|
1460
|
+
fi
|
1461
|
+
|
1462
|
+
dnl ==========================================================================
|
1463
|
+
dnl Debug
|
1464
|
+
dnl ==========================================================================
|
1465
|
+
AC_MSG_CHECKING(for debuging)
|
1466
|
+
AC_ARG_ENABLE(debuging, [ --enable-debuging enable debuging compilation flags (no)])
|
1467
|
+
if test "z$enable_debuging" = "zyes" ; then
|
1468
|
+
CFLAGS="$CFLAGS -g"
|
1469
|
+
AC_MSG_RESULT(yes)
|
1470
|
+
else
|
1471
|
+
AC_MSG_RESULT(no)
|
1472
|
+
fi
|
1473
|
+
|
1474
|
+
dnl ==========================================================================
|
1475
|
+
dnl Profiling
|
1476
|
+
dnl ==========================================================================
|
1477
|
+
AC_MSG_CHECKING(for profiling)
|
1478
|
+
AC_ARG_ENABLE(profiling, [ --enable-profiling enable profiling compilation flags (no)])
|
1479
|
+
if test "z$enable_profiling" = "zyes" ; then
|
1480
|
+
CFLAGS="$CFLAGS -pg"
|
1481
|
+
AC_MSG_RESULT(yes)
|
1482
|
+
else
|
1483
|
+
AC_MSG_RESULT(no)
|
1484
|
+
fi
|
1485
|
+
|
1486
|
+
dnl ==========================================================================
|
1487
|
+
dnl Pedantic compilation
|
1488
|
+
dnl ==========================================================================
|
1489
|
+
AC_MSG_CHECKING(for pedantic)
|
1490
|
+
AC_ARG_ENABLE(pedantic, [ --enable-pedantic enable pedantic compilation flags (no)])
|
1491
|
+
if test "z$enable_pedantic" = "zyes" ; then
|
1492
|
+
dnl CFLAGS="$CFLAGS -pedantic -Wall -ansi -W -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls"
|
1493
|
+
CFLAGS="$CFLAGS -O -pedantic -Wall -ansi -fno-inline -W -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls"
|
1494
|
+
AC_MSG_RESULT(yes)
|
1495
|
+
else
|
1496
|
+
AC_MSG_RESULT(no)
|
1497
|
+
fi
|
1498
|
+
|
1499
|
+
dnl ==========================================================================
|
1500
|
+
dnl Static linking
|
1501
|
+
dnl ==========================================================================
|
1502
|
+
XMLSEC_STATIC_BINARIES=""
|
1503
|
+
AC_MSG_CHECKING(for static linking)
|
1504
|
+
AC_ARG_ENABLE(static_linking, [ --enable-static-linking enable static linking (no)])
|
1505
|
+
if test "z$enable_static_linking" = "zyes" ; then
|
1506
|
+
XMLSEC_STATIC_BINARIES="-static"
|
1507
|
+
AC_MSG_RESULT(yes)
|
1508
|
+
else
|
1509
|
+
AC_MSG_RESULT(no)
|
1510
|
+
fi
|
1511
|
+
AC_SUBST(XMLSEC_STATIC_BINARIES)
|
1512
|
+
|
1513
|
+
dnl ==========================================================================
|
1514
|
+
dnl Final steps: xmlsec config
|
1515
|
+
dnl ==========================================================================
|
1516
|
+
XMLSEC_CORE_CFLAGS="$XMLSEC_DEFINES -I${includedir}/xmlsec1 $XMLSEC_DL_INCLUDES"
|
1517
|
+
XMLSEC_CORE_LIBS="-lxmlsec1 $XMLSEC_DL_LIBS "
|
1518
|
+
AC_SUBST(XMLSEC_CORE_CFLAGS)
|
1519
|
+
AC_SUBST(XMLSEC_CORE_LIBS)
|
1520
|
+
|
1521
|
+
dnl used in xmlsecConf.sh*
|
1522
|
+
XMLSEC_LIBDIR="${libdir}"
|
1523
|
+
AC_SUBST(XMLSEC_LIBDIR)
|
1524
|
+
|
1525
|
+
XMLSEC_OPENSSL_CFLAGS="$XMLSEC_CORE_CFLAGS $OPENSSL_CFLAGS"
|
1526
|
+
XMLSEC_OPENSSL_LIBS="-L${libdir} -l$OPENSSL_CRYPTO_LIB $XMLSEC_CORE_LIBS $OPENSSL_LIBS"
|
1527
|
+
AC_SUBST(XMLSEC_OPENSSL_CFLAGS)
|
1528
|
+
AC_SUBST(XMLSEC_OPENSSL_LIBS)
|
1529
|
+
|
1530
|
+
XMLSEC_GCRYPT_CFLAGS="$XMLSEC_CORE_CFLAGS $GCRYPT_CFLAGS"
|
1531
|
+
XMLSEC_GCRYPT_LIBS="-L${libdir} -l$GCRYPT_CRYPTO_LIB $XMLSEC_CORE_LIBS $GCRYPT_LIBS"
|
1532
|
+
AC_SUBST(XMLSEC_GCRYPT_CFLAGS)
|
1533
|
+
AC_SUBST(XMLSEC_GCRYPT_LIBS)
|
1534
|
+
|
1535
|
+
# xmlsec-gnutls is using xmlsec-gcrypt
|
1536
|
+
XMLSEC_GNUTLS_CFLAGS="$XMLSEC_CORE_CFLAGS $GNUTLS_CFLAGS"
|
1537
|
+
XMLSEC_GNUTLS_LIBS="-L${libdir} -l$GNUTLS_CRYPTO_LIB -l$GCRYPT_CRYPTO_LIB $XMLSEC_CORE_LIBS $GNUTLS_LIBS"
|
1538
|
+
AC_SUBST(XMLSEC_GNUTLS_CFLAGS)
|
1539
|
+
AC_SUBST(XMLSEC_GNUTLS_LIBS)
|
1540
|
+
|
1541
|
+
XMLSEC_NSS_CFLAGS="$XMLSEC_CORE_CFLAGS $NSS_CFLAGS"
|
1542
|
+
XMLSEC_NSS_LIBS="-L${libdir} -l$NSS_CRYPTO_LIB $XMLSEC_CORE_LIBS $NSS_LIBS"
|
1543
|
+
AC_SUBST(XMLSEC_NSS_CFLAGS)
|
1544
|
+
AC_SUBST(XMLSEC_NSS_LIBS)
|
1545
|
+
|
1546
|
+
dnl No we will not generate pkg-config file for mscrypto !
|
1547
|
+
dnl XMLSEC_MSCRYPTO_CFLAGS="$XMLSEC_CORE_CFLAGS $MSCRYPTO_CFLAGS"
|
1548
|
+
dnl XMLSEC_MSCRYPTO_LIBS="-L${libdir} -l$MSCRYPTO_CRYPTO_LIB $XMLSEC_CORE_LIBS $MSCRYPTO_LIBS";;
|
1549
|
+
dnl AC_SUBST(XMLSEC_MSCRYPTO_CFLAGS)
|
1550
|
+
dnl AC_SUBST(XMLSEC_MSCRYPTO_LIBS)
|
1551
|
+
|
1552
|
+
XMLSEC_CFLAGS="$XMLSEC_CORE_CFLAGS $LIBXML_CFLAGS $LIBXSLT_CFLAGS $XMLSEC_CRYPTO_CFLAGS"
|
1553
|
+
XMLSEC_LIBS="-L${libdir} -l$XMLSEC_CRYPTO_LIB $XMLSEC_CORE_LIBS $LIBXML_LIBS $LIBXSLT_LIBS $XMLSEC_CRYPTO_LIBS"
|
1554
|
+
AC_SUBST(XMLSEC_CFLAGS)
|
1555
|
+
AC_SUBST(XMLSEC_LIBS)
|
1556
|
+
|
1557
|
+
AC_SUBST(XMLSEC_DEFINES)
|
1558
|
+
AC_SUBST(XMLSEC_APP_DEFINES)
|
1559
|
+
AC_SUBST(CFLAGS)
|
1560
|
+
AC_SUBST(CPPFLAGS)
|
1561
|
+
AC_SUBST(LDFLAGS)
|
1562
|
+
AC_SUBST(XMLSEC_EXTRA_LDFLAGS)
|
1563
|
+
AC_SUBST(XMLSEC_CRYPTO_EXTRA_LDFLAGS)
|
1564
|
+
|
1565
|
+
AC_SUBST(XMLSEC_CRYPTO)
|
1566
|
+
AC_SUBST(XMLSEC_CRYPTO_LIST)
|
1567
|
+
AC_SUBST(XMLSEC_CRYPTO_DISABLED_LIST)
|
1568
|
+
AC_SUBST(XMLSEC_CRYPTO_LIB)
|
1569
|
+
AC_SUBST(XMLSEC_CRYPTO_CFLAGS)
|
1570
|
+
AC_SUBST(XMLSEC_CRYPTO_LIBS)
|
1571
|
+
|
1572
|
+
XMLSEC_CRYPTO_PC_FILES_LIST=""
|
1573
|
+
for i in $XMLSEC_CRYPTO_LIST ; do
|
1574
|
+
dnl skip pkg-config file for mscrypto
|
1575
|
+
test x$i = xmscrypto && continue
|
1576
|
+
XMLSEC_CRYPTO_PC_FILES_LIST="$XMLSEC_CRYPTO_PC_FILES_LIST $XMLSEC_PACKAGE-$i.pc"
|
1577
|
+
done
|
1578
|
+
AC_SUBST(XMLSEC_CRYPTO_PC_FILES_LIST)
|
1579
|
+
|
1580
|
+
dnl ==========================================================================
|
1581
|
+
dnl Writing result files
|
1582
|
+
dnl ==========================================================================
|
1583
|
+
if test "z$XMLSEC_NO_OPENSSL" != "z1" ; then
|
1584
|
+
AC_CONFIG_FILES([include/xmlsec/openssl/Makefile src/openssl/Makefile])
|
1585
|
+
fi
|
1586
|
+
|
1587
|
+
if test "z$XMLSEC_NO_GNUTLS" != "z1" ; then
|
1588
|
+
AC_CONFIG_FILES([include/xmlsec/gnutls/Makefile src/gnutls/Makefile])
|
1589
|
+
fi
|
1590
|
+
|
1591
|
+
if test "z$XMLSEC_NO_GCRYPT" != "z1" ; then
|
1592
|
+
AC_CONFIG_FILES([include/xmlsec/gcrypt/Makefile src/gcrypt/Makefile])
|
1593
|
+
fi
|
1594
|
+
|
1595
|
+
if test "z$XMLSEC_NO_NSS" != "z1" ; then
|
1596
|
+
AC_CONFIG_FILES([include/xmlsec/nss/Makefile src/nss/Makefile])
|
1597
|
+
fi
|
1598
|
+
|
1599
|
+
if test "z$XMLSEC_NO_MSCRYPTO" != "z1" ; then
|
1600
|
+
AC_CONFIG_FILES([include/xmlsec/mscrypto/Makefile src/mscrypto/Makefile])
|
1601
|
+
fi
|
1602
|
+
|
1603
|
+
if test "z$XMLSEC_NO_CRYPTO_DYNAMIC_LOADING" = "z1" ; then
|
1604
|
+
(rm -f xmlsec1.pc && $LN_S xmlsec1-$XMLSEC_CRYPTO.pc xmlsec1.pc)
|
1605
|
+
else
|
1606
|
+
AC_CONFIG_FILES([xmlsec1.pc:xmlsec.pc.in])
|
1607
|
+
fi
|
1608
|
+
|
1609
|
+
AC_CONFIG_FILES([
|
1610
|
+
include/xmlsec/version.h
|
1611
|
+
Makefile
|
1612
|
+
include/Makefile
|
1613
|
+
include/xmlsec/Makefile
|
1614
|
+
include/xmlsec/private/Makefile
|
1615
|
+
src/Makefile
|
1616
|
+
apps/Makefile
|
1617
|
+
docs/Makefile
|
1618
|
+
docs/api/Makefile
|
1619
|
+
man/Makefile
|
1620
|
+
|
1621
|
+
xmlsec1Conf.sh:xmlsecConf.sh.in
|
1622
|
+
xmlsec1-config:xmlsec-config.in
|
1623
|
+
xmlsec1-openssl.pc:xmlsec-openssl.pc.in
|
1624
|
+
xmlsec1-gnutls.pc:xmlsec-gnutls.pc.in
|
1625
|
+
xmlsec1-gcrypt.pc:xmlsec-gcrypt.pc.in
|
1626
|
+
xmlsec1-nss.pc:xmlsec-nss.pc.in
|
1627
|
+
xmlsec1.spec:xmlsec.spec.in
|
1628
|
+
])
|
1629
|
+
AC_OUTPUT
|
1630
|
+
|
1631
|
+
|
1632
|
+
dnl COPYING should be in "srcdir" not in "builddir"
|
1633
|
+
(cd $srcdir && rm -f COPYING.LIB COPYING && $LN_S Copyright COPYING)
|