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,1561 @@
|
|
1
|
+
/**
|
2
|
+
* XML Security Library (http://www.aleksey.com/xmlsec).
|
3
|
+
*
|
4
|
+
* <dsig:KeyInfo/> element processing
|
5
|
+
* (http://www.w3.org/TR/xmlSec-core/#sec-KeyInfo:
|
6
|
+
*
|
7
|
+
* The KeyInfo Element
|
8
|
+
*
|
9
|
+
* KeyInfo is an optional element that enables the recipient(s) to obtain
|
10
|
+
* the key needed to validate the signature. KeyInfo may contain keys,
|
11
|
+
* names, certificates and other public key management information, such as
|
12
|
+
* in-band key distribution or key agreement data.
|
13
|
+
*
|
14
|
+
* Schema Definition:
|
15
|
+
*
|
16
|
+
* <element name="KeyInfo" type="ds:KeyInfoType"/>
|
17
|
+
* <complexType name="KeyInfoType" mixed="true">
|
18
|
+
* <choice maxOccurs="unbounded">
|
19
|
+
* <element ref="ds:KeyName"/>
|
20
|
+
* <element ref="ds:KeyValue"/>
|
21
|
+
* <element ref="ds:RetrievalMethod"/>
|
22
|
+
* <element ref="ds:X509Data"/>
|
23
|
+
* <element ref="ds:PGPData"/>
|
24
|
+
* <element ref="ds:SPKIData"/>
|
25
|
+
* <element ref="ds:MgmtData"/>
|
26
|
+
* <any processContents="lax" namespace="##other"/>
|
27
|
+
* <!-- (1,1) elements from (0,unbounded) namespaces -->
|
28
|
+
* </choice>
|
29
|
+
* <attribute name="Id" type="ID" use="optional"/>
|
30
|
+
* </complexType>
|
31
|
+
*
|
32
|
+
* DTD:
|
33
|
+
*
|
34
|
+
* <!ELEMENT KeyInfo (#PCDATA|KeyName|KeyValue|RetrievalMethod|
|
35
|
+
* X509Data|PGPData|SPKIData|MgmtData %KeyInfo.ANY;)* >
|
36
|
+
* <!ATTLIST KeyInfo Id ID #IMPLIED >
|
37
|
+
*
|
38
|
+
*
|
39
|
+
* This is free software; see Copyright file in the source
|
40
|
+
* distribution for preciese wording.
|
41
|
+
*
|
42
|
+
* Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
|
43
|
+
*/
|
44
|
+
#include "globals.h"
|
45
|
+
|
46
|
+
#include <stdlib.h>
|
47
|
+
#include <string.h>
|
48
|
+
|
49
|
+
#include <libxml/tree.h>
|
50
|
+
|
51
|
+
#include <xmlsec/xmlsec.h>
|
52
|
+
#include <xmlsec/xmltree.h>
|
53
|
+
#include <xmlsec/base64.h>
|
54
|
+
#include <xmlsec/keys.h>
|
55
|
+
#include <xmlsec/keysmngr.h>
|
56
|
+
#include <xmlsec/transforms.h>
|
57
|
+
#include <xmlsec/xmlenc.h>
|
58
|
+
#include <xmlsec/keyinfo.h>
|
59
|
+
#include <xmlsec/errors.h>
|
60
|
+
|
61
|
+
|
62
|
+
/**************************************************************************
|
63
|
+
*
|
64
|
+
* High-level functions
|
65
|
+
*
|
66
|
+
*************************************************************************/
|
67
|
+
/**
|
68
|
+
* xmlSecKeyInfoNodeRead:
|
69
|
+
* @keyInfoNode: the pointer to <dsig:KeyInfo/> node.
|
70
|
+
* @key: the pointer to result key object.
|
71
|
+
* @keyInfoCtx: the pointer to <dsig:KeyInfo/> element processing context.
|
72
|
+
*
|
73
|
+
* Parses the <dsig:KeyInfo/> element @keyInfoNode, extracts the key data
|
74
|
+
* and stores into @key.
|
75
|
+
*
|
76
|
+
* Returns: 0 on success or -1 if an error occurs.
|
77
|
+
*/
|
78
|
+
int
|
79
|
+
xmlSecKeyInfoNodeRead(xmlNodePtr keyInfoNode, xmlSecKeyPtr key, xmlSecKeyInfoCtxPtr keyInfoCtx) {
|
80
|
+
const xmlChar* nodeName;
|
81
|
+
const xmlChar* nodeNs;
|
82
|
+
xmlSecKeyDataId dataId;
|
83
|
+
xmlNodePtr cur;
|
84
|
+
int ret;
|
85
|
+
|
86
|
+
xmlSecAssert2(keyInfoNode != NULL, -1);
|
87
|
+
xmlSecAssert2(key != NULL, -1);
|
88
|
+
xmlSecAssert2(keyInfoCtx != NULL, -1);
|
89
|
+
xmlSecAssert2(keyInfoCtx->mode == xmlSecKeyInfoModeRead, -1);
|
90
|
+
|
91
|
+
for(cur = xmlSecGetNextElementNode(keyInfoNode->children);
|
92
|
+
(cur != NULL) &&
|
93
|
+
(((keyInfoCtx->flags & XMLSEC_KEYINFO_FLAGS_DONT_STOP_ON_KEY_FOUND) != 0) ||
|
94
|
+
(xmlSecKeyIsValid(key) == 0) ||
|
95
|
+
(xmlSecKeyMatch(key, NULL, &(keyInfoCtx->keyReq)) == 0));
|
96
|
+
cur = xmlSecGetNextElementNode(cur->next)) {
|
97
|
+
|
98
|
+
/* find data id */
|
99
|
+
nodeName = cur->name;
|
100
|
+
nodeNs = xmlSecGetNodeNsHref(cur);
|
101
|
+
|
102
|
+
/* use global list only if we don't have a local one */
|
103
|
+
if(xmlSecPtrListGetSize(&(keyInfoCtx->enabledKeyData)) > 0) {
|
104
|
+
dataId = xmlSecKeyDataIdListFindByNode(&(keyInfoCtx->enabledKeyData),
|
105
|
+
nodeName, nodeNs, xmlSecKeyDataUsageKeyInfoNodeRead);
|
106
|
+
} else {
|
107
|
+
dataId = xmlSecKeyDataIdListFindByNode(xmlSecKeyDataIdsGet(),
|
108
|
+
nodeName, nodeNs, xmlSecKeyDataUsageKeyInfoNodeRead);
|
109
|
+
}
|
110
|
+
if(dataId != xmlSecKeyDataIdUnknown) {
|
111
|
+
/* read data node */
|
112
|
+
ret = xmlSecKeyDataXmlRead(dataId, key, cur, keyInfoCtx);
|
113
|
+
if(ret < 0) {
|
114
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
115
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(dataId)),
|
116
|
+
"xmlSecKeyDataXmlRead",
|
117
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
118
|
+
"node=%s",
|
119
|
+
xmlSecErrorsSafeString(xmlSecNodeGetName(cur)));
|
120
|
+
return(-1);
|
121
|
+
}
|
122
|
+
} else if((keyInfoCtx->flags & XMLSEC_KEYINFO_FLAGS_STOP_ON_UNKNOWN_CHILD) != 0) {
|
123
|
+
/* there is a laxi schema validation but application may
|
124
|
+
* desire to disable unknown nodes*/
|
125
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
126
|
+
NULL,
|
127
|
+
xmlSecErrorsSafeString(xmlSecNodeGetName(cur)),
|
128
|
+
XMLSEC_ERRORS_R_INVALID_NODE,
|
129
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
130
|
+
return(-1);
|
131
|
+
}
|
132
|
+
}
|
133
|
+
|
134
|
+
return(0);
|
135
|
+
}
|
136
|
+
|
137
|
+
/**
|
138
|
+
* xmlSecKeyInfoNodeWrite:
|
139
|
+
* @keyInfoNode: the pointer to <dsig:KeyInfo/> node.
|
140
|
+
* @key: the pointer to key object.
|
141
|
+
* @keyInfoCtx: the pointer to <dsig:KeyInfo/> element processing context.
|
142
|
+
*
|
143
|
+
* Writes the @key into the <dsig:KeyInfo/> element template @keyInfoNode.
|
144
|
+
*
|
145
|
+
* Returns: 0 on success or -1 if an error occurs.
|
146
|
+
*/
|
147
|
+
int
|
148
|
+
xmlSecKeyInfoNodeWrite(xmlNodePtr keyInfoNode, xmlSecKeyPtr key, xmlSecKeyInfoCtxPtr keyInfoCtx) {
|
149
|
+
const xmlChar* nodeName;
|
150
|
+
const xmlChar* nodeNs;
|
151
|
+
xmlSecKeyDataId dataId;
|
152
|
+
xmlNodePtr cur;
|
153
|
+
int ret;
|
154
|
+
|
155
|
+
xmlSecAssert2(keyInfoNode != NULL, -1);
|
156
|
+
xmlSecAssert2(key != NULL, -1);
|
157
|
+
xmlSecAssert2(keyInfoCtx != NULL, -1);
|
158
|
+
xmlSecAssert2(keyInfoCtx->mode == xmlSecKeyInfoModeWrite, -1);
|
159
|
+
|
160
|
+
for(cur = xmlSecGetNextElementNode(keyInfoNode->children);
|
161
|
+
cur != NULL;
|
162
|
+
cur = xmlSecGetNextElementNode(cur->next)) {
|
163
|
+
|
164
|
+
/* find data id */
|
165
|
+
nodeName = cur->name;
|
166
|
+
nodeNs = xmlSecGetNodeNsHref(cur);
|
167
|
+
|
168
|
+
/* use global list only if we don't have a local one */
|
169
|
+
if(xmlSecPtrListGetSize(&(keyInfoCtx->enabledKeyData)) > 0) {
|
170
|
+
dataId = xmlSecKeyDataIdListFindByNode(&(keyInfoCtx->enabledKeyData),
|
171
|
+
nodeName, nodeNs,
|
172
|
+
xmlSecKeyDataUsageKeyInfoNodeWrite);
|
173
|
+
} else {
|
174
|
+
dataId = xmlSecKeyDataIdListFindByNode(xmlSecKeyDataIdsGet(),
|
175
|
+
nodeName, nodeNs,
|
176
|
+
xmlSecKeyDataUsageKeyInfoNodeWrite);
|
177
|
+
}
|
178
|
+
if(dataId != xmlSecKeyDataIdUnknown) {
|
179
|
+
ret = xmlSecKeyDataXmlWrite(dataId, key, cur, keyInfoCtx);
|
180
|
+
if(ret < 0) {
|
181
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
182
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(dataId)),
|
183
|
+
"xmlSecKeyDataXmlWrite",
|
184
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
185
|
+
"node=%s",
|
186
|
+
xmlSecErrorsSafeString(xmlSecNodeGetName(cur)));
|
187
|
+
return(-1);
|
188
|
+
}
|
189
|
+
} else if((keyInfoCtx->flags & XMLSEC_KEYINFO_FLAGS_STOP_ON_UNKNOWN_CHILD) != 0) {
|
190
|
+
/* laxi schema validation but application can disable it*/
|
191
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
192
|
+
NULL,
|
193
|
+
xmlSecErrorsSafeString(xmlSecNodeGetName(cur)),
|
194
|
+
XMLSEC_ERRORS_R_INVALID_NODE,
|
195
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
196
|
+
return(-1);
|
197
|
+
}
|
198
|
+
}
|
199
|
+
|
200
|
+
return(0);
|
201
|
+
}
|
202
|
+
|
203
|
+
/**************************************************************************
|
204
|
+
*
|
205
|
+
* KeyInfo context
|
206
|
+
*
|
207
|
+
*************************************************************************/
|
208
|
+
/**
|
209
|
+
* xmlSecKeyInfoCtxCreate:
|
210
|
+
* @keysMngr: the pointer to keys manager (may be NULL).
|
211
|
+
*
|
212
|
+
* Allocates and initializes <dsig:KeyInfo/> element processing context.
|
213
|
+
* Caller is responsible for freeing it by calling #xmlSecKeyInfoCtxDestroy
|
214
|
+
* function.
|
215
|
+
*
|
216
|
+
* Returns: pointer to newly allocated object or NULL if an error occurs.
|
217
|
+
*/
|
218
|
+
xmlSecKeyInfoCtxPtr
|
219
|
+
xmlSecKeyInfoCtxCreate(xmlSecKeysMngrPtr keysMngr) {
|
220
|
+
xmlSecKeyInfoCtxPtr keyInfoCtx;
|
221
|
+
int ret;
|
222
|
+
|
223
|
+
/* Allocate a new xmlSecKeyInfoCtx and fill the fields. */
|
224
|
+
keyInfoCtx = (xmlSecKeyInfoCtxPtr)xmlMalloc(sizeof(xmlSecKeyInfoCtx));
|
225
|
+
if(keyInfoCtx == NULL) {
|
226
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
227
|
+
NULL,
|
228
|
+
NULL,
|
229
|
+
XMLSEC_ERRORS_R_MALLOC_FAILED,
|
230
|
+
"size=%d", sizeof(xmlSecKeyInfoCtx));
|
231
|
+
return(NULL);
|
232
|
+
}
|
233
|
+
|
234
|
+
ret = xmlSecKeyInfoCtxInitialize(keyInfoCtx, keysMngr);
|
235
|
+
if(ret < 0) {
|
236
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
237
|
+
NULL,
|
238
|
+
"xmlSecKeyInfoCtxInitialize",
|
239
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
240
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
241
|
+
xmlSecKeyInfoCtxDestroy(keyInfoCtx);
|
242
|
+
return(NULL);
|
243
|
+
}
|
244
|
+
|
245
|
+
return(keyInfoCtx);
|
246
|
+
}
|
247
|
+
|
248
|
+
/**
|
249
|
+
* xmlSecKeyInfoCtxDestroy:
|
250
|
+
* @keyInfoCtx: the pointer to <dsig:KeyInfo/> element processing context.
|
251
|
+
*
|
252
|
+
* Destroys @keyInfoCtx object created with #xmlSecKeyInfoCtxCreate function.
|
253
|
+
*/
|
254
|
+
void
|
255
|
+
xmlSecKeyInfoCtxDestroy(xmlSecKeyInfoCtxPtr keyInfoCtx) {
|
256
|
+
xmlSecAssert(keyInfoCtx != NULL);
|
257
|
+
|
258
|
+
xmlSecKeyInfoCtxFinalize(keyInfoCtx);
|
259
|
+
xmlFree(keyInfoCtx);
|
260
|
+
}
|
261
|
+
|
262
|
+
/**
|
263
|
+
* xmlSecKeyInfoCtxInitialize:
|
264
|
+
* @keyInfoCtx: the pointer to <dsig:KeyInfo/> element processing context.
|
265
|
+
* @keysMngr: the pointer to keys manager (may be NULL).
|
266
|
+
*
|
267
|
+
* Initializes <dsig:KeyInfo/> element processing context. Caller is
|
268
|
+
* responsible for cleaning it up by #xmlSecKeyInfoCtxFinalize function.
|
269
|
+
*
|
270
|
+
* Returns: 0 on success and a negative value if an error occurs.
|
271
|
+
*/
|
272
|
+
int
|
273
|
+
xmlSecKeyInfoCtxInitialize(xmlSecKeyInfoCtxPtr keyInfoCtx, xmlSecKeysMngrPtr keysMngr) {
|
274
|
+
int ret;
|
275
|
+
|
276
|
+
xmlSecAssert2(keyInfoCtx != NULL, -1);
|
277
|
+
|
278
|
+
memset(keyInfoCtx, 0, sizeof(xmlSecKeyInfoCtx));
|
279
|
+
keyInfoCtx->keysMngr = keysMngr;
|
280
|
+
keyInfoCtx->base64LineSize = xmlSecBase64GetDefaultLineSize();
|
281
|
+
ret = xmlSecPtrListInitialize(&(keyInfoCtx->enabledKeyData), xmlSecKeyDataIdListId);
|
282
|
+
if(ret < 0) {
|
283
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
284
|
+
NULL,
|
285
|
+
"xmlSecPtrListInitialize",
|
286
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
287
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
288
|
+
return(-1);
|
289
|
+
}
|
290
|
+
|
291
|
+
keyInfoCtx->maxRetrievalMethodLevel = 1;
|
292
|
+
ret = xmlSecTransformCtxInitialize(&(keyInfoCtx->retrievalMethodCtx));
|
293
|
+
if(ret < 0) {
|
294
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
295
|
+
NULL,
|
296
|
+
"xmlSecTransformCtxInitialize",
|
297
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
298
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
299
|
+
return(-1);
|
300
|
+
}
|
301
|
+
|
302
|
+
#ifndef XMLSEC_NO_XMLENC
|
303
|
+
keyInfoCtx->maxEncryptedKeyLevel = 1;
|
304
|
+
#endif /* XMLSEC_NO_XMLENC */
|
305
|
+
|
306
|
+
#ifndef XMLSEC_NO_X509
|
307
|
+
keyInfoCtx->certsVerificationDepth= 9;
|
308
|
+
#endif /* XMLSEC_NO_X509 */
|
309
|
+
|
310
|
+
ret = xmlSecKeyReqInitialize(&(keyInfoCtx->keyReq));
|
311
|
+
if(ret < 0) {
|
312
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
313
|
+
NULL,
|
314
|
+
"xmlSecKeyReqInitialize",
|
315
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
316
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
317
|
+
return(-1);
|
318
|
+
}
|
319
|
+
|
320
|
+
return(0);
|
321
|
+
}
|
322
|
+
|
323
|
+
/**
|
324
|
+
* xmlSecKeyInfoCtxFinalize:
|
325
|
+
* @keyInfoCtx: the pointer to <dsig:KeyInfo/> element processing context.
|
326
|
+
*
|
327
|
+
* Cleans up the @keyInfoCtx initialized with #xmlSecKeyInfoCtxInitialize
|
328
|
+
* function.
|
329
|
+
*/
|
330
|
+
void
|
331
|
+
xmlSecKeyInfoCtxFinalize(xmlSecKeyInfoCtxPtr keyInfoCtx) {
|
332
|
+
xmlSecAssert(keyInfoCtx != NULL);
|
333
|
+
|
334
|
+
xmlSecPtrListFinalize(&(keyInfoCtx->enabledKeyData));
|
335
|
+
xmlSecTransformCtxFinalize(&(keyInfoCtx->retrievalMethodCtx));
|
336
|
+
xmlSecKeyReqFinalize(&(keyInfoCtx->keyReq));
|
337
|
+
|
338
|
+
#ifndef XMLSEC_NO_XMLENC
|
339
|
+
if(keyInfoCtx->encCtx != NULL) {
|
340
|
+
xmlSecEncCtxDestroy(keyInfoCtx->encCtx);
|
341
|
+
}
|
342
|
+
#endif /* XMLSEC_NO_XMLENC */
|
343
|
+
|
344
|
+
memset(keyInfoCtx, 0, sizeof(xmlSecKeyInfoCtx));
|
345
|
+
}
|
346
|
+
|
347
|
+
/**
|
348
|
+
* xmlSecKeyInfoCtxReset:
|
349
|
+
* @keyInfoCtx: the pointer to <dsig:KeyInfo/> element processing context.
|
350
|
+
*
|
351
|
+
* Resets the @keyInfoCtx state. User settings are not changed.
|
352
|
+
*/
|
353
|
+
void
|
354
|
+
xmlSecKeyInfoCtxReset(xmlSecKeyInfoCtxPtr keyInfoCtx) {
|
355
|
+
xmlSecAssert(keyInfoCtx != NULL);
|
356
|
+
|
357
|
+
xmlSecTransformCtxReset(&(keyInfoCtx->retrievalMethodCtx));
|
358
|
+
keyInfoCtx->curRetrievalMethodLevel = 0;
|
359
|
+
|
360
|
+
#ifndef XMLSEC_NO_XMLENC
|
361
|
+
if(keyInfoCtx->encCtx != NULL) {
|
362
|
+
xmlSecEncCtxReset(keyInfoCtx->encCtx);
|
363
|
+
}
|
364
|
+
keyInfoCtx->curEncryptedKeyLevel = 0;
|
365
|
+
#endif /* XMLSEC_NO_XMLENC */
|
366
|
+
|
367
|
+
xmlSecKeyReqReset(&(keyInfoCtx->keyReq));
|
368
|
+
}
|
369
|
+
|
370
|
+
/**
|
371
|
+
* xmlSecKeyInfoCtxCreateEncCtx:
|
372
|
+
* @keyInfoCtx: the pointer to <dsig:KeyInfo/> element processing context.
|
373
|
+
*
|
374
|
+
* Creates encryption context form processing <enc:EncryptedKey/> child
|
375
|
+
* of <dsig:KeyInfo/> element.
|
376
|
+
*
|
377
|
+
* Returns: 0 on success and a negative value if an error occurs.
|
378
|
+
*/
|
379
|
+
int
|
380
|
+
xmlSecKeyInfoCtxCreateEncCtx(xmlSecKeyInfoCtxPtr keyInfoCtx) {
|
381
|
+
#ifndef XMLSEC_NO_XMLENC
|
382
|
+
xmlSecEncCtxPtr tmp;
|
383
|
+
int ret;
|
384
|
+
|
385
|
+
xmlSecAssert2(keyInfoCtx != NULL, -1);
|
386
|
+
xmlSecAssert2(keyInfoCtx->encCtx == NULL, -1);
|
387
|
+
|
388
|
+
/* we have to use tmp variable to avoid a recursive loop */
|
389
|
+
tmp = xmlSecEncCtxCreate(keyInfoCtx->keysMngr);
|
390
|
+
if(tmp == NULL) {
|
391
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
392
|
+
NULL,
|
393
|
+
"xmlSecEncCtxCreate",
|
394
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
395
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
396
|
+
return(-1);
|
397
|
+
}
|
398
|
+
tmp->mode = xmlEncCtxModeEncryptedKey;
|
399
|
+
|
400
|
+
/* copy user preferences from our current ctx */
|
401
|
+
switch(keyInfoCtx->mode) {
|
402
|
+
case xmlSecKeyInfoModeRead:
|
403
|
+
ret = xmlSecKeyInfoCtxCopyUserPref(&(tmp->keyInfoReadCtx), keyInfoCtx);
|
404
|
+
if(ret < 0) {
|
405
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
406
|
+
NULL,
|
407
|
+
"xmlSecKeyInfoCtxCopyUserPref",
|
408
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
409
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
410
|
+
xmlSecEncCtxDestroy(tmp);
|
411
|
+
return(-1);
|
412
|
+
}
|
413
|
+
break;
|
414
|
+
case xmlSecKeyInfoModeWrite:
|
415
|
+
ret = xmlSecKeyInfoCtxCopyUserPref(&(tmp->keyInfoWriteCtx), keyInfoCtx);
|
416
|
+
if(ret < 0) {
|
417
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
418
|
+
NULL,
|
419
|
+
"xmlSecKeyInfoCtxCopyUserPref",
|
420
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
421
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
422
|
+
xmlSecEncCtxDestroy(tmp);
|
423
|
+
return(-1);
|
424
|
+
}
|
425
|
+
break;
|
426
|
+
}
|
427
|
+
keyInfoCtx->encCtx = tmp;
|
428
|
+
|
429
|
+
return(0);
|
430
|
+
#else /* XMLSEC_NO_XMLENC */
|
431
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
432
|
+
NULL,
|
433
|
+
"xml encryption",
|
434
|
+
XMLSEC_ERRORS_R_DISABLED,
|
435
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
436
|
+
return(-1);
|
437
|
+
#endif /* XMLSEC_NO_XMLENC */
|
438
|
+
}
|
439
|
+
|
440
|
+
/**
|
441
|
+
* xmlSecKeyInfoCtxCopyUserPref:
|
442
|
+
* @dst: the pointer to destination context object.
|
443
|
+
* @src: the pointer to source context object.
|
444
|
+
*
|
445
|
+
* Copies user preferences from @src context to @dst context.
|
446
|
+
*
|
447
|
+
* Returns: 0 on success and a negative value if an error occurs.
|
448
|
+
*/
|
449
|
+
int
|
450
|
+
xmlSecKeyInfoCtxCopyUserPref(xmlSecKeyInfoCtxPtr dst, xmlSecKeyInfoCtxPtr src) {
|
451
|
+
int ret;
|
452
|
+
|
453
|
+
xmlSecAssert2(dst != NULL, -1);
|
454
|
+
xmlSecAssert2(src != NULL, -1);
|
455
|
+
|
456
|
+
dst->userData = src->userData;
|
457
|
+
dst->flags = src->flags;
|
458
|
+
dst->flags2 = src->flags2;
|
459
|
+
dst->keysMngr = src->keysMngr;
|
460
|
+
dst->mode = src->mode;
|
461
|
+
dst->base64LineSize = src->base64LineSize;
|
462
|
+
|
463
|
+
ret = xmlSecPtrListCopy(&(dst->enabledKeyData), &(src->enabledKeyData));
|
464
|
+
if(ret < 0) {
|
465
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
466
|
+
NULL,
|
467
|
+
"xmlSecPtrListCopy",
|
468
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
469
|
+
"enabledKeyData");
|
470
|
+
return(-1);
|
471
|
+
}
|
472
|
+
|
473
|
+
/* <dsig:RetrievalMethod/> */
|
474
|
+
dst->maxRetrievalMethodLevel= src->maxRetrievalMethodLevel;
|
475
|
+
ret = xmlSecTransformCtxCopyUserPref(&(dst->retrievalMethodCtx),
|
476
|
+
&(src->retrievalMethodCtx));
|
477
|
+
if(ret < 0) {
|
478
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
479
|
+
NULL,
|
480
|
+
"xmlSecTransformCtxCopyUserPref",
|
481
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
482
|
+
"enabledKeyData");
|
483
|
+
return(-1);
|
484
|
+
}
|
485
|
+
|
486
|
+
/* <enc:EncryptedContext /> */
|
487
|
+
#ifndef XMLSEC_NO_XMLENC
|
488
|
+
xmlSecAssert2(dst->encCtx == NULL, -1);
|
489
|
+
if(src->encCtx != NULL) {
|
490
|
+
dst->encCtx = xmlSecEncCtxCreate(dst->keysMngr);
|
491
|
+
if(dst->encCtx == NULL) {
|
492
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
493
|
+
NULL,
|
494
|
+
"xmlSecEncCtxCreate",
|
495
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
496
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
497
|
+
return(-1);
|
498
|
+
}
|
499
|
+
|
500
|
+
dst->encCtx->mode = xmlEncCtxModeEncryptedKey;
|
501
|
+
ret = xmlSecEncCtxCopyUserPref(dst->encCtx, src->encCtx);
|
502
|
+
if(ret < 0) {
|
503
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
504
|
+
NULL,
|
505
|
+
"xmlSecEncCtxCopyUserPref",
|
506
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
507
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
508
|
+
return(-1);
|
509
|
+
}
|
510
|
+
}
|
511
|
+
dst->maxEncryptedKeyLevel = src->maxEncryptedKeyLevel;
|
512
|
+
#endif /* XMLSEC_NO_XMLENC */
|
513
|
+
|
514
|
+
/* <dsig:X509Data /> */
|
515
|
+
#ifndef XMLSEC_NO_X509
|
516
|
+
dst->certsVerificationTime = src->certsVerificationTime;
|
517
|
+
dst->certsVerificationDepth = src->certsVerificationDepth;
|
518
|
+
#endif /* XMLSEC_NO_X509 */
|
519
|
+
|
520
|
+
return(0);
|
521
|
+
}
|
522
|
+
|
523
|
+
/**
|
524
|
+
* xmlSecKeyInfoCtxDebugDump:
|
525
|
+
* @keyInfoCtx: the pointer to <dsig:KeyInfo/> element processing context.
|
526
|
+
* @output: the output file pointer.
|
527
|
+
*
|
528
|
+
* Prints user settings and current context state to @output.
|
529
|
+
*/
|
530
|
+
void
|
531
|
+
xmlSecKeyInfoCtxDebugDump(xmlSecKeyInfoCtxPtr keyInfoCtx, FILE* output) {
|
532
|
+
xmlSecAssert(keyInfoCtx != NULL);
|
533
|
+
xmlSecAssert(output != NULL);
|
534
|
+
|
535
|
+
switch(keyInfoCtx->mode) {
|
536
|
+
case xmlSecKeyInfoModeRead:
|
537
|
+
fprintf(output, "= KEY INFO READ CONTEXT\n");
|
538
|
+
break;
|
539
|
+
case xmlSecKeyInfoModeWrite:
|
540
|
+
fprintf(output, "= KEY INFO WRITE CONTEXT\n");
|
541
|
+
break;
|
542
|
+
}
|
543
|
+
|
544
|
+
fprintf(output, "== flags: 0x%08x\n", keyInfoCtx->flags);
|
545
|
+
fprintf(output, "== flags2: 0x%08x\n", keyInfoCtx->flags2);
|
546
|
+
if(xmlSecPtrListGetSize(&(keyInfoCtx->enabledKeyData)) > 0) {
|
547
|
+
fprintf(output, "== enabled key data: ");
|
548
|
+
xmlSecKeyDataIdListDebugDump(&(keyInfoCtx->enabledKeyData), output);
|
549
|
+
} else {
|
550
|
+
fprintf(output, "== enabled key data: all\n");
|
551
|
+
}
|
552
|
+
fprintf(output, "== RetrievalMethod level (cur/max): %d/%d\n",
|
553
|
+
keyInfoCtx->curRetrievalMethodLevel,
|
554
|
+
keyInfoCtx->maxRetrievalMethodLevel);
|
555
|
+
xmlSecTransformCtxDebugDump(&(keyInfoCtx->retrievalMethodCtx), output);
|
556
|
+
|
557
|
+
#ifndef XMLSEC_NO_XMLENC
|
558
|
+
fprintf(output, "== EncryptedKey level (cur/max): %d/%d\n",
|
559
|
+
keyInfoCtx->curEncryptedKeyLevel,
|
560
|
+
keyInfoCtx->maxEncryptedKeyLevel);
|
561
|
+
if(keyInfoCtx->encCtx != NULL) {
|
562
|
+
xmlSecEncCtxDebugDump(keyInfoCtx->encCtx, output);
|
563
|
+
}
|
564
|
+
#endif /* XMLSEC_NO_XMLENC */
|
565
|
+
|
566
|
+
xmlSecKeyReqDebugDump(&(keyInfoCtx->keyReq), output);
|
567
|
+
}
|
568
|
+
|
569
|
+
/**
|
570
|
+
* xmlSecKeyInfoCtxDebugXmlDump:
|
571
|
+
* @keyInfoCtx: the pointer to <dsig:KeyInfo/> element processing context.
|
572
|
+
* @output: the output file pointer.
|
573
|
+
*
|
574
|
+
* Prints user settings and current context state in XML format to @output.
|
575
|
+
*/
|
576
|
+
void
|
577
|
+
xmlSecKeyInfoCtxDebugXmlDump(xmlSecKeyInfoCtxPtr keyInfoCtx, FILE* output) {
|
578
|
+
xmlSecAssert(keyInfoCtx != NULL);
|
579
|
+
xmlSecAssert(output != NULL);
|
580
|
+
|
581
|
+
switch(keyInfoCtx->mode) {
|
582
|
+
case xmlSecKeyInfoModeRead:
|
583
|
+
fprintf(output, "<KeyInfoReadContext>\n");
|
584
|
+
break;
|
585
|
+
case xmlSecKeyInfoModeWrite:
|
586
|
+
fprintf(output, "<KeyInfoWriteContext>\n");
|
587
|
+
break;
|
588
|
+
}
|
589
|
+
|
590
|
+
fprintf(output, "<Flags>%08x</Flags>\n", keyInfoCtx->flags);
|
591
|
+
fprintf(output, "<Flags2>%08x</Flags2>\n", keyInfoCtx->flags2);
|
592
|
+
if(xmlSecPtrListGetSize(&(keyInfoCtx->enabledKeyData)) > 0) {
|
593
|
+
fprintf(output, "<EnabledKeyData>\n");
|
594
|
+
xmlSecKeyDataIdListDebugXmlDump(&(keyInfoCtx->enabledKeyData), output);
|
595
|
+
fprintf(output, "</EnabledKeyData>\n");
|
596
|
+
} else {
|
597
|
+
fprintf(output, "<EnabledKeyData>all</EnabledKeyData>\n");
|
598
|
+
}
|
599
|
+
|
600
|
+
fprintf(output, "<RetrievalMethodLevel cur=\"%d\" max=\"%d\" />\n",
|
601
|
+
keyInfoCtx->curRetrievalMethodLevel,
|
602
|
+
keyInfoCtx->maxRetrievalMethodLevel);
|
603
|
+
xmlSecTransformCtxDebugXmlDump(&(keyInfoCtx->retrievalMethodCtx), output);
|
604
|
+
|
605
|
+
#ifndef XMLSEC_NO_XMLENC
|
606
|
+
fprintf(output, "<EncryptedKeyLevel cur=\"%d\" max=\"%d\" />\n",
|
607
|
+
keyInfoCtx->curEncryptedKeyLevel,
|
608
|
+
keyInfoCtx->maxEncryptedKeyLevel);
|
609
|
+
if(keyInfoCtx->encCtx != NULL) {
|
610
|
+
xmlSecEncCtxDebugXmlDump(keyInfoCtx->encCtx, output);
|
611
|
+
}
|
612
|
+
#endif /* XMLSEC_NO_XMLENC */
|
613
|
+
|
614
|
+
xmlSecKeyReqDebugXmlDump(&(keyInfoCtx->keyReq), output);
|
615
|
+
switch(keyInfoCtx->mode) {
|
616
|
+
case xmlSecKeyInfoModeRead:
|
617
|
+
fprintf(output, "</KeyInfoReadContext>\n");
|
618
|
+
break;
|
619
|
+
case xmlSecKeyInfoModeWrite:
|
620
|
+
fprintf(output, "</KeyInfoWriteContext>\n");
|
621
|
+
break;
|
622
|
+
}
|
623
|
+
}
|
624
|
+
|
625
|
+
/**************************************************************************
|
626
|
+
*
|
627
|
+
* <dsig:KeyName/> processing
|
628
|
+
*
|
629
|
+
*************************************************************************/
|
630
|
+
static int xmlSecKeyDataNameXmlRead (xmlSecKeyDataId id,
|
631
|
+
xmlSecKeyPtr key,
|
632
|
+
xmlNodePtr node,
|
633
|
+
xmlSecKeyInfoCtxPtr keyInfoCtx);
|
634
|
+
static int xmlSecKeyDataNameXmlWrite (xmlSecKeyDataId id,
|
635
|
+
xmlSecKeyPtr key,
|
636
|
+
xmlNodePtr node,
|
637
|
+
xmlSecKeyInfoCtxPtr keyInfoCtx);
|
638
|
+
|
639
|
+
static xmlSecKeyDataKlass xmlSecKeyDataNameKlass = {
|
640
|
+
sizeof(xmlSecKeyDataKlass),
|
641
|
+
sizeof(xmlSecKeyData),
|
642
|
+
|
643
|
+
/* data */
|
644
|
+
xmlSecNameKeyName,
|
645
|
+
xmlSecKeyDataUsageKeyInfoNode, /* xmlSecKeyDataUsage usage; */
|
646
|
+
NULL, /* const xmlChar* href; */
|
647
|
+
xmlSecNodeKeyName, /* const xmlChar* dataNodeName; */
|
648
|
+
xmlSecDSigNs, /* const xmlChar* dataNodeNs; */
|
649
|
+
|
650
|
+
/* constructors/destructor */
|
651
|
+
NULL, /* xmlSecKeyDataInitializeMethod initialize; */
|
652
|
+
NULL, /* xmlSecKeyDataDuplicateMethod duplicate; */
|
653
|
+
NULL, /* xmlSecKeyDataFinalizeMethod finalize; */
|
654
|
+
NULL, /* xmlSecKeyDataGenerateMethod generate; */
|
655
|
+
|
656
|
+
/* get info */
|
657
|
+
NULL, /* xmlSecKeyDataGetTypeMethod getType; */
|
658
|
+
NULL, /* xmlSecKeyDataGetSizeMethod getSize; */
|
659
|
+
NULL, /* xmlSecKeyDataGetIdentifier getIdentifier; */
|
660
|
+
|
661
|
+
/* read/write */
|
662
|
+
xmlSecKeyDataNameXmlRead, /* xmlSecKeyDataXmlReadMethod xmlRead; */
|
663
|
+
xmlSecKeyDataNameXmlWrite, /* xmlSecKeyDataXmlWriteMethod xmlWrite; */
|
664
|
+
NULL, /* xmlSecKeyDataBinReadMethod binRead; */
|
665
|
+
NULL, /* xmlSecKeyDataBinWriteMethod binWrite; */
|
666
|
+
|
667
|
+
/* debug */
|
668
|
+
NULL, /* xmlSecKeyDataDebugDumpMethod debugDump; */
|
669
|
+
NULL, /* xmlSecKeyDataDebugDumpMethod debugXmlDump; */
|
670
|
+
|
671
|
+
/* reserved for the future */
|
672
|
+
NULL, /* void* reserved0; */
|
673
|
+
NULL, /* void* reserved1; */
|
674
|
+
};
|
675
|
+
|
676
|
+
/**
|
677
|
+
* xmlSecKeyDataNameGetKlass:
|
678
|
+
*
|
679
|
+
* The <dsig:KeyName/> element key data klass
|
680
|
+
* (http://www.w3.org/TR/xmldsig-core/#sec-KeyName):
|
681
|
+
*
|
682
|
+
* The KeyName element contains a string value (in which white space is
|
683
|
+
* significant) which may be used by the signer to communicate a key
|
684
|
+
* identifier to the recipient. Typically, KeyName contains an identifier
|
685
|
+
* related to the key pair used to sign the message, but it may contain
|
686
|
+
* other protocol-related information that indirectly identifies a key pair.
|
687
|
+
* (Common uses of KeyName include simple string names for keys, a key index,
|
688
|
+
* a distinguished name (DN), an email address, etc.)
|
689
|
+
*
|
690
|
+
* Returns: the <dsig:KeyName/> element processing key data klass.
|
691
|
+
*/
|
692
|
+
xmlSecKeyDataId
|
693
|
+
xmlSecKeyDataNameGetKlass(void) {
|
694
|
+
return(&xmlSecKeyDataNameKlass);
|
695
|
+
}
|
696
|
+
|
697
|
+
static int
|
698
|
+
xmlSecKeyDataNameXmlRead(xmlSecKeyDataId id, xmlSecKeyPtr key, xmlNodePtr node, xmlSecKeyInfoCtxPtr keyInfoCtx) {
|
699
|
+
const xmlChar* oldName;
|
700
|
+
xmlChar* newName;
|
701
|
+
int ret;
|
702
|
+
|
703
|
+
xmlSecAssert2(id == xmlSecKeyDataNameId, -1);
|
704
|
+
xmlSecAssert2(key != NULL, -1);
|
705
|
+
xmlSecAssert2(node != NULL, -1);
|
706
|
+
xmlSecAssert2(keyInfoCtx != NULL, -1);
|
707
|
+
xmlSecAssert2(keyInfoCtx->mode == xmlSecKeyInfoModeRead, -1);
|
708
|
+
|
709
|
+
oldName = xmlSecKeyGetName(key);
|
710
|
+
newName = xmlNodeGetContent(node);
|
711
|
+
if(newName == NULL) {
|
712
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
713
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
714
|
+
xmlSecErrorsSafeString(xmlSecNodeGetName(node)),
|
715
|
+
XMLSEC_ERRORS_R_INVALID_NODE_CONTENT,
|
716
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
717
|
+
return(-1);
|
718
|
+
}
|
719
|
+
/* TODO: do we need to decode the name? */
|
720
|
+
|
721
|
+
/* compare name values */
|
722
|
+
if((oldName != NULL) && !xmlStrEqual(oldName, newName)) {
|
723
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
724
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
725
|
+
"key name is already specified",
|
726
|
+
XMLSEC_ERRORS_R_INVALID_KEY_DATA,
|
727
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
728
|
+
xmlFree(newName);
|
729
|
+
return(-1);
|
730
|
+
}
|
731
|
+
|
732
|
+
/* try to find key in the manager */
|
733
|
+
if((xmlSecKeyGetValue(key) == NULL) && (keyInfoCtx->keysMngr != NULL)) {
|
734
|
+
xmlSecKeyPtr tmpKey;
|
735
|
+
|
736
|
+
tmpKey = xmlSecKeysMngrFindKey(keyInfoCtx->keysMngr, newName, keyInfoCtx);
|
737
|
+
if(tmpKey != NULL) {
|
738
|
+
/* erase any current information in the key */
|
739
|
+
xmlSecKeyEmpty(key);
|
740
|
+
|
741
|
+
/* TODO: since we will destroy tmpKey anyway, we can easily
|
742
|
+
* just re-assign key data values. It'll save use some memory
|
743
|
+
* malloc/free
|
744
|
+
*/
|
745
|
+
|
746
|
+
/* and copy what we've found */
|
747
|
+
ret = xmlSecKeyCopy(key, tmpKey);
|
748
|
+
if(ret < 0) {
|
749
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
750
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
751
|
+
"xmlSecKeyCopy",
|
752
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
753
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
754
|
+
xmlSecKeyDestroy(tmpKey);
|
755
|
+
xmlFree(newName);
|
756
|
+
return(-1);
|
757
|
+
}
|
758
|
+
xmlSecKeyDestroy(tmpKey);
|
759
|
+
}
|
760
|
+
}
|
761
|
+
|
762
|
+
/* finally set key name if it is not there */
|
763
|
+
if(xmlSecKeyGetName(key) == NULL) {
|
764
|
+
xmlSecKeySetName(key, newName);
|
765
|
+
}
|
766
|
+
xmlFree(newName);
|
767
|
+
return(0);
|
768
|
+
}
|
769
|
+
|
770
|
+
static int
|
771
|
+
xmlSecKeyDataNameXmlWrite(xmlSecKeyDataId id, xmlSecKeyPtr key, xmlNodePtr node, xmlSecKeyInfoCtxPtr keyInfoCtx) {
|
772
|
+
const xmlChar* name;
|
773
|
+
|
774
|
+
xmlSecAssert2(id == xmlSecKeyDataNameId, -1);
|
775
|
+
xmlSecAssert2(key != NULL, -1);
|
776
|
+
xmlSecAssert2(node != NULL, -1);
|
777
|
+
xmlSecAssert2(keyInfoCtx != NULL, -1);
|
778
|
+
xmlSecAssert2(keyInfoCtx->mode == xmlSecKeyInfoModeWrite, -1);
|
779
|
+
|
780
|
+
name = xmlSecKeyGetName(key);
|
781
|
+
if(name != NULL) {
|
782
|
+
xmlSecNodeEncodeAndSetContent(node, name);
|
783
|
+
}
|
784
|
+
return(0);
|
785
|
+
}
|
786
|
+
|
787
|
+
/**************************************************************************
|
788
|
+
*
|
789
|
+
* <dsig:KeyValue/> processing
|
790
|
+
*
|
791
|
+
*************************************************************************/
|
792
|
+
static int xmlSecKeyDataValueXmlRead (xmlSecKeyDataId id,
|
793
|
+
xmlSecKeyPtr key,
|
794
|
+
xmlNodePtr node,
|
795
|
+
xmlSecKeyInfoCtxPtr keyInfoCtx);
|
796
|
+
static int xmlSecKeyDataValueXmlWrite (xmlSecKeyDataId id,
|
797
|
+
xmlSecKeyPtr key,
|
798
|
+
xmlNodePtr node,
|
799
|
+
xmlSecKeyInfoCtxPtr keyInfoCtx);
|
800
|
+
|
801
|
+
static xmlSecKeyDataKlass xmlSecKeyDataValueKlass = {
|
802
|
+
sizeof(xmlSecKeyDataKlass),
|
803
|
+
sizeof(xmlSecKeyData),
|
804
|
+
|
805
|
+
/* data */
|
806
|
+
xmlSecNameKeyValue,
|
807
|
+
xmlSecKeyDataUsageKeyInfoNode, /* xmlSecKeyDataUsage usage; */
|
808
|
+
NULL, /* const xmlChar* href; */
|
809
|
+
xmlSecNodeKeyValue, /* const xmlChar* dataNodeName; */
|
810
|
+
xmlSecDSigNs, /* const xmlChar* dataNodeNs; */
|
811
|
+
|
812
|
+
/* constructors/destructor */
|
813
|
+
NULL, /* xmlSecKeyDataInitializeMethod initialize; */
|
814
|
+
NULL, /* xmlSecKeyDataDuplicateMethod duplicate; */
|
815
|
+
NULL, /* xmlSecKeyDataFinalizeMethod finalize; */
|
816
|
+
NULL, /* xmlSecKeyDataGenerateMethod generate; */
|
817
|
+
|
818
|
+
/* get info */
|
819
|
+
NULL, /* xmlSecKeyDataGetTypeMethod getType; */
|
820
|
+
NULL, /* xmlSecKeyDataGetSizeMethod getSize; */
|
821
|
+
NULL, /* xmlSecKeyDataGetIdentifier getIdentifier; */
|
822
|
+
|
823
|
+
/* read/write */
|
824
|
+
xmlSecKeyDataValueXmlRead, /* xmlSecKeyDataXmlReadMethod xmlRead; */
|
825
|
+
xmlSecKeyDataValueXmlWrite, /* xmlSecKeyDataXmlWriteMethod xmlWrite; */
|
826
|
+
NULL, /* xmlSecKeyDataBinReadMethod binRead; */
|
827
|
+
NULL, /* xmlSecKeyDataBinWriteMethod binWrite; */
|
828
|
+
|
829
|
+
/* debug */
|
830
|
+
NULL, /* xmlSecKeyDataDebugDumpMethod debugDump; */
|
831
|
+
NULL, /* xmlSecKeyDataDebugDumpMethod debugXmlDump; */
|
832
|
+
|
833
|
+
/* reserved for the future */
|
834
|
+
NULL, /* void* reserved0; */
|
835
|
+
NULL, /* void* reserved1; */
|
836
|
+
};
|
837
|
+
|
838
|
+
/**
|
839
|
+
* xmlSecKeyDataValueGetKlass:
|
840
|
+
*
|
841
|
+
* The <dsig:KeyValue/> element key data klass
|
842
|
+
* (http://www.w3.org/TR/xmldsig-core/#sec-KeyValue):
|
843
|
+
*
|
844
|
+
* The KeyValue element contains a single public key that may be useful in
|
845
|
+
* validating the signature.
|
846
|
+
*
|
847
|
+
* Returns: the <dsig:KeyValue/> element processing key data klass.
|
848
|
+
*/
|
849
|
+
xmlSecKeyDataId
|
850
|
+
xmlSecKeyDataValueGetKlass(void) {
|
851
|
+
return(&xmlSecKeyDataValueKlass);
|
852
|
+
}
|
853
|
+
|
854
|
+
static int
|
855
|
+
xmlSecKeyDataValueXmlRead(xmlSecKeyDataId id, xmlSecKeyPtr key, xmlNodePtr node, xmlSecKeyInfoCtxPtr keyInfoCtx) {
|
856
|
+
const xmlChar* nodeName;
|
857
|
+
const xmlChar* nodeNs;
|
858
|
+
xmlSecKeyDataId dataId;
|
859
|
+
xmlNodePtr cur;
|
860
|
+
int ret;
|
861
|
+
|
862
|
+
xmlSecAssert2(id == xmlSecKeyDataValueId, -1);
|
863
|
+
xmlSecAssert2(key != NULL, -1);
|
864
|
+
xmlSecAssert2(node != NULL, -1);
|
865
|
+
xmlSecAssert2(keyInfoCtx != NULL, -1);
|
866
|
+
xmlSecAssert2(keyInfoCtx->mode == xmlSecKeyInfoModeRead, -1);
|
867
|
+
|
868
|
+
cur = xmlSecGetNextElementNode(node->children);
|
869
|
+
if(cur == NULL) {
|
870
|
+
/* just an empty node */
|
871
|
+
return(0);
|
872
|
+
}
|
873
|
+
|
874
|
+
/* find data id */
|
875
|
+
nodeName = cur->name;
|
876
|
+
nodeNs = xmlSecGetNodeNsHref(cur);
|
877
|
+
|
878
|
+
/* use global list only if we don't have a local one */
|
879
|
+
if(xmlSecPtrListGetSize(&(keyInfoCtx->enabledKeyData)) > 0) {
|
880
|
+
dataId = xmlSecKeyDataIdListFindByNode(&(keyInfoCtx->enabledKeyData),
|
881
|
+
nodeName, nodeNs, xmlSecKeyDataUsageKeyValueNodeRead);
|
882
|
+
} else {
|
883
|
+
dataId = xmlSecKeyDataIdListFindByNode(xmlSecKeyDataIdsGet(),
|
884
|
+
nodeName, nodeNs, xmlSecKeyDataUsageKeyValueNodeRead);
|
885
|
+
}
|
886
|
+
if(dataId != xmlSecKeyDataIdUnknown) {
|
887
|
+
/* read data node */
|
888
|
+
ret = xmlSecKeyDataXmlRead(dataId, key, cur, keyInfoCtx);
|
889
|
+
if(ret < 0) {
|
890
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
891
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
892
|
+
"xmlSecKeyDataXmlRead",
|
893
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
894
|
+
"node=%s",
|
895
|
+
xmlSecErrorsSafeString(xmlSecNodeGetName(cur)));
|
896
|
+
return(-1);
|
897
|
+
}
|
898
|
+
} else if((keyInfoCtx->flags & XMLSEC_KEYINFO_FLAGS_KEYVALUE_STOP_ON_UNKNOWN_CHILD) != 0) {
|
899
|
+
/* laxi schema validation but application can disable it */
|
900
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
901
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
902
|
+
xmlSecErrorsSafeString(xmlSecNodeGetName(cur)),
|
903
|
+
XMLSEC_ERRORS_R_INVALID_NODE,
|
904
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
905
|
+
return(-1);
|
906
|
+
}
|
907
|
+
|
908
|
+
/* <dsig:KeyValue/> might have only one node */
|
909
|
+
cur = xmlSecGetNextElementNode(cur->next);
|
910
|
+
if(cur != NULL) {
|
911
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
912
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
913
|
+
xmlSecErrorsSafeString(xmlSecNodeGetName(cur)),
|
914
|
+
XMLSEC_ERRORS_R_UNEXPECTED_NODE,
|
915
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
916
|
+
return(-1);
|
917
|
+
}
|
918
|
+
|
919
|
+
return(0);
|
920
|
+
}
|
921
|
+
|
922
|
+
static int
|
923
|
+
xmlSecKeyDataValueXmlWrite(xmlSecKeyDataId id, xmlSecKeyPtr key, xmlNodePtr node, xmlSecKeyInfoCtxPtr keyInfoCtx) {
|
924
|
+
const xmlChar* nodeName;
|
925
|
+
const xmlChar* nodeNs;
|
926
|
+
xmlNodePtr cur;
|
927
|
+
int ret;
|
928
|
+
|
929
|
+
xmlSecAssert2(id == xmlSecKeyDataValueId, -1);
|
930
|
+
xmlSecAssert2(key != NULL, -1);
|
931
|
+
xmlSecAssert2(node != NULL, -1);
|
932
|
+
xmlSecAssert2(keyInfoCtx != NULL, -1);
|
933
|
+
xmlSecAssert2(keyInfoCtx->mode == xmlSecKeyInfoModeWrite, -1);
|
934
|
+
|
935
|
+
if(!xmlSecKeyDataIsValid(key->value) ||
|
936
|
+
!xmlSecKeyDataCheckUsage(key->value, xmlSecKeyDataUsageKeyValueNodeWrite)){
|
937
|
+
/* nothing to write */
|
938
|
+
return(0);
|
939
|
+
}
|
940
|
+
if((xmlSecPtrListGetSize(&(keyInfoCtx->enabledKeyData)) > 0) &&
|
941
|
+
(xmlSecKeyDataIdListFind(&(keyInfoCtx->enabledKeyData), id) != 1)) {
|
942
|
+
|
943
|
+
/* we are not enabled to write out key data with this id */
|
944
|
+
return(0);
|
945
|
+
}
|
946
|
+
if(xmlSecKeyReqMatchKey(&(keyInfoCtx->keyReq), key) != 1) {
|
947
|
+
/* we are not allowed to write out this key */
|
948
|
+
return(0);
|
949
|
+
}
|
950
|
+
|
951
|
+
nodeName = key->value->id->dataNodeName;
|
952
|
+
nodeNs = key->value->id->dataNodeNs;
|
953
|
+
xmlSecAssert2(nodeName != NULL, -1);
|
954
|
+
|
955
|
+
/* remove all existing key value */
|
956
|
+
xmlNodeSetContent(node, NULL);
|
957
|
+
|
958
|
+
/* create key node */
|
959
|
+
cur = xmlSecAddChild(node, nodeName, nodeNs);
|
960
|
+
if(cur == NULL) {
|
961
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
962
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
963
|
+
"xmlSecAddChild",
|
964
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
965
|
+
"node=%s",
|
966
|
+
xmlSecErrorsSafeString(xmlSecNodeGetName(node)));
|
967
|
+
return(-1);
|
968
|
+
}
|
969
|
+
|
970
|
+
ret = xmlSecKeyDataXmlWrite(key->value->id, key, cur, keyInfoCtx);
|
971
|
+
if(ret < 0) {
|
972
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
973
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
974
|
+
"xmlSecKeyDataXmlWrite",
|
975
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
976
|
+
"node=%s",
|
977
|
+
xmlSecErrorsSafeString(xmlSecNodeGetName(cur)));
|
978
|
+
return(-1);
|
979
|
+
}
|
980
|
+
|
981
|
+
return(0);
|
982
|
+
}
|
983
|
+
|
984
|
+
/**************************************************************************
|
985
|
+
*
|
986
|
+
* <dsig:RetrievalMethod/> processing
|
987
|
+
*
|
988
|
+
*************************************************************************/
|
989
|
+
static int xmlSecKeyDataRetrievalMethodXmlRead(xmlSecKeyDataId id,
|
990
|
+
xmlSecKeyPtr key,
|
991
|
+
xmlNodePtr node,
|
992
|
+
xmlSecKeyInfoCtxPtr keyInfoCtx);
|
993
|
+
static int xmlSecKeyDataRetrievalMethodXmlWrite(xmlSecKeyDataId id,
|
994
|
+
xmlSecKeyPtr key,
|
995
|
+
xmlNodePtr node,
|
996
|
+
xmlSecKeyInfoCtxPtr keyInfoCtx);
|
997
|
+
|
998
|
+
|
999
|
+
|
1000
|
+
static xmlSecKeyDataKlass xmlSecKeyDataRetrievalMethodKlass = {
|
1001
|
+
sizeof(xmlSecKeyDataKlass),
|
1002
|
+
sizeof(xmlSecKeyData),
|
1003
|
+
|
1004
|
+
/* data */
|
1005
|
+
xmlSecNameRetrievalMethod,
|
1006
|
+
xmlSecKeyDataUsageKeyInfoNode, /* xmlSecKeyDataUsage usage; */
|
1007
|
+
NULL, /* const xmlChar* href; */
|
1008
|
+
xmlSecNodeRetrievalMethod, /* const xmlChar* dataNodeName; */
|
1009
|
+
xmlSecDSigNs, /* const xmlChar* dataNodeNs; */
|
1010
|
+
|
1011
|
+
/* constructors/destructor */
|
1012
|
+
NULL, /* xmlSecKeyDataInitializeMethod initialize; */
|
1013
|
+
NULL, /* xmlSecKeyDataDuplicateMethod duplicate; */
|
1014
|
+
NULL, /* xmlSecKeyDataFinalizeMethod finalize; */
|
1015
|
+
NULL, /* xmlSecKeyDataGenerateMethod generate; */
|
1016
|
+
|
1017
|
+
/* get info */
|
1018
|
+
NULL, /* xmlSecKeyDataGetTypeMethod getType; */
|
1019
|
+
NULL, /* xmlSecKeyDataGetSizeMethod getSize; */
|
1020
|
+
NULL, /* xmlSecKeyDataGetIdentifier getIdentifier; */
|
1021
|
+
|
1022
|
+
/* read/write */
|
1023
|
+
xmlSecKeyDataRetrievalMethodXmlRead, /* xmlSecKeyDataXmlReadMethod xmlRead; */
|
1024
|
+
xmlSecKeyDataRetrievalMethodXmlWrite, /* xmlSecKeyDataXmlWriteMethod xmlWrite; */
|
1025
|
+
NULL, /* xmlSecKeyDataBinReadMethod binRead; */
|
1026
|
+
NULL, /* xmlSecKeyDataBinWriteMethod binWrite; */
|
1027
|
+
|
1028
|
+
/* debug */
|
1029
|
+
NULL, /* xmlSecKeyDataDebugDumpMethod debugDump; */
|
1030
|
+
NULL, /* xmlSecKeyDataDebugDumpMethod debugXmlDump; */
|
1031
|
+
|
1032
|
+
/* reserved for the future */
|
1033
|
+
NULL, /* void* reserved0; */
|
1034
|
+
NULL, /* void* reserved1; */
|
1035
|
+
};
|
1036
|
+
|
1037
|
+
static int xmlSecKeyDataRetrievalMethodReadXmlResult(xmlSecKeyDataId typeId,
|
1038
|
+
xmlSecKeyPtr key,
|
1039
|
+
const xmlChar* buffer,
|
1040
|
+
xmlSecSize bufferSize,
|
1041
|
+
xmlSecKeyInfoCtxPtr keyInfoCtx);
|
1042
|
+
|
1043
|
+
/**
|
1044
|
+
* xmlSecKeyDataRetrievalMethodGetKlass:
|
1045
|
+
*
|
1046
|
+
* The <dsig:RetrievalMethod/> element key data klass
|
1047
|
+
* (http://www.w3.org/TR/xmldsig-core/#sec-RetrievalMethod):
|
1048
|
+
* A RetrievalMethod element within KeyInfo is used to convey a reference to
|
1049
|
+
* KeyInfo information that is stored at another location. For example,
|
1050
|
+
* several signatures in a document might use a key verified by an X.509v3
|
1051
|
+
* certificate chain appearing once in the document or remotely outside the
|
1052
|
+
* document; each signature's KeyInfo can reference this chain using a single
|
1053
|
+
* RetrievalMethod element instead of including the entire chain with a
|
1054
|
+
* sequence of X509Certificate elements.
|
1055
|
+
*
|
1056
|
+
* RetrievalMethod uses the same syntax and dereferencing behavior as
|
1057
|
+
* Reference's URI and The Reference Processing Model.
|
1058
|
+
*
|
1059
|
+
* Returns: the <dsig:RetrievalMethod/> element processing key data klass.
|
1060
|
+
*/
|
1061
|
+
xmlSecKeyDataId
|
1062
|
+
xmlSecKeyDataRetrievalMethodGetKlass(void) {
|
1063
|
+
return(&xmlSecKeyDataRetrievalMethodKlass);
|
1064
|
+
}
|
1065
|
+
|
1066
|
+
static int
|
1067
|
+
xmlSecKeyDataRetrievalMethodXmlRead(xmlSecKeyDataId id, xmlSecKeyPtr key, xmlNodePtr node, xmlSecKeyInfoCtxPtr keyInfoCtx) {
|
1068
|
+
xmlSecKeyDataId dataId = xmlSecKeyDataIdUnknown;
|
1069
|
+
xmlChar *retrType = NULL;
|
1070
|
+
xmlChar *uri = NULL;
|
1071
|
+
xmlNodePtr cur;
|
1072
|
+
int res = -1;
|
1073
|
+
int ret;
|
1074
|
+
|
1075
|
+
xmlSecAssert2(id == xmlSecKeyDataRetrievalMethodId, -1);
|
1076
|
+
xmlSecAssert2(key != NULL, -1);
|
1077
|
+
xmlSecAssert2(node != NULL, -1);
|
1078
|
+
xmlSecAssert2(node->doc != NULL, -1);
|
1079
|
+
xmlSecAssert2(keyInfoCtx != NULL, -1);
|
1080
|
+
xmlSecAssert2(keyInfoCtx->mode == xmlSecKeyInfoModeRead, -1);
|
1081
|
+
|
1082
|
+
/* check retrieval level */
|
1083
|
+
if(keyInfoCtx->curRetrievalMethodLevel >= keyInfoCtx->maxRetrievalMethodLevel) {
|
1084
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1085
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
1086
|
+
NULL,
|
1087
|
+
XMLSEC_ERRORS_R_MAX_RETRIEVALS_LEVEL,
|
1088
|
+
"cur=%d;max=%d",
|
1089
|
+
keyInfoCtx->curRetrievalMethodLevel,
|
1090
|
+
keyInfoCtx->maxRetrievalMethodLevel);
|
1091
|
+
goto done;
|
1092
|
+
}
|
1093
|
+
++keyInfoCtx->curRetrievalMethodLevel;
|
1094
|
+
|
1095
|
+
retrType = xmlGetProp(node, xmlSecAttrType);
|
1096
|
+
if(retrType != NULL) {
|
1097
|
+
/* use global list only if we don't have a local one */
|
1098
|
+
if(xmlSecPtrListGetSize(&(keyInfoCtx->enabledKeyData)) > 0) {
|
1099
|
+
dataId = xmlSecKeyDataIdListFindByHref(&(keyInfoCtx->enabledKeyData),
|
1100
|
+
retrType, xmlSecKeyDataUsageRetrievalMethodNode);
|
1101
|
+
} else {
|
1102
|
+
dataId = xmlSecKeyDataIdListFindByHref(xmlSecKeyDataIdsGet(),
|
1103
|
+
retrType, xmlSecKeyDataUsageRetrievalMethodNode);
|
1104
|
+
}
|
1105
|
+
}
|
1106
|
+
|
1107
|
+
/* laxi schema validation but aplication can disable it */
|
1108
|
+
if(dataId == xmlSecKeyDataIdUnknown) {
|
1109
|
+
if((keyInfoCtx->flags & XMLSEC_KEYINFO_FLAGS_RETRMETHOD_STOP_ON_UNKNOWN_HREF) != 0) {
|
1110
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1111
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
1112
|
+
xmlSecErrorsSafeString(xmlSecAttrType),
|
1113
|
+
XMLSEC_ERRORS_R_INVALID_NODE_ATTRIBUTE,
|
1114
|
+
"value=%s", xmlSecErrorsSafeString(retrType));
|
1115
|
+
} else {
|
1116
|
+
res = 0;
|
1117
|
+
}
|
1118
|
+
goto done;
|
1119
|
+
}
|
1120
|
+
|
1121
|
+
/* destroy prev retrieval method context */
|
1122
|
+
xmlSecTransformCtxReset(&(keyInfoCtx->retrievalMethodCtx));
|
1123
|
+
|
1124
|
+
/* set start URI and check that it is enabled */
|
1125
|
+
uri = xmlGetProp(node, xmlSecAttrURI);
|
1126
|
+
ret = xmlSecTransformCtxSetUri(&(keyInfoCtx->retrievalMethodCtx), uri, node);
|
1127
|
+
if(ret < 0) {
|
1128
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1129
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
1130
|
+
"xmlSecTransformCtxSetUri",
|
1131
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1132
|
+
"uri=%s",
|
1133
|
+
xmlSecErrorsSafeString(uri));
|
1134
|
+
goto done;
|
1135
|
+
}
|
1136
|
+
|
1137
|
+
/* the only one node is optional Transforms node */
|
1138
|
+
cur = xmlSecGetNextElementNode(node->children);
|
1139
|
+
if((cur != NULL) && (xmlSecCheckNodeName(cur, xmlSecNodeTransforms, xmlSecDSigNs))) {
|
1140
|
+
ret = xmlSecTransformCtxNodesListRead(&(keyInfoCtx->retrievalMethodCtx),
|
1141
|
+
cur, xmlSecTransformUsageDSigTransform);
|
1142
|
+
if(ret < 0) {
|
1143
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1144
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
1145
|
+
"xmlSecTransformCtxNodesListRead",
|
1146
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1147
|
+
"node=%s",
|
1148
|
+
xmlSecErrorsSafeString(xmlSecNodeGetName(cur)));
|
1149
|
+
goto done;
|
1150
|
+
}
|
1151
|
+
cur = xmlSecGetNextElementNode(cur->next);
|
1152
|
+
}
|
1153
|
+
|
1154
|
+
if(cur != NULL) {
|
1155
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1156
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
1157
|
+
xmlSecErrorsSafeString(xmlSecNodeGetName(cur)),
|
1158
|
+
XMLSEC_ERRORS_R_UNEXPECTED_NODE,
|
1159
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1160
|
+
goto done;
|
1161
|
+
}
|
1162
|
+
|
1163
|
+
/* finally get transforms results */
|
1164
|
+
ret = xmlSecTransformCtxExecute(&(keyInfoCtx->retrievalMethodCtx), node->doc);
|
1165
|
+
if((ret < 0) ||
|
1166
|
+
(keyInfoCtx->retrievalMethodCtx.result == NULL) ||
|
1167
|
+
(xmlSecBufferGetData(keyInfoCtx->retrievalMethodCtx.result) == NULL)) {
|
1168
|
+
|
1169
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1170
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
1171
|
+
"xmlSecTransformCtxExecute",
|
1172
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1173
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1174
|
+
goto done;
|
1175
|
+
}
|
1176
|
+
|
1177
|
+
|
1178
|
+
/* assume that the data is in XML if we could not find id */
|
1179
|
+
if((dataId == xmlSecKeyDataIdUnknown) ||
|
1180
|
+
((dataId->usage & xmlSecKeyDataUsageRetrievalMethodNodeXml) != 0)) {
|
1181
|
+
|
1182
|
+
ret = xmlSecKeyDataRetrievalMethodReadXmlResult(dataId, key,
|
1183
|
+
xmlSecBufferGetData(keyInfoCtx->retrievalMethodCtx.result),
|
1184
|
+
xmlSecBufferGetSize(keyInfoCtx->retrievalMethodCtx.result),
|
1185
|
+
keyInfoCtx);
|
1186
|
+
if(ret < 0) {
|
1187
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1188
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
1189
|
+
"xmlSecKeyDataRetrievalMethodReadXmlResult",
|
1190
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1191
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1192
|
+
goto done;
|
1193
|
+
}
|
1194
|
+
} else {
|
1195
|
+
ret = xmlSecKeyDataBinRead(dataId, key,
|
1196
|
+
xmlSecBufferGetData(keyInfoCtx->retrievalMethodCtx.result),
|
1197
|
+
xmlSecBufferGetSize(keyInfoCtx->retrievalMethodCtx.result),
|
1198
|
+
keyInfoCtx);
|
1199
|
+
if(ret < 0) {
|
1200
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1201
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
1202
|
+
"xmlSecKeyDataBinRead",
|
1203
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1204
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1205
|
+
goto done;
|
1206
|
+
}
|
1207
|
+
}
|
1208
|
+
--keyInfoCtx->curRetrievalMethodLevel;
|
1209
|
+
|
1210
|
+
res = 0;
|
1211
|
+
done:
|
1212
|
+
if(uri != NULL) {
|
1213
|
+
xmlFree(uri);
|
1214
|
+
}
|
1215
|
+
if(retrType != NULL) {
|
1216
|
+
xmlFree(retrType);
|
1217
|
+
}
|
1218
|
+
return(res);
|
1219
|
+
}
|
1220
|
+
|
1221
|
+
static int
|
1222
|
+
xmlSecKeyDataRetrievalMethodXmlWrite(xmlSecKeyDataId id, xmlSecKeyPtr key, xmlNodePtr node, xmlSecKeyInfoCtxPtr keyInfoCtx) {
|
1223
|
+
xmlSecAssert2(id == xmlSecKeyDataRetrievalMethodId, -1);
|
1224
|
+
xmlSecAssert2(key != NULL, -1);
|
1225
|
+
xmlSecAssert2(node != NULL, -1);
|
1226
|
+
xmlSecAssert2(keyInfoCtx != NULL, -1);
|
1227
|
+
xmlSecAssert2(keyInfoCtx->mode == xmlSecKeyInfoModeWrite, -1);
|
1228
|
+
|
1229
|
+
/* just do nothing */
|
1230
|
+
return(0);
|
1231
|
+
}
|
1232
|
+
|
1233
|
+
static int
|
1234
|
+
xmlSecKeyDataRetrievalMethodReadXmlResult(xmlSecKeyDataId typeId, xmlSecKeyPtr key,
|
1235
|
+
const xmlChar* buffer, xmlSecSize bufferSize,
|
1236
|
+
xmlSecKeyInfoCtxPtr keyInfoCtx) {
|
1237
|
+
xmlDocPtr doc;
|
1238
|
+
xmlNodePtr cur;
|
1239
|
+
const xmlChar* nodeName;
|
1240
|
+
const xmlChar* nodeNs;
|
1241
|
+
xmlSecKeyDataId dataId;
|
1242
|
+
int ret;
|
1243
|
+
|
1244
|
+
xmlSecAssert2(key != NULL, -1);
|
1245
|
+
xmlSecAssert2(buffer != NULL, -1);
|
1246
|
+
xmlSecAssert2(bufferSize > 0, -1);
|
1247
|
+
xmlSecAssert2(keyInfoCtx != NULL, -1);
|
1248
|
+
xmlSecAssert2(keyInfoCtx->mode == xmlSecKeyInfoModeRead, -1);
|
1249
|
+
|
1250
|
+
doc = xmlRecoverMemory((const char*)buffer, bufferSize);
|
1251
|
+
if(doc == NULL) {
|
1252
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1253
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(typeId)),
|
1254
|
+
"xmlRecoverMemory",
|
1255
|
+
XMLSEC_ERRORS_R_XML_FAILED,
|
1256
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1257
|
+
return(-1);
|
1258
|
+
}
|
1259
|
+
|
1260
|
+
cur = xmlDocGetRootElement(doc);
|
1261
|
+
if(cur == NULL) {
|
1262
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1263
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(typeId)),
|
1264
|
+
"xmlDocGetRootElement",
|
1265
|
+
XMLSEC_ERRORS_R_XML_FAILED,
|
1266
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1267
|
+
xmlFreeDoc(doc);
|
1268
|
+
return(-1);
|
1269
|
+
}
|
1270
|
+
|
1271
|
+
nodeName = cur->name;
|
1272
|
+
nodeNs = xmlSecGetNodeNsHref(cur);
|
1273
|
+
|
1274
|
+
/* use global list only if we don't have a local one */
|
1275
|
+
if(xmlSecPtrListGetSize(&(keyInfoCtx->enabledKeyData)) > 0) {
|
1276
|
+
dataId = xmlSecKeyDataIdListFindByNode(&(keyInfoCtx->enabledKeyData),
|
1277
|
+
nodeName, nodeNs, xmlSecKeyDataUsageRetrievalMethodNodeXml);
|
1278
|
+
} else {
|
1279
|
+
dataId = xmlSecKeyDataIdListFindByNode(xmlSecKeyDataIdsGet(),
|
1280
|
+
nodeName, nodeNs, xmlSecKeyDataUsageRetrievalMethodNodeXml);
|
1281
|
+
}
|
1282
|
+
if(dataId == xmlSecKeyDataIdUnknown) {
|
1283
|
+
xmlFreeDoc(doc);
|
1284
|
+
|
1285
|
+
/* laxi schema validation but application can disable it */
|
1286
|
+
if((keyInfoCtx->flags & XMLSEC_KEYINFO_FLAGS_KEYVALUE_STOP_ON_UNKNOWN_CHILD) != 0) {
|
1287
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1288
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(typeId)),
|
1289
|
+
xmlSecErrorsSafeString(xmlSecNodeGetName(cur)),
|
1290
|
+
XMLSEC_ERRORS_R_INVALID_NODE,
|
1291
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1292
|
+
return(-1);
|
1293
|
+
}
|
1294
|
+
return(0);
|
1295
|
+
} else if((typeId != xmlSecKeyDataIdUnknown) && (typeId != dataId) &&
|
1296
|
+
((keyInfoCtx->flags & XMLSEC_KEYINFO_FLAGS_RETRMETHOD_STOP_ON_MISMATCH_HREF) != 0)) {
|
1297
|
+
|
1298
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1299
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(typeId)),
|
1300
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(dataId)),
|
1301
|
+
XMLSEC_ERRORS_R_MAX_RETRIEVAL_TYPE_MISMATCH,
|
1302
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1303
|
+
xmlFreeDoc(doc);
|
1304
|
+
return(-1);
|
1305
|
+
}
|
1306
|
+
|
1307
|
+
/* read data node */
|
1308
|
+
ret = xmlSecKeyDataXmlRead(dataId, key, cur, keyInfoCtx);
|
1309
|
+
if(ret < 0) {
|
1310
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1311
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(typeId)),
|
1312
|
+
"xmlSecKeyDataXmlRead",
|
1313
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1314
|
+
"node=%s",
|
1315
|
+
xmlSecErrorsSafeString(xmlSecNodeGetName(cur)));
|
1316
|
+
xmlFreeDoc(doc);
|
1317
|
+
return(-1);
|
1318
|
+
}
|
1319
|
+
|
1320
|
+
xmlFreeDoc(doc);
|
1321
|
+
return(0);
|
1322
|
+
}
|
1323
|
+
|
1324
|
+
|
1325
|
+
#ifndef XMLSEC_NO_XMLENC
|
1326
|
+
/**************************************************************************
|
1327
|
+
*
|
1328
|
+
* <enc:EncryptedKey/> processing
|
1329
|
+
*
|
1330
|
+
*************************************************************************/
|
1331
|
+
static int xmlSecKeyDataEncryptedKeyXmlRead (xmlSecKeyDataId id,
|
1332
|
+
xmlSecKeyPtr key,
|
1333
|
+
xmlNodePtr node,
|
1334
|
+
xmlSecKeyInfoCtxPtr keyInfoCtx);
|
1335
|
+
static int xmlSecKeyDataEncryptedKeyXmlWrite (xmlSecKeyDataId id,
|
1336
|
+
xmlSecKeyPtr key,
|
1337
|
+
xmlNodePtr node,
|
1338
|
+
xmlSecKeyInfoCtxPtr keyInfoCtx);
|
1339
|
+
|
1340
|
+
|
1341
|
+
|
1342
|
+
static xmlSecKeyDataKlass xmlSecKeyDataEncryptedKeyKlass = {
|
1343
|
+
sizeof(xmlSecKeyDataKlass),
|
1344
|
+
sizeof(xmlSecKeyData),
|
1345
|
+
|
1346
|
+
/* data */
|
1347
|
+
xmlSecNameEncryptedKey,
|
1348
|
+
xmlSecKeyDataUsageKeyInfoNode | xmlSecKeyDataUsageRetrievalMethodNodeXml,
|
1349
|
+
/* xmlSecKeyDataUsage usage; */
|
1350
|
+
xmlSecHrefEncryptedKey, /* const xmlChar* href; */
|
1351
|
+
xmlSecNodeEncryptedKey, /* const xmlChar* dataNodeName; */
|
1352
|
+
xmlSecEncNs, /* const xmlChar* dataNodeNs; */
|
1353
|
+
|
1354
|
+
/* constructors/destructor */
|
1355
|
+
NULL, /* xmlSecKeyDataInitializeMethod initialize; */
|
1356
|
+
NULL, /* xmlSecKeyDataDuplicateMethod duplicate; */
|
1357
|
+
NULL, /* xmlSecKeyDataFinalizeMethod finalize; */
|
1358
|
+
NULL, /* xmlSecKeyDataGenerateMethod generate; */
|
1359
|
+
|
1360
|
+
/* get info */
|
1361
|
+
NULL, /* xmlSecKeyDataGetTypeMethod getType; */
|
1362
|
+
NULL, /* xmlSecKeyDataGetSizeMethod getSize; */
|
1363
|
+
NULL, /* xmlSecKeyDataGetIdentifier getIdentifier; */
|
1364
|
+
|
1365
|
+
/* read/write */
|
1366
|
+
xmlSecKeyDataEncryptedKeyXmlRead, /* xmlSecKeyDataXmlReadMethod xmlRead; */
|
1367
|
+
xmlSecKeyDataEncryptedKeyXmlWrite, /* xmlSecKeyDataXmlWriteMethod xmlWrite; */
|
1368
|
+
NULL, /* xmlSecKeyDataBinReadMethod binRead; */
|
1369
|
+
NULL, /* xmlSecKeyDataBinWriteMethod binWrite; */
|
1370
|
+
|
1371
|
+
/* debug */
|
1372
|
+
NULL, /* xmlSecKeyDataDebugDumpMethod debugDump; */
|
1373
|
+
NULL, /* xmlSecKeyDataDebugDumpMethod debugXmlDump; */
|
1374
|
+
|
1375
|
+
/* reserved for the future */
|
1376
|
+
NULL, /* void* reserved0; */
|
1377
|
+
NULL, /* void* reserved1; */
|
1378
|
+
};
|
1379
|
+
|
1380
|
+
/**
|
1381
|
+
* xmlSecKeyDataEncryptedKeyGetKlass:
|
1382
|
+
*
|
1383
|
+
* The <enc:EncryptedKey/> element key data klass
|
1384
|
+
* (http://www.w3.org/TR/xmlenc-core/#sec-EncryptedKey):
|
1385
|
+
*
|
1386
|
+
* The EncryptedKey element is used to transport encryption keys from
|
1387
|
+
* the originator to a known recipient(s). It may be used as a stand-alone
|
1388
|
+
* XML document, be placed within an application document, or appear inside
|
1389
|
+
* an EncryptedData element as a child of a ds:KeyInfo element. The key value
|
1390
|
+
* is always encrypted to the recipient(s). When EncryptedKey is decrypted the
|
1391
|
+
* resulting octets are made available to the EncryptionMethod algorithm
|
1392
|
+
* without any additional processing.
|
1393
|
+
*
|
1394
|
+
* Returns: the <enc:EncryptedKey/> element processing key data klass.
|
1395
|
+
*/
|
1396
|
+
xmlSecKeyDataId
|
1397
|
+
xmlSecKeyDataEncryptedKeyGetKlass(void) {
|
1398
|
+
return(&xmlSecKeyDataEncryptedKeyKlass);
|
1399
|
+
}
|
1400
|
+
|
1401
|
+
static int
|
1402
|
+
xmlSecKeyDataEncryptedKeyXmlRead(xmlSecKeyDataId id, xmlSecKeyPtr key, xmlNodePtr node, xmlSecKeyInfoCtxPtr keyInfoCtx) {
|
1403
|
+
xmlSecBufferPtr result;
|
1404
|
+
int ret;
|
1405
|
+
|
1406
|
+
xmlSecAssert2(id == xmlSecKeyDataEncryptedKeyId, -1);
|
1407
|
+
xmlSecAssert2(key != NULL, -1);
|
1408
|
+
xmlSecAssert2(node != NULL, -1);
|
1409
|
+
xmlSecAssert2(keyInfoCtx != NULL, -1);
|
1410
|
+
xmlSecAssert2(keyInfoCtx->mode == xmlSecKeyInfoModeRead, -1);
|
1411
|
+
|
1412
|
+
/* check the enc level */
|
1413
|
+
if(keyInfoCtx->curEncryptedKeyLevel >= keyInfoCtx->maxEncryptedKeyLevel) {
|
1414
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1415
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
1416
|
+
NULL,
|
1417
|
+
XMLSEC_ERRORS_R_MAX_ENCKEY_LEVEL,
|
1418
|
+
"cur=%d;max=%d",
|
1419
|
+
keyInfoCtx->curEncryptedKeyLevel,
|
1420
|
+
keyInfoCtx->maxEncryptedKeyLevel);
|
1421
|
+
return(-1);
|
1422
|
+
}
|
1423
|
+
++keyInfoCtx->curEncryptedKeyLevel;
|
1424
|
+
|
1425
|
+
/* init Enc context */
|
1426
|
+
if(keyInfoCtx->encCtx != NULL) {
|
1427
|
+
xmlSecEncCtxReset(keyInfoCtx->encCtx);
|
1428
|
+
} else {
|
1429
|
+
ret = xmlSecKeyInfoCtxCreateEncCtx(keyInfoCtx);
|
1430
|
+
if(ret < 0) {
|
1431
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1432
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
1433
|
+
"xmlSecKeyInfoCtxCreateEncCtx",
|
1434
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1435
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1436
|
+
return(-1);
|
1437
|
+
}
|
1438
|
+
}
|
1439
|
+
xmlSecAssert2(keyInfoCtx->encCtx != NULL, -1);
|
1440
|
+
|
1441
|
+
result = xmlSecEncCtxDecryptToBuffer(keyInfoCtx->encCtx, node);
|
1442
|
+
if((result == NULL) || (xmlSecBufferGetData(result) == NULL)) {
|
1443
|
+
/* We might have multiple EncryptedKey elements, encrypted
|
1444
|
+
* for different receipints but application can enforce
|
1445
|
+
* correct enc key.
|
1446
|
+
*/
|
1447
|
+
if((keyInfoCtx->flags & XMLSEC_KEYINFO_FLAGS_ENCKEY_DONT_STOP_ON_FAILED_DECRYPTION) != 0) {
|
1448
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1449
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
1450
|
+
"xmlSecEncCtxDecryptToBuffer",
|
1451
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1452
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1453
|
+
return(-1);
|
1454
|
+
}
|
1455
|
+
return(0);
|
1456
|
+
}
|
1457
|
+
|
1458
|
+
ret = xmlSecKeyDataBinRead(keyInfoCtx->keyReq.keyId, key,
|
1459
|
+
xmlSecBufferGetData(result),
|
1460
|
+
xmlSecBufferGetSize(result),
|
1461
|
+
keyInfoCtx);
|
1462
|
+
if(ret < 0) {
|
1463
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1464
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
1465
|
+
"xmlSecKeyDataBinRead",
|
1466
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1467
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1468
|
+
return(-1);
|
1469
|
+
}
|
1470
|
+
--keyInfoCtx->curEncryptedKeyLevel;
|
1471
|
+
|
1472
|
+
return(0);
|
1473
|
+
}
|
1474
|
+
|
1475
|
+
static int
|
1476
|
+
xmlSecKeyDataEncryptedKeyXmlWrite(xmlSecKeyDataId id, xmlSecKeyPtr key, xmlNodePtr node, xmlSecKeyInfoCtxPtr keyInfoCtx) {
|
1477
|
+
xmlSecKeyInfoCtx keyInfoCtx2;
|
1478
|
+
xmlSecByte *keyBuf = NULL;
|
1479
|
+
xmlSecSize keySize = 0;
|
1480
|
+
int res = -1;
|
1481
|
+
int ret;
|
1482
|
+
|
1483
|
+
xmlSecAssert2(id == xmlSecKeyDataEncryptedKeyId, -1);
|
1484
|
+
xmlSecAssert2(key != NULL, -1);
|
1485
|
+
xmlSecAssert2(xmlSecKeyIsValid(key), -1);
|
1486
|
+
xmlSecAssert2(node != NULL, -1);
|
1487
|
+
xmlSecAssert2(keyInfoCtx != NULL, -1);
|
1488
|
+
xmlSecAssert2(keyInfoCtx->mode == xmlSecKeyInfoModeWrite, -1);
|
1489
|
+
|
1490
|
+
/* dump key to a binary buffer */
|
1491
|
+
ret = xmlSecKeyInfoCtxInitialize(&keyInfoCtx2, NULL);
|
1492
|
+
if(ret < 0) {
|
1493
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1494
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
1495
|
+
"xmlSecKeyInfoCtxInitialize",
|
1496
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1497
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1498
|
+
goto done;
|
1499
|
+
}
|
1500
|
+
|
1501
|
+
ret = xmlSecKeyInfoCtxCopyUserPref(&keyInfoCtx2, keyInfoCtx);
|
1502
|
+
if(ret < 0) {
|
1503
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1504
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
1505
|
+
"xmlSecKeyInfoCtxCopyUserPref",
|
1506
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1507
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1508
|
+
xmlSecKeyInfoCtxFinalize(&keyInfoCtx2);
|
1509
|
+
goto done;
|
1510
|
+
}
|
1511
|
+
|
1512
|
+
keyInfoCtx2.keyReq.keyType = xmlSecKeyDataTypeAny;
|
1513
|
+
ret = xmlSecKeyDataBinWrite(key->value->id, key, &keyBuf, &keySize, &keyInfoCtx2);
|
1514
|
+
if(ret < 0) {
|
1515
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1516
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
1517
|
+
"xmlSecKeyDataBinWrite",
|
1518
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1519
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1520
|
+
xmlSecKeyInfoCtxFinalize(&keyInfoCtx2);
|
1521
|
+
goto done;
|
1522
|
+
}
|
1523
|
+
xmlSecKeyInfoCtxFinalize(&keyInfoCtx2);
|
1524
|
+
|
1525
|
+
/* init Enc context */
|
1526
|
+
if(keyInfoCtx->encCtx != NULL) {
|
1527
|
+
xmlSecEncCtxReset(keyInfoCtx->encCtx);
|
1528
|
+
} else {
|
1529
|
+
ret = xmlSecKeyInfoCtxCreateEncCtx(keyInfoCtx);
|
1530
|
+
if(ret < 0) {
|
1531
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1532
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
1533
|
+
"xmlSecKeyInfoCtxCreateEncCtx",
|
1534
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1535
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1536
|
+
goto done;
|
1537
|
+
}
|
1538
|
+
}
|
1539
|
+
xmlSecAssert2(keyInfoCtx->encCtx != NULL, -1);
|
1540
|
+
|
1541
|
+
ret = xmlSecEncCtxBinaryEncrypt(keyInfoCtx->encCtx, node, keyBuf, keySize);
|
1542
|
+
if(ret < 0) {
|
1543
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1544
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
1545
|
+
"xmlSecEncCtxBinaryEncrypt",
|
1546
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1547
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1548
|
+
goto done;
|
1549
|
+
}
|
1550
|
+
|
1551
|
+
res = 0;
|
1552
|
+
done:
|
1553
|
+
if(keyBuf != NULL) {
|
1554
|
+
memset(keyBuf, 0, keySize);
|
1555
|
+
xmlFree(keyBuf); keyBuf = NULL;
|
1556
|
+
}
|
1557
|
+
return(res);
|
1558
|
+
}
|
1559
|
+
|
1560
|
+
#endif /* XMLSEC_NO_XMLENC */
|
1561
|
+
|