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,1960 @@
|
|
1
|
+
/**
|
2
|
+
* XMLSec library
|
3
|
+
*
|
4
|
+
* X509 support
|
5
|
+
*
|
6
|
+
*
|
7
|
+
* This is free software; see Copyright file in the source
|
8
|
+
* distribution for preciese wording.
|
9
|
+
*
|
10
|
+
* Copyright (C) 2010 Aleksey Sanin <aleksey@aleksey.com>
|
11
|
+
*/
|
12
|
+
#include "globals.h"
|
13
|
+
|
14
|
+
#ifndef XMLSEC_NO_X509
|
15
|
+
|
16
|
+
#include <stdlib.h>
|
17
|
+
#include <stdio.h>
|
18
|
+
#include <string.h>
|
19
|
+
#include <ctype.h>
|
20
|
+
#include <errno.h>
|
21
|
+
#include <time.h>
|
22
|
+
|
23
|
+
#include <libxml/tree.h>
|
24
|
+
|
25
|
+
#include <xmlsec/xmlsec.h>
|
26
|
+
#include <xmlsec/xmltree.h>
|
27
|
+
#include <xmlsec/keys.h>
|
28
|
+
#include <xmlsec/keyinfo.h>
|
29
|
+
#include <xmlsec/keysmngr.h>
|
30
|
+
#include <xmlsec/x509.h>
|
31
|
+
#include <xmlsec/base64.h>
|
32
|
+
#include <xmlsec/errors.h>
|
33
|
+
#include <xmlsec/private.h>
|
34
|
+
|
35
|
+
#include <xmlsec/gnutls/crypto.h>
|
36
|
+
#include <xmlsec/gnutls/x509.h>
|
37
|
+
|
38
|
+
#include "x509utils.h"
|
39
|
+
|
40
|
+
/*************************************************************************
|
41
|
+
*
|
42
|
+
* X509 utility functions
|
43
|
+
*
|
44
|
+
************************************************************************/
|
45
|
+
static int xmlSecGnuTLSX509DataNodeRead (xmlSecKeyDataPtr data,
|
46
|
+
xmlNodePtr node,
|
47
|
+
xmlSecKeyInfoCtxPtr keyInfoCtx);
|
48
|
+
static int xmlSecGnuTLSX509CertificateNodeRead (xmlSecKeyDataPtr data,
|
49
|
+
xmlNodePtr node,
|
50
|
+
xmlSecKeyInfoCtxPtr keyInfoCtx);
|
51
|
+
static int xmlSecGnuTLSX509CertificateNodeWrite (gnutls_x509_crt_t cert,
|
52
|
+
xmlNodePtr node,
|
53
|
+
xmlSecKeyInfoCtxPtr keyInfoCtx);
|
54
|
+
static int xmlSecGnuTLSX509SubjectNameNodeRead (xmlSecKeyDataPtr data,
|
55
|
+
xmlNodePtr node,
|
56
|
+
xmlSecKeyInfoCtxPtr keyInfoCtx);
|
57
|
+
static int xmlSecGnuTLSX509SubjectNameNodeWrite (gnutls_x509_crt_t cert,
|
58
|
+
xmlNodePtr node,
|
59
|
+
xmlSecKeyInfoCtxPtr keyInfoCtx);
|
60
|
+
static int xmlSecGnuTLSX509IssuerSerialNodeRead (xmlSecKeyDataPtr data,
|
61
|
+
xmlNodePtr node,
|
62
|
+
xmlSecKeyInfoCtxPtr keyInfoCtx);
|
63
|
+
static int xmlSecGnuTLSX509IssuerSerialNodeWrite (gnutls_x509_crt_t cert,
|
64
|
+
xmlNodePtr node,
|
65
|
+
xmlSecKeyInfoCtxPtr keyInfoCtx);
|
66
|
+
static int xmlSecGnuTLSX509SKINodeRead (xmlSecKeyDataPtr data,
|
67
|
+
xmlNodePtr node,
|
68
|
+
xmlSecKeyInfoCtxPtr keyInfoCtx);
|
69
|
+
static int xmlSecGnuTLSX509SKINodeWrite (gnutls_x509_crt_t cert,
|
70
|
+
xmlNodePtr node,
|
71
|
+
xmlSecKeyInfoCtxPtr keyInfoCtx);
|
72
|
+
static int xmlSecGnuTLSX509CRLNodeRead (xmlSecKeyDataPtr data,
|
73
|
+
xmlNodePtr node,
|
74
|
+
xmlSecKeyInfoCtxPtr keyInfoCtx);
|
75
|
+
static int xmlSecGnuTLSX509CRLNodeWrite (gnutls_x509_crl_t crl,
|
76
|
+
xmlNodePtr node,
|
77
|
+
xmlSecKeyInfoCtxPtr keyInfoCtx);
|
78
|
+
static int xmlSecGnuTLSKeyDataX509VerifyAndExtractKey(xmlSecKeyDataPtr data,
|
79
|
+
xmlSecKeyPtr key,
|
80
|
+
xmlSecKeyInfoCtxPtr keyInfoCtx);
|
81
|
+
|
82
|
+
/*************************************************************************
|
83
|
+
*
|
84
|
+
* Internal GnuTLS X509 data CTX
|
85
|
+
*
|
86
|
+
************************************************************************/
|
87
|
+
typedef struct _xmlSecGnuTLSX509DataCtx xmlSecGnuTLSX509DataCtx,
|
88
|
+
*xmlSecGnuTLSX509DataCtxPtr;
|
89
|
+
struct _xmlSecGnuTLSX509DataCtx {
|
90
|
+
gnutls_x509_crt_t keyCert;
|
91
|
+
xmlSecPtrList certsList;
|
92
|
+
xmlSecPtrList crlsList;
|
93
|
+
};
|
94
|
+
|
95
|
+
|
96
|
+
/**************************************************************************
|
97
|
+
*
|
98
|
+
* <dsig:X509Data> processing
|
99
|
+
*
|
100
|
+
*
|
101
|
+
* The X509Data Element (http://www.w3.org/TR/xmldsig-core/#sec-X509Data)
|
102
|
+
*
|
103
|
+
* An X509Data element within KeyInfo contains one or more identifiers of keys
|
104
|
+
* or X509 certificates (or certificates' identifiers or a revocation list).
|
105
|
+
* The content of X509Data is:
|
106
|
+
*
|
107
|
+
* 1. At least one element, from the following set of element types; any of these may appear together or more than once iff (if and only if) each instance describes or is related to the same certificate:
|
108
|
+
* 2.
|
109
|
+
* * The X509IssuerSerial element, which contains an X.509 issuer
|
110
|
+
* distinguished name/serial number pair that SHOULD be compliant
|
111
|
+
* with RFC2253 [LDAP-DN],
|
112
|
+
* * The X509SubjectName element, which contains an X.509 subject
|
113
|
+
* distinguished name that SHOULD be compliant with RFC2253 [LDAP-DN],
|
114
|
+
* * The X509SKI element, which contains the base64 encoded plain (i.e.
|
115
|
+
* non-DER-encoded) value of a X509 V.3 SubjectKeyIdentifier extension.
|
116
|
+
* * The X509Certificate element, which contains a base64-encoded [X509v3]
|
117
|
+
* certificate, and
|
118
|
+
* * Elements from an external namespace which accompanies/complements any
|
119
|
+
* of the elements above.
|
120
|
+
* * The X509CRL element, which contains a base64-encoded certificate
|
121
|
+
* revocation list (CRL) [X509v3].
|
122
|
+
*
|
123
|
+
* Any X509IssuerSerial, X509SKI, and X509SubjectName elements that appear
|
124
|
+
* MUST refer to the certificate or certificates containing the validation key.
|
125
|
+
* All such elements that refer to a particular individual certificate MUST be
|
126
|
+
* grouped inside a single X509Data element and if the certificate to which
|
127
|
+
* they refer appears, it MUST also be in that X509Data element.
|
128
|
+
*
|
129
|
+
* Any X509IssuerSerial, X509SKI, and X509SubjectName elements that relate to
|
130
|
+
* the same key but different certificates MUST be grouped within a single
|
131
|
+
* KeyInfo but MAY occur in multiple X509Data elements.
|
132
|
+
*
|
133
|
+
* All certificates appearing in an X509Data element MUST relate to the
|
134
|
+
* validation key by either containing it or being part of a certification
|
135
|
+
* chain that terminates in a certificate containing the validation key.
|
136
|
+
*
|
137
|
+
* No ordering is implied by the above constraints.
|
138
|
+
*
|
139
|
+
* Note, there is no direct provision for a PKCS#7 encoded "bag" of
|
140
|
+
* certificates or CRLs. However, a set of certificates and CRLs can occur
|
141
|
+
* within an X509Data element and multiple X509Data elements can occur in a
|
142
|
+
* KeyInfo. Whenever multiple certificates occur in an X509Data element, at
|
143
|
+
* least one such certificate must contain the public key which verifies the
|
144
|
+
* signature.
|
145
|
+
*
|
146
|
+
* Schema Definition
|
147
|
+
*
|
148
|
+
* <element name="X509Data" type="ds:X509DataType"/>
|
149
|
+
* <complexType name="X509DataType">
|
150
|
+
* <sequence maxOccurs="unbounded">
|
151
|
+
* <choice>
|
152
|
+
* <element name="X509IssuerSerial" type="ds:X509IssuerSerialType"/>
|
153
|
+
* <element name="X509SKI" type="base64Binary"/>
|
154
|
+
* <element name="X509SubjectName" type="string"/>
|
155
|
+
* <element name="X509Certificate" type="base64Binary"/>
|
156
|
+
* <element name="X509CRL" type="base64Binary"/>
|
157
|
+
* <any namespace="##other" processContents="lax"/>
|
158
|
+
* </choice>
|
159
|
+
* </sequence>
|
160
|
+
* </complexType>
|
161
|
+
* <complexType name="X509IssuerSerialType">
|
162
|
+
* <sequence>
|
163
|
+
* <element name="X509IssuerName" type="string"/>
|
164
|
+
* <element name="X509SerialNumber" type="integer"/>
|
165
|
+
* </sequence>
|
166
|
+
* </complexType>
|
167
|
+
*
|
168
|
+
* DTD
|
169
|
+
*
|
170
|
+
* <!ELEMENT X509Data ((X509IssuerSerial | X509SKI | X509SubjectName |
|
171
|
+
* X509Certificate | X509CRL)+ %X509.ANY;)>
|
172
|
+
* <!ELEMENT X509IssuerSerial (X509IssuerName, X509SerialNumber) >
|
173
|
+
* <!ELEMENT X509IssuerName (#PCDATA) >
|
174
|
+
* <!ELEMENT X509SubjectName (#PCDATA) >
|
175
|
+
* <!ELEMENT X509SerialNumber (#PCDATA) >
|
176
|
+
* <!ELEMENT X509SKI (#PCDATA) >
|
177
|
+
* <!ELEMENT X509Certificate (#PCDATA) >
|
178
|
+
* <!ELEMENT X509CRL (#PCDATA) >
|
179
|
+
*
|
180
|
+
* -----------------------------------------------------------------------
|
181
|
+
*
|
182
|
+
* xmlSecGnuTLSX509DataCtx is located after xmlSecTransform
|
183
|
+
*
|
184
|
+
*************************************************************************/
|
185
|
+
#define xmlSecGnuTLSX509DataSize \
|
186
|
+
(sizeof(xmlSecKeyData) + sizeof(xmlSecGnuTLSX509DataCtx))
|
187
|
+
#define xmlSecGnuTLSX509DataGetCtx(data) \
|
188
|
+
((xmlSecGnuTLSX509DataCtxPtr)(((xmlSecByte*)(data)) + sizeof(xmlSecKeyData)))
|
189
|
+
|
190
|
+
static int xmlSecGnuTLSKeyDataX509Initialize (xmlSecKeyDataPtr data);
|
191
|
+
static int xmlSecGnuTLSKeyDataX509Duplicate (xmlSecKeyDataPtr dst,
|
192
|
+
xmlSecKeyDataPtr src);
|
193
|
+
static void xmlSecGnuTLSKeyDataX509Finalize (xmlSecKeyDataPtr data);
|
194
|
+
static int xmlSecGnuTLSKeyDataX509XmlRead (xmlSecKeyDataId id,
|
195
|
+
xmlSecKeyPtr key,
|
196
|
+
xmlNodePtr node,
|
197
|
+
xmlSecKeyInfoCtxPtr keyInfoCtx);
|
198
|
+
static int xmlSecGnuTLSKeyDataX509XmlWrite (xmlSecKeyDataId id,
|
199
|
+
xmlSecKeyPtr key,
|
200
|
+
xmlNodePtr node,
|
201
|
+
xmlSecKeyInfoCtxPtr keyInfoCtx);
|
202
|
+
static xmlSecKeyDataType xmlSecGnuTLSKeyDataX509GetType (xmlSecKeyDataPtr data);
|
203
|
+
static const xmlChar* xmlSecGnuTLSKeyDataX509GetIdentifier (xmlSecKeyDataPtr data);
|
204
|
+
|
205
|
+
static void xmlSecGnuTLSKeyDataX509DebugDump (xmlSecKeyDataPtr data,
|
206
|
+
FILE* output);
|
207
|
+
static void xmlSecGnuTLSKeyDataX509DebugXmlDump (xmlSecKeyDataPtr data,
|
208
|
+
FILE* output);
|
209
|
+
|
210
|
+
|
211
|
+
|
212
|
+
static xmlSecKeyDataKlass xmlSecGnuTLSKeyDataX509Klass = {
|
213
|
+
sizeof(xmlSecKeyDataKlass),
|
214
|
+
xmlSecGnuTLSX509DataSize,
|
215
|
+
|
216
|
+
/* data */
|
217
|
+
xmlSecNameX509Data,
|
218
|
+
xmlSecKeyDataUsageKeyInfoNode | xmlSecKeyDataUsageRetrievalMethodNodeXml,
|
219
|
+
/* xmlSecKeyDataUsage usage; */
|
220
|
+
xmlSecHrefX509Data, /* const xmlChar* href; */
|
221
|
+
xmlSecNodeX509Data, /* const xmlChar* dataNodeName; */
|
222
|
+
xmlSecDSigNs, /* const xmlChar* dataNodeNs; */
|
223
|
+
|
224
|
+
/* constructors/destructor */
|
225
|
+
xmlSecGnuTLSKeyDataX509Initialize, /* xmlSecKeyDataInitializeMethod initialize; */
|
226
|
+
xmlSecGnuTLSKeyDataX509Duplicate, /* xmlSecKeyDataDuplicateMethod duplicate; */
|
227
|
+
xmlSecGnuTLSKeyDataX509Finalize, /* xmlSecKeyDataFinalizeMethod finalize; */
|
228
|
+
NULL, /* xmlSecKeyDataGenerateMethod generate; */
|
229
|
+
|
230
|
+
/* get info */
|
231
|
+
xmlSecGnuTLSKeyDataX509GetType, /* xmlSecKeyDataGetTypeMethod getType; */
|
232
|
+
NULL, /* xmlSecKeyDataGetSizeMethod getSize; */
|
233
|
+
xmlSecGnuTLSKeyDataX509GetIdentifier, /* xmlSecKeyDataGetIdentifier getIdentifier; */
|
234
|
+
|
235
|
+
/* read/write */
|
236
|
+
xmlSecGnuTLSKeyDataX509XmlRead, /* xmlSecKeyDataXmlReadMethod xmlRead; */
|
237
|
+
xmlSecGnuTLSKeyDataX509XmlWrite, /* xmlSecKeyDataXmlWriteMethod xmlWrite; */
|
238
|
+
NULL, /* xmlSecKeyDataBinReadMethod binRead; */
|
239
|
+
NULL, /* xmlSecKeyDataBinWriteMethod binWrite; */
|
240
|
+
|
241
|
+
/* debug */
|
242
|
+
xmlSecGnuTLSKeyDataX509DebugDump, /* xmlSecKeyDataDebugDumpMethod debugDump; */
|
243
|
+
xmlSecGnuTLSKeyDataX509DebugXmlDump, /* xmlSecKeyDataDebugDumpMethod debugXmlDump; */
|
244
|
+
|
245
|
+
/* reserved for the future */
|
246
|
+
NULL, /* void* reserved0; */
|
247
|
+
NULL, /* void* reserved1; */
|
248
|
+
};
|
249
|
+
|
250
|
+
/**
|
251
|
+
* xmlSecGnuTLSKeyDataX509GetKlass:
|
252
|
+
*
|
253
|
+
* The GnuTLS X509 key data klass (http://www.w3.org/TR/xmldsig-core/#sec-X509Data).
|
254
|
+
*
|
255
|
+
* Returns: the X509 data klass.
|
256
|
+
*/
|
257
|
+
xmlSecKeyDataId
|
258
|
+
xmlSecGnuTLSKeyDataX509GetKlass(void) {
|
259
|
+
return(&xmlSecGnuTLSKeyDataX509Klass);
|
260
|
+
}
|
261
|
+
|
262
|
+
/**
|
263
|
+
* xmlSecGnuTLSKeyDataX509GetKeyCert:
|
264
|
+
* @data: the pointer to X509 key data.
|
265
|
+
*
|
266
|
+
* Gets the certificate from which the key was extracted.
|
267
|
+
*
|
268
|
+
* Returns: the key's certificate or NULL if key data was not used for key
|
269
|
+
* extraction or an error occurs.
|
270
|
+
*/
|
271
|
+
gnutls_x509_crt_t
|
272
|
+
xmlSecGnuTLSKeyDataX509GetKeyCert(xmlSecKeyDataPtr data) {
|
273
|
+
xmlSecGnuTLSX509DataCtxPtr ctx;
|
274
|
+
|
275
|
+
xmlSecAssert2(xmlSecKeyDataCheckId(data, xmlSecGnuTLSKeyDataX509Id), NULL);
|
276
|
+
|
277
|
+
ctx = xmlSecGnuTLSX509DataGetCtx(data);
|
278
|
+
xmlSecAssert2(ctx != NULL, NULL);
|
279
|
+
|
280
|
+
return(ctx->keyCert);
|
281
|
+
}
|
282
|
+
|
283
|
+
/**
|
284
|
+
* xmlSecGnuTLSKeyDataX509AdoptKeyCert:
|
285
|
+
* @data: the pointer to X509 key data.
|
286
|
+
* @cert: the pointer to GnuTLS X509 certificate.
|
287
|
+
*
|
288
|
+
* Sets the key's certificate in @data.
|
289
|
+
*
|
290
|
+
* Returns: 0 on success or a negative value if an error occurs.
|
291
|
+
*/
|
292
|
+
int
|
293
|
+
xmlSecGnuTLSKeyDataX509AdoptKeyCert(xmlSecKeyDataPtr data, gnutls_x509_crt_t cert) {
|
294
|
+
xmlSecGnuTLSX509DataCtxPtr ctx;
|
295
|
+
|
296
|
+
xmlSecAssert2(xmlSecKeyDataCheckId(data, xmlSecGnuTLSKeyDataX509Id), -1);
|
297
|
+
xmlSecAssert2(cert != NULL, -1);
|
298
|
+
|
299
|
+
ctx = xmlSecGnuTLSX509DataGetCtx(data);
|
300
|
+
xmlSecAssert2(ctx != NULL, -1);
|
301
|
+
|
302
|
+
if(ctx->keyCert != NULL) {
|
303
|
+
gnutls_x509_crt_deinit(ctx->keyCert);
|
304
|
+
}
|
305
|
+
ctx->keyCert = cert;
|
306
|
+
return(0);
|
307
|
+
}
|
308
|
+
|
309
|
+
/**
|
310
|
+
* xmlSecGnuTLSKeyDataX509AdoptCert:
|
311
|
+
* @data: the pointer to X509 key data.
|
312
|
+
* @cert: the pointer to GnuTLS X509 certificate.
|
313
|
+
*
|
314
|
+
* Adds certificate to the X509 key data.
|
315
|
+
*
|
316
|
+
* Returns: 0 on success or a negative value if an error occurs.
|
317
|
+
*/
|
318
|
+
int
|
319
|
+
xmlSecGnuTLSKeyDataX509AdoptCert(xmlSecKeyDataPtr data, gnutls_x509_crt_t cert) {
|
320
|
+
xmlSecGnuTLSX509DataCtxPtr ctx;
|
321
|
+
int ret;
|
322
|
+
|
323
|
+
xmlSecAssert2(xmlSecKeyDataCheckId(data, xmlSecGnuTLSKeyDataX509Id), -1);
|
324
|
+
xmlSecAssert2(cert != NULL, -1);
|
325
|
+
|
326
|
+
ctx = xmlSecGnuTLSX509DataGetCtx(data);
|
327
|
+
xmlSecAssert2(ctx != NULL, -1);
|
328
|
+
|
329
|
+
ret = xmlSecPtrListAdd(&(ctx->certsList), cert);
|
330
|
+
if(ret < 0) {
|
331
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
332
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
333
|
+
"xmlSecPtrListAdd",
|
334
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
335
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
336
|
+
return(-1);
|
337
|
+
}
|
338
|
+
|
339
|
+
return(0);
|
340
|
+
}
|
341
|
+
|
342
|
+
/**
|
343
|
+
* xmlSecGnuTLSKeyDataX509GetCert:
|
344
|
+
* @data: the pointer to X509 key data.
|
345
|
+
* @pos: the desired certificate position.
|
346
|
+
*
|
347
|
+
* Gets a certificate from X509 key data.
|
348
|
+
*
|
349
|
+
* Returns: the pointer to certificate or NULL if @pos is larger than the
|
350
|
+
* number of certificates in @data or an error occurs.
|
351
|
+
*/
|
352
|
+
gnutls_x509_crt_t
|
353
|
+
xmlSecGnuTLSKeyDataX509GetCert(xmlSecKeyDataPtr data, xmlSecSize pos) {
|
354
|
+
xmlSecGnuTLSX509DataCtxPtr ctx;
|
355
|
+
|
356
|
+
xmlSecAssert2(xmlSecKeyDataCheckId(data, xmlSecGnuTLSKeyDataX509Id), NULL);
|
357
|
+
|
358
|
+
ctx = xmlSecGnuTLSX509DataGetCtx(data);
|
359
|
+
xmlSecAssert2(ctx != NULL, NULL);
|
360
|
+
|
361
|
+
return(xmlSecPtrListGetItem(&(ctx->certsList), pos));
|
362
|
+
}
|
363
|
+
|
364
|
+
/**
|
365
|
+
* xmlSecGnuTLSKeyDataX509GetCertsSize:
|
366
|
+
* @data: the pointer to X509 key data.
|
367
|
+
*
|
368
|
+
* Gets the number of certificates in @data.
|
369
|
+
*
|
370
|
+
* Returns: te number of certificates in @data.
|
371
|
+
*/
|
372
|
+
xmlSecSize
|
373
|
+
xmlSecGnuTLSKeyDataX509GetCertsSize(xmlSecKeyDataPtr data) {
|
374
|
+
xmlSecGnuTLSX509DataCtxPtr ctx;
|
375
|
+
|
376
|
+
xmlSecAssert2(xmlSecKeyDataCheckId(data, xmlSecGnuTLSKeyDataX509Id), 0);
|
377
|
+
|
378
|
+
ctx = xmlSecGnuTLSX509DataGetCtx(data);
|
379
|
+
xmlSecAssert2(ctx != NULL, 0);
|
380
|
+
|
381
|
+
return(xmlSecPtrListGetSize(&(ctx->certsList)));
|
382
|
+
}
|
383
|
+
|
384
|
+
/**
|
385
|
+
* xmlSecGnuTLSKeyDataX509AdoptCrl:
|
386
|
+
* @data: the pointer to X509 key data.
|
387
|
+
* @crl: the pointer to GnuTLS X509 crl.
|
388
|
+
*
|
389
|
+
* Adds crl to the X509 key data.
|
390
|
+
*
|
391
|
+
* Returns: 0 on success or a negative value if an error occurs.
|
392
|
+
*/
|
393
|
+
int
|
394
|
+
xmlSecGnuTLSKeyDataX509AdoptCrl(xmlSecKeyDataPtr data, gnutls_x509_crl_t crl) {
|
395
|
+
xmlSecGnuTLSX509DataCtxPtr ctx;
|
396
|
+
int ret;
|
397
|
+
|
398
|
+
xmlSecAssert2(xmlSecKeyDataCheckId(data, xmlSecGnuTLSKeyDataX509Id), -1);
|
399
|
+
xmlSecAssert2(crl != NULL, -1);
|
400
|
+
|
401
|
+
ctx = xmlSecGnuTLSX509DataGetCtx(data);
|
402
|
+
xmlSecAssert2(ctx != NULL, -1);
|
403
|
+
|
404
|
+
ret = xmlSecPtrListAdd(&(ctx->crlsList), crl);
|
405
|
+
if(ret < 0) {
|
406
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
407
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
408
|
+
"xmlSecPtrListAdd",
|
409
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
410
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
411
|
+
return(-1);
|
412
|
+
}
|
413
|
+
|
414
|
+
return(0);
|
415
|
+
}
|
416
|
+
|
417
|
+
/**
|
418
|
+
* xmlSecGnuTLSKeyDataX509GetCrl:
|
419
|
+
* @data: the pointer to X509 key data.
|
420
|
+
* @pos: the desired crl position.
|
421
|
+
*
|
422
|
+
* Gets a crl from X509 key data.
|
423
|
+
*
|
424
|
+
* Returns: the pointer to crl or NULL if @pos is larger than the
|
425
|
+
* number of crls in @data or an error occurs.
|
426
|
+
*/
|
427
|
+
gnutls_x509_crl_t
|
428
|
+
xmlSecGnuTLSKeyDataX509GetCrl(xmlSecKeyDataPtr data, xmlSecSize pos) {
|
429
|
+
xmlSecGnuTLSX509DataCtxPtr ctx;
|
430
|
+
|
431
|
+
xmlSecAssert2(xmlSecKeyDataCheckId(data, xmlSecGnuTLSKeyDataX509Id), NULL);
|
432
|
+
|
433
|
+
ctx = xmlSecGnuTLSX509DataGetCtx(data);
|
434
|
+
xmlSecAssert2(ctx != NULL, NULL);
|
435
|
+
|
436
|
+
return(xmlSecPtrListGetItem(&(ctx->crlsList), pos));
|
437
|
+
}
|
438
|
+
|
439
|
+
/**
|
440
|
+
* xmlSecGnuTLSKeyDataX509GetCrlsSize:
|
441
|
+
* @data: the pointer to X509 key data.
|
442
|
+
*
|
443
|
+
* Gets the number of crls in @data.
|
444
|
+
*
|
445
|
+
* Returns: te number of crls in @data.
|
446
|
+
*/
|
447
|
+
xmlSecSize
|
448
|
+
xmlSecGnuTLSKeyDataX509GetCrlsSize(xmlSecKeyDataPtr data) {
|
449
|
+
xmlSecGnuTLSX509DataCtxPtr ctx;
|
450
|
+
|
451
|
+
xmlSecAssert2(xmlSecKeyDataCheckId(data, xmlSecGnuTLSKeyDataX509Id), 0);
|
452
|
+
|
453
|
+
ctx = xmlSecGnuTLSX509DataGetCtx(data);
|
454
|
+
xmlSecAssert2(ctx != NULL, 0);
|
455
|
+
|
456
|
+
return(xmlSecPtrListGetSize(&(ctx->crlsList)));
|
457
|
+
}
|
458
|
+
|
459
|
+
|
460
|
+
static int
|
461
|
+
xmlSecGnuTLSKeyDataX509Initialize(xmlSecKeyDataPtr data) {
|
462
|
+
xmlSecGnuTLSX509DataCtxPtr ctx;
|
463
|
+
int ret;
|
464
|
+
|
465
|
+
xmlSecAssert2(xmlSecKeyDataCheckId(data, xmlSecGnuTLSKeyDataX509Id), -1);
|
466
|
+
|
467
|
+
ctx = xmlSecGnuTLSX509DataGetCtx(data);
|
468
|
+
xmlSecAssert2(ctx != NULL, -1);
|
469
|
+
|
470
|
+
memset(ctx, 0, sizeof(xmlSecGnuTLSX509DataCtx));
|
471
|
+
|
472
|
+
ret = xmlSecPtrListInitialize(&(ctx->certsList), xmlSecGnuTLSX509CrtListId);
|
473
|
+
if(ret < 0) {
|
474
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
475
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
476
|
+
"xmlSecPtrListInitialize",
|
477
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
478
|
+
"certsList");
|
479
|
+
return(-1);
|
480
|
+
}
|
481
|
+
|
482
|
+
ret = xmlSecPtrListInitialize(&(ctx->crlsList), xmlSecGnuTLSX509CrlListId);
|
483
|
+
if(ret < 0) {
|
484
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
485
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
486
|
+
"xmlSecPtrListInitialize",
|
487
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
488
|
+
"crlsList");
|
489
|
+
return(-1);
|
490
|
+
}
|
491
|
+
|
492
|
+
return(0);
|
493
|
+
}
|
494
|
+
|
495
|
+
static int
|
496
|
+
xmlSecGnuTLSKeyDataX509Duplicate(xmlSecKeyDataPtr dst, xmlSecKeyDataPtr src) {
|
497
|
+
xmlSecGnuTLSX509DataCtxPtr ctxSrc;
|
498
|
+
xmlSecGnuTLSX509DataCtxPtr ctxDst;
|
499
|
+
int ret;
|
500
|
+
|
501
|
+
xmlSecAssert2(xmlSecKeyDataCheckId(dst, xmlSecGnuTLSKeyDataX509Id), -1);
|
502
|
+
xmlSecAssert2(xmlSecKeyDataCheckId(src, xmlSecGnuTLSKeyDataX509Id), -1);
|
503
|
+
|
504
|
+
ctxSrc = xmlSecGnuTLSX509DataGetCtx(src);
|
505
|
+
xmlSecAssert2(ctxSrc != NULL, 0);
|
506
|
+
ctxDst = xmlSecGnuTLSX509DataGetCtx(dst);
|
507
|
+
xmlSecAssert2(ctxDst != NULL, 0);
|
508
|
+
|
509
|
+
/* copy key cert if exist */
|
510
|
+
if(ctxDst->keyCert != NULL) {
|
511
|
+
gnutls_x509_crt_deinit(ctxDst->keyCert);
|
512
|
+
ctxDst->keyCert = NULL;
|
513
|
+
}
|
514
|
+
if(ctxSrc->keyCert != NULL) {
|
515
|
+
ctxDst->keyCert = xmlSecGnuTLSX509CertDup(ctxSrc->keyCert);
|
516
|
+
if(ctxDst->keyCert == NULL) {
|
517
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
518
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(src)),
|
519
|
+
"xmlSecGnuTLSX509CertDup",
|
520
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
521
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
522
|
+
return(-1);
|
523
|
+
}
|
524
|
+
}
|
525
|
+
|
526
|
+
/* copy certsList if exists */
|
527
|
+
xmlSecPtrListEmpty(&(ctxDst->certsList));
|
528
|
+
ret = xmlSecPtrListCopy(&(ctxDst->certsList), &(ctxSrc->certsList));
|
529
|
+
if(ret < 0) {
|
530
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
531
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(src)),
|
532
|
+
"xmlSecPtrListCopy",
|
533
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
534
|
+
"certsList");
|
535
|
+
return(-1);
|
536
|
+
}
|
537
|
+
|
538
|
+
/* copy crlsList if exists */
|
539
|
+
xmlSecPtrListEmpty(&(ctxDst->crlsList));
|
540
|
+
ret = xmlSecPtrListCopy(&(ctxDst->crlsList), &(ctxSrc->crlsList));
|
541
|
+
if(ret < 0) {
|
542
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
543
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(src)),
|
544
|
+
"xmlSecPtrListCopy",
|
545
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
546
|
+
"crlsList");
|
547
|
+
return(-1);
|
548
|
+
}
|
549
|
+
/* done */
|
550
|
+
return(0);
|
551
|
+
}
|
552
|
+
|
553
|
+
static void
|
554
|
+
xmlSecGnuTLSKeyDataX509Finalize(xmlSecKeyDataPtr data) {
|
555
|
+
xmlSecGnuTLSX509DataCtxPtr ctx;
|
556
|
+
|
557
|
+
xmlSecAssert(xmlSecKeyDataCheckId(data, xmlSecGnuTLSKeyDataX509Id));
|
558
|
+
|
559
|
+
ctx = xmlSecGnuTLSX509DataGetCtx(data);
|
560
|
+
xmlSecAssert(ctx != NULL);
|
561
|
+
|
562
|
+
xmlSecPtrListFinalize(&(ctx->crlsList));
|
563
|
+
xmlSecPtrListFinalize(&(ctx->certsList));
|
564
|
+
if(ctx->keyCert != NULL) {
|
565
|
+
gnutls_x509_crt_deinit(ctx->keyCert);
|
566
|
+
}
|
567
|
+
memset(ctx, 0, sizeof(xmlSecGnuTLSX509DataCtx));
|
568
|
+
}
|
569
|
+
|
570
|
+
static int
|
571
|
+
xmlSecGnuTLSKeyDataX509XmlRead(xmlSecKeyDataId id, xmlSecKeyPtr key,
|
572
|
+
xmlNodePtr node, xmlSecKeyInfoCtxPtr keyInfoCtx) {
|
573
|
+
xmlSecKeyDataPtr data;
|
574
|
+
int ret;
|
575
|
+
|
576
|
+
xmlSecAssert2(id == xmlSecGnuTLSKeyDataX509Id, -1);
|
577
|
+
xmlSecAssert2(key != NULL, -1);
|
578
|
+
xmlSecAssert2(node != NULL, -1);
|
579
|
+
xmlSecAssert2(keyInfoCtx != NULL, -1);
|
580
|
+
|
581
|
+
data = xmlSecKeyEnsureData(key, id);
|
582
|
+
if(data == NULL) {
|
583
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
584
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
585
|
+
"xmlSecKeyEnsureData",
|
586
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
587
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
588
|
+
return(-1);
|
589
|
+
}
|
590
|
+
|
591
|
+
ret = xmlSecGnuTLSX509DataNodeRead(data, node, keyInfoCtx);
|
592
|
+
if(ret < 0) {
|
593
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
594
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
595
|
+
"xmlSecGnuTLSX509DataNodeRead",
|
596
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
597
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
598
|
+
return(-1);
|
599
|
+
}
|
600
|
+
|
601
|
+
if((keyInfoCtx->flags & XMLSEC_KEYINFO_FLAGS_X509DATA_DONT_VERIFY_CERTS) == 0) {
|
602
|
+
ret = xmlSecGnuTLSKeyDataX509VerifyAndExtractKey(data, key, keyInfoCtx);
|
603
|
+
if(ret < 0) {
|
604
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
605
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
606
|
+
"xmlSecGnuTLSKeyDataX509VerifyAndExtractKey",
|
607
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
608
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
609
|
+
return(-1);
|
610
|
+
}
|
611
|
+
}
|
612
|
+
return(0);
|
613
|
+
}
|
614
|
+
|
615
|
+
static int
|
616
|
+
xmlSecGnuTLSKeyDataX509XmlWrite(xmlSecKeyDataId id, xmlSecKeyPtr key,
|
617
|
+
xmlNodePtr node, xmlSecKeyInfoCtxPtr keyInfoCtx) {
|
618
|
+
xmlSecKeyDataPtr data;
|
619
|
+
gnutls_x509_crt_t cert;
|
620
|
+
gnutls_x509_crl_t crl;
|
621
|
+
xmlSecSize size, pos;
|
622
|
+
int content;
|
623
|
+
int ret;
|
624
|
+
|
625
|
+
xmlSecAssert2(id == xmlSecGnuTLSKeyDataX509Id, -1);
|
626
|
+
xmlSecAssert2(key != NULL, -1);
|
627
|
+
xmlSecAssert2(node != NULL, -1);
|
628
|
+
xmlSecAssert2(keyInfoCtx != NULL, -1);
|
629
|
+
|
630
|
+
content = xmlSecX509DataGetNodeContent (node, 1, keyInfoCtx);
|
631
|
+
if (content < 0) {
|
632
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
633
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
634
|
+
"xmlSecX509DataGetNodeContent",
|
635
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
636
|
+
"content=%d", content);
|
637
|
+
return(-1);
|
638
|
+
} else if(content == 0) {
|
639
|
+
/* by default we are writing certificates and crls */
|
640
|
+
content = XMLSEC_X509DATA_DEFAULT;
|
641
|
+
}
|
642
|
+
|
643
|
+
/* get x509 data */
|
644
|
+
data = xmlSecKeyGetData(key, id);
|
645
|
+
if(data == NULL) {
|
646
|
+
/* no x509 data in the key */
|
647
|
+
return(0);
|
648
|
+
}
|
649
|
+
|
650
|
+
/* write certs */
|
651
|
+
size = xmlSecGnuTLSKeyDataX509GetCertsSize(data);
|
652
|
+
for(pos = 0; pos < size; ++pos) {
|
653
|
+
cert = xmlSecGnuTLSKeyDataX509GetCert(data, pos);
|
654
|
+
if(cert == NULL) {
|
655
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
656
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
657
|
+
"xmlSecGnuTLSKeyDataX509GetCert",
|
658
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
659
|
+
"pos=%d", pos);
|
660
|
+
return(-1);
|
661
|
+
}
|
662
|
+
|
663
|
+
if((content & XMLSEC_X509DATA_CERTIFICATE_NODE) != 0) {
|
664
|
+
ret = xmlSecGnuTLSX509CertificateNodeWrite(cert, node, keyInfoCtx);
|
665
|
+
if(ret < 0) {
|
666
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
667
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
668
|
+
"xmlSecGnuTLSX509CertificateNodeWrite",
|
669
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
670
|
+
"pos=%d", pos);
|
671
|
+
return(-1);
|
672
|
+
}
|
673
|
+
}
|
674
|
+
|
675
|
+
if((content & XMLSEC_X509DATA_SUBJECTNAME_NODE) != 0) {
|
676
|
+
ret = xmlSecGnuTLSX509SubjectNameNodeWrite(cert, node, keyInfoCtx);
|
677
|
+
if(ret < 0) {
|
678
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
679
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
680
|
+
"xmlSecGnuTLSX509SubjectNameNodeWrite",
|
681
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
682
|
+
"pos=%d", pos);
|
683
|
+
return(-1);
|
684
|
+
}
|
685
|
+
}
|
686
|
+
|
687
|
+
if((content & XMLSEC_X509DATA_ISSUERSERIAL_NODE) != 0) {
|
688
|
+
ret = xmlSecGnuTLSX509IssuerSerialNodeWrite(cert, node, keyInfoCtx);
|
689
|
+
if(ret < 0) {
|
690
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
691
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
692
|
+
"xmlSecGnuTLSX509IssuerSerialNodeWrite",
|
693
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
694
|
+
"pos=%d", pos);
|
695
|
+
return(-1);
|
696
|
+
}
|
697
|
+
}
|
698
|
+
|
699
|
+
if((content & XMLSEC_X509DATA_SKI_NODE) != 0) {
|
700
|
+
ret = xmlSecGnuTLSX509SKINodeWrite(cert, node, keyInfoCtx);
|
701
|
+
if(ret < 0) {
|
702
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
703
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
704
|
+
"xmlSecGnuTLSX509SKINodeWrite",
|
705
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
706
|
+
"pos=%d", pos);
|
707
|
+
return(-1);
|
708
|
+
}
|
709
|
+
}
|
710
|
+
}
|
711
|
+
|
712
|
+
/* write crls if needed */
|
713
|
+
if((content & XMLSEC_X509DATA_CRL_NODE) != 0) {
|
714
|
+
size = xmlSecGnuTLSKeyDataX509GetCrlsSize(data);
|
715
|
+
for(pos = 0; pos < size; ++pos) {
|
716
|
+
crl = xmlSecGnuTLSKeyDataX509GetCrl(data, pos);
|
717
|
+
if(crl == NULL) {
|
718
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
719
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
720
|
+
"xmlSecGnuTLSKeyDataX509GetCrl",
|
721
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
722
|
+
"pos=%d", pos);
|
723
|
+
return(-1);
|
724
|
+
}
|
725
|
+
|
726
|
+
ret = xmlSecGnuTLSX509CRLNodeWrite(crl, node, keyInfoCtx);
|
727
|
+
if(ret < 0) {
|
728
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
729
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
730
|
+
"xmlSecGnuTLSX509CRLNodeWrite",
|
731
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
732
|
+
"pos=%d", pos);
|
733
|
+
return(-1);
|
734
|
+
}
|
735
|
+
}
|
736
|
+
}
|
737
|
+
|
738
|
+
/* done */
|
739
|
+
return(0);
|
740
|
+
}
|
741
|
+
|
742
|
+
|
743
|
+
static xmlSecKeyDataType
|
744
|
+
xmlSecGnuTLSKeyDataX509GetType(xmlSecKeyDataPtr data) {
|
745
|
+
xmlSecAssert2(xmlSecKeyDataCheckId(data, xmlSecGnuTLSKeyDataX509Id), xmlSecKeyDataTypeUnknown);
|
746
|
+
|
747
|
+
/* TODO: return verified/not verified status */
|
748
|
+
return(xmlSecKeyDataTypeUnknown);
|
749
|
+
}
|
750
|
+
|
751
|
+
static const xmlChar*
|
752
|
+
xmlSecGnuTLSKeyDataX509GetIdentifier(xmlSecKeyDataPtr data) {
|
753
|
+
xmlSecAssert2(xmlSecKeyDataCheckId(data, xmlSecGnuTLSKeyDataX509Id), NULL);
|
754
|
+
|
755
|
+
/* TODO */
|
756
|
+
return(NULL);
|
757
|
+
}
|
758
|
+
|
759
|
+
static void
|
760
|
+
xmlSecGnuTLSKeyDataX509DebugDump(xmlSecKeyDataPtr data, FILE* output) {
|
761
|
+
xmlSecSize size, pos;
|
762
|
+
|
763
|
+
xmlSecAssert(xmlSecKeyDataCheckId(data, xmlSecGnuTLSKeyDataX509Id));
|
764
|
+
xmlSecAssert(output != NULL);
|
765
|
+
|
766
|
+
fprintf(output, "=== X509 Data:\n");
|
767
|
+
|
768
|
+
/* key cert */
|
769
|
+
{
|
770
|
+
gnutls_x509_crt_t cert;
|
771
|
+
|
772
|
+
cert = xmlSecGnuTLSKeyDataX509GetKeyCert(data);
|
773
|
+
if(cert != NULL) {
|
774
|
+
fprintf(output, "==== Key Certificate:\n");
|
775
|
+
xmlSecGnuTLSX509CertDebugDump(cert, output);
|
776
|
+
}
|
777
|
+
}
|
778
|
+
|
779
|
+
/* other certs */
|
780
|
+
size = xmlSecGnuTLSKeyDataX509GetCertsSize(data);
|
781
|
+
for(pos = 0; pos < size; ++pos) {
|
782
|
+
gnutls_x509_crt_t cert;
|
783
|
+
|
784
|
+
cert = xmlSecGnuTLSKeyDataX509GetCert(data, pos);
|
785
|
+
if(cert == NULL) {
|
786
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
787
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
788
|
+
"xmlSecGnuTLSKeyDataX509GetCert",
|
789
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
790
|
+
"pos=%d", pos);
|
791
|
+
return;
|
792
|
+
}
|
793
|
+
fprintf(output, "==== Certificate:\n");
|
794
|
+
xmlSecGnuTLSX509CertDebugDump(cert, output);
|
795
|
+
}
|
796
|
+
|
797
|
+
/* crls */
|
798
|
+
size = xmlSecGnuTLSKeyDataX509GetCrlsSize(data);
|
799
|
+
for(pos = 0; pos < size; ++pos) {
|
800
|
+
gnutls_x509_crl_t crl;
|
801
|
+
|
802
|
+
crl = xmlSecGnuTLSKeyDataX509GetCrl(data, pos);
|
803
|
+
if(crl == NULL) {
|
804
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
805
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
806
|
+
"xmlSecGnuTLSKeyDataX509GetCrl",
|
807
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
808
|
+
"pos=%d", pos);
|
809
|
+
return;
|
810
|
+
}
|
811
|
+
fprintf(output, "==== Crl:\n");
|
812
|
+
xmlSecGnuTLSX509CrlDebugDump(crl, output);
|
813
|
+
}
|
814
|
+
}
|
815
|
+
|
816
|
+
static void
|
817
|
+
xmlSecGnuTLSKeyDataX509DebugXmlDump(xmlSecKeyDataPtr data, FILE* output) {
|
818
|
+
xmlSecSize size, pos;
|
819
|
+
|
820
|
+
xmlSecAssert(xmlSecKeyDataCheckId(data, xmlSecGnuTLSKeyDataX509Id));
|
821
|
+
xmlSecAssert(output != NULL);
|
822
|
+
|
823
|
+
fprintf(output, "<X509Data>\n");
|
824
|
+
|
825
|
+
/* key cert */
|
826
|
+
{
|
827
|
+
gnutls_x509_crt_t cert;
|
828
|
+
|
829
|
+
cert = xmlSecGnuTLSKeyDataX509GetKeyCert(data);
|
830
|
+
if(cert != NULL) {
|
831
|
+
fprintf(output, "<KeyCertificate>\n");
|
832
|
+
xmlSecGnuTLSX509CertDebugXmlDump(cert, output);
|
833
|
+
fprintf(output, "</KeyCertificate>\n");
|
834
|
+
}
|
835
|
+
}
|
836
|
+
|
837
|
+
/* other certs */
|
838
|
+
size = xmlSecGnuTLSKeyDataX509GetCertsSize(data);
|
839
|
+
for(pos = 0; pos < size; ++pos) {
|
840
|
+
gnutls_x509_crt_t cert;
|
841
|
+
|
842
|
+
cert = xmlSecGnuTLSKeyDataX509GetCert(data, pos);
|
843
|
+
if(cert == NULL) {
|
844
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
845
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
846
|
+
"xmlSecGnuTLSKeyDataX509GetCert",
|
847
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
848
|
+
"pos=%d", pos);
|
849
|
+
return;
|
850
|
+
}
|
851
|
+
fprintf(output, "<Certificate>\n");
|
852
|
+
xmlSecGnuTLSX509CertDebugXmlDump(cert, output);
|
853
|
+
fprintf(output, "</Certificate>\n");
|
854
|
+
}
|
855
|
+
|
856
|
+
/* other crls */
|
857
|
+
size = xmlSecGnuTLSKeyDataX509GetCrlsSize(data);
|
858
|
+
for(pos = 0; pos < size; ++pos) {
|
859
|
+
gnutls_x509_crl_t crl;
|
860
|
+
|
861
|
+
crl = xmlSecGnuTLSKeyDataX509GetCrl(data, pos);
|
862
|
+
if(crl == NULL) {
|
863
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
864
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
865
|
+
"xmlSecGnuTLSKeyDataX509GetCrl",
|
866
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
867
|
+
"pos=%d", pos);
|
868
|
+
return;
|
869
|
+
}
|
870
|
+
fprintf(output, "<CRL>\n");
|
871
|
+
xmlSecGnuTLSX509CrlDebugXmlDump(crl, output);
|
872
|
+
fprintf(output, "</CRL>\n");
|
873
|
+
}
|
874
|
+
|
875
|
+
/* we don't print out crls */
|
876
|
+
fprintf(output, "</X509Data>\n");
|
877
|
+
}
|
878
|
+
|
879
|
+
static int
|
880
|
+
xmlSecGnuTLSX509DataNodeRead(xmlSecKeyDataPtr data, xmlNodePtr node, xmlSecKeyInfoCtxPtr keyInfoCtx) {
|
881
|
+
xmlNodePtr cur;
|
882
|
+
int ret;
|
883
|
+
|
884
|
+
xmlSecAssert2(xmlSecKeyDataCheckId(data, xmlSecGnuTLSKeyDataX509Id), -1);
|
885
|
+
xmlSecAssert2(node != NULL, -1);
|
886
|
+
xmlSecAssert2(keyInfoCtx != NULL, -1);
|
887
|
+
|
888
|
+
for(cur = xmlSecGetNextElementNode(node->children);
|
889
|
+
cur != NULL;
|
890
|
+
cur = xmlSecGetNextElementNode(cur->next)) {
|
891
|
+
|
892
|
+
ret = 0;
|
893
|
+
if(xmlSecCheckNodeName(cur, xmlSecNodeX509Certificate, xmlSecDSigNs)) {
|
894
|
+
ret = xmlSecGnuTLSX509CertificateNodeRead(data, cur, keyInfoCtx);
|
895
|
+
} else if(xmlSecCheckNodeName(cur, xmlSecNodeX509SubjectName, xmlSecDSigNs)) {
|
896
|
+
ret = xmlSecGnuTLSX509SubjectNameNodeRead(data, cur, keyInfoCtx);
|
897
|
+
} else if(xmlSecCheckNodeName(cur, xmlSecNodeX509IssuerSerial, xmlSecDSigNs)) {
|
898
|
+
ret = xmlSecGnuTLSX509IssuerSerialNodeRead(data, cur, keyInfoCtx);
|
899
|
+
} else if(xmlSecCheckNodeName(cur, xmlSecNodeX509SKI, xmlSecDSigNs)) {
|
900
|
+
ret = xmlSecGnuTLSX509SKINodeRead(data, cur, keyInfoCtx);
|
901
|
+
} else if(xmlSecCheckNodeName(cur, xmlSecNodeX509CRL, xmlSecDSigNs)) {
|
902
|
+
ret = xmlSecGnuTLSX509CRLNodeRead(data, cur, keyInfoCtx);
|
903
|
+
} else if((keyInfoCtx->flags & XMLSEC_KEYINFO_FLAGS_X509DATA_STOP_ON_UNKNOWN_CHILD) != 0) {
|
904
|
+
/* laxi schema validation: ignore unknown nodes */
|
905
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
906
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
907
|
+
xmlSecErrorsSafeString(xmlSecNodeGetName(cur)),
|
908
|
+
XMLSEC_ERRORS_R_UNEXPECTED_NODE,
|
909
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
910
|
+
return(-1);
|
911
|
+
}
|
912
|
+
if(ret < 0) {
|
913
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
914
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
915
|
+
xmlSecErrorsSafeString(xmlSecNodeGetName(cur)),
|
916
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
917
|
+
"read node failed");
|
918
|
+
return(-1);
|
919
|
+
}
|
920
|
+
}
|
921
|
+
return(0);
|
922
|
+
}
|
923
|
+
|
924
|
+
static int
|
925
|
+
xmlSecGnuTLSX509CertificateNodeRead(xmlSecKeyDataPtr data, xmlNodePtr node, xmlSecKeyInfoCtxPtr keyInfoCtx) {
|
926
|
+
xmlChar *content;
|
927
|
+
gnutls_x509_crt_t cert;
|
928
|
+
int ret;
|
929
|
+
|
930
|
+
xmlSecAssert2(xmlSecKeyDataCheckId(data, xmlSecGnuTLSKeyDataX509Id), -1);
|
931
|
+
xmlSecAssert2(node != NULL, -1);
|
932
|
+
xmlSecAssert2(keyInfoCtx != NULL, -1);
|
933
|
+
|
934
|
+
content = xmlNodeGetContent(node);
|
935
|
+
if((content == NULL) || (xmlSecIsEmptyString(content) == 1)) {
|
936
|
+
if(content != NULL) {
|
937
|
+
xmlFree(content);
|
938
|
+
}
|
939
|
+
if((keyInfoCtx->flags & XMLSEC_KEYINFO_FLAGS_STOP_ON_EMPTY_NODE) != 0) {
|
940
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
941
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
942
|
+
xmlSecErrorsSafeString(xmlSecNodeGetName(node)),
|
943
|
+
XMLSEC_ERRORS_R_INVALID_NODE_CONTENT,
|
944
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
945
|
+
return(-1);
|
946
|
+
}
|
947
|
+
return(0);
|
948
|
+
}
|
949
|
+
|
950
|
+
cert = xmlSecGnuTLSX509CertBase64DerRead(content);
|
951
|
+
if(cert == NULL) {
|
952
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
953
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
954
|
+
"xmlSecGnuTLSX509CertBase64DerRead",
|
955
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
956
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
957
|
+
xmlFree(content);
|
958
|
+
return(-1);
|
959
|
+
}
|
960
|
+
|
961
|
+
ret = xmlSecGnuTLSKeyDataX509AdoptCert(data, cert);
|
962
|
+
if(ret < 0) {
|
963
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
964
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
965
|
+
"xmlSecGnuTLSKeyDataX509AdoptCert",
|
966
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
967
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
968
|
+
gnutls_x509_crt_deinit(cert);
|
969
|
+
xmlFree(content);
|
970
|
+
return(-1);
|
971
|
+
}
|
972
|
+
|
973
|
+
xmlFree(content);
|
974
|
+
return(0);
|
975
|
+
}
|
976
|
+
|
977
|
+
static int
|
978
|
+
xmlSecGnuTLSX509CertificateNodeWrite(gnutls_x509_crt_t cert, xmlNodePtr node, xmlSecKeyInfoCtxPtr keyInfoCtx) {
|
979
|
+
xmlChar* buf;
|
980
|
+
xmlNodePtr cur;
|
981
|
+
|
982
|
+
xmlSecAssert2(cert != NULL, -1);
|
983
|
+
xmlSecAssert2(node != NULL, -1);
|
984
|
+
xmlSecAssert2(keyInfoCtx != NULL, -1);
|
985
|
+
|
986
|
+
/* set base64 lines size from context */
|
987
|
+
buf = xmlSecGnuTLSX509CertBase64DerWrite(cert, keyInfoCtx->base64LineSize);
|
988
|
+
if(buf == NULL) {
|
989
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
990
|
+
NULL,
|
991
|
+
"xmlSecGnuTLSX509CertBase64DerWrite",
|
992
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
993
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
994
|
+
return(-1);
|
995
|
+
}
|
996
|
+
|
997
|
+
cur = xmlSecAddChild(node, xmlSecNodeX509Certificate, xmlSecDSigNs);
|
998
|
+
if(cur == NULL) {
|
999
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1000
|
+
NULL,
|
1001
|
+
"xmlSecAddChild",
|
1002
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1003
|
+
"node=%s",
|
1004
|
+
xmlSecErrorsSafeString(xmlSecNodeX509Certificate));
|
1005
|
+
xmlFree(buf);
|
1006
|
+
return(-1);
|
1007
|
+
}
|
1008
|
+
|
1009
|
+
/* todo: add \n around base64 data - from context */
|
1010
|
+
/* todo: add errors check */
|
1011
|
+
xmlNodeSetContent(cur, xmlSecStringCR);
|
1012
|
+
xmlNodeSetContent(cur, buf);
|
1013
|
+
xmlFree(buf);
|
1014
|
+
return(0);
|
1015
|
+
}
|
1016
|
+
|
1017
|
+
|
1018
|
+
|
1019
|
+
#define XMLSEC_GNUTLS_IS_SPACE(ch) \
|
1020
|
+
(((ch) == ' ') || ((ch) == '\r') || ((ch) == '\n'))
|
1021
|
+
|
1022
|
+
static void
|
1023
|
+
xmlSecGnuTLSX509Trim(xmlChar * str) {
|
1024
|
+
xmlChar * p, * q;
|
1025
|
+
|
1026
|
+
xmlSecAssert(str != NULL);
|
1027
|
+
|
1028
|
+
/* skip spaces from the beggining */
|
1029
|
+
p = str;
|
1030
|
+
while(XMLSEC_GNUTLS_IS_SPACE(*p) && ((*p) != '\0')) ++p;
|
1031
|
+
if(p != str) {
|
1032
|
+
for(q = str; ; ++q, ++p) {
|
1033
|
+
(*q) = (*p);
|
1034
|
+
if((*p) == '\0') {
|
1035
|
+
break;
|
1036
|
+
}
|
1037
|
+
}
|
1038
|
+
}
|
1039
|
+
|
1040
|
+
/* skip spaces from the end */
|
1041
|
+
for(p = str; (*p) != '\0'; ++p);
|
1042
|
+
while((p > str) && (XMLSEC_GNUTLS_IS_SPACE(*(p - 1)))) *(--p) = '\0';
|
1043
|
+
}
|
1044
|
+
|
1045
|
+
static int
|
1046
|
+
xmlSecGnuTLSX509SubjectNameNodeRead(xmlSecKeyDataPtr data, xmlNodePtr node, xmlSecKeyInfoCtxPtr keyInfoCtx) {
|
1047
|
+
xmlSecKeyDataStorePtr x509Store;
|
1048
|
+
xmlChar* subject;
|
1049
|
+
gnutls_x509_crt_t cert;
|
1050
|
+
gnutls_x509_crt_t cert2;
|
1051
|
+
int ret;
|
1052
|
+
|
1053
|
+
xmlSecAssert2(xmlSecKeyDataCheckId(data, xmlSecGnuTLSKeyDataX509Id), -1);
|
1054
|
+
xmlSecAssert2(node != NULL, -1);
|
1055
|
+
xmlSecAssert2(keyInfoCtx != NULL, -1);
|
1056
|
+
xmlSecAssert2(keyInfoCtx->keysMngr != NULL, -1);
|
1057
|
+
|
1058
|
+
x509Store = xmlSecKeysMngrGetDataStore(keyInfoCtx->keysMngr, xmlSecGnuTLSX509StoreId);
|
1059
|
+
if(x509Store == NULL) {
|
1060
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1061
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
1062
|
+
"xmlSecKeysMngrGetDataStore",
|
1063
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1064
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1065
|
+
return(-1);
|
1066
|
+
}
|
1067
|
+
|
1068
|
+
subject = xmlNodeGetContent(node);
|
1069
|
+
if((subject == NULL) || (xmlSecIsEmptyString(subject) == 1)) {
|
1070
|
+
if(subject != NULL) {
|
1071
|
+
xmlFree(subject);
|
1072
|
+
}
|
1073
|
+
if((keyInfoCtx->flags & XMLSEC_KEYINFO_FLAGS_STOP_ON_EMPTY_NODE) != 0) {
|
1074
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1075
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
1076
|
+
xmlSecErrorsSafeString(xmlSecNodeGetName(node)),
|
1077
|
+
XMLSEC_ERRORS_R_INVALID_NODE_CONTENT,
|
1078
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1079
|
+
return(-1);
|
1080
|
+
}
|
1081
|
+
return(0);
|
1082
|
+
}
|
1083
|
+
|
1084
|
+
xmlSecGnuTLSX509Trim(subject);
|
1085
|
+
cert = xmlSecGnuTLSX509StoreFindCert(x509Store, subject, NULL, NULL, NULL, keyInfoCtx);
|
1086
|
+
if(cert == NULL){
|
1087
|
+
|
1088
|
+
if((keyInfoCtx->flags & XMLSEC_KEYINFO_FLAGS_X509DATA_STOP_ON_UNKNOWN_CERT) != 0) {
|
1089
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1090
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
1091
|
+
NULL,
|
1092
|
+
XMLSEC_ERRORS_R_CERT_NOT_FOUND,
|
1093
|
+
"subject=%s",
|
1094
|
+
xmlSecErrorsSafeString(subject));
|
1095
|
+
xmlFree(subject);
|
1096
|
+
return(-1);
|
1097
|
+
}
|
1098
|
+
|
1099
|
+
xmlFree(subject);
|
1100
|
+
return(0);
|
1101
|
+
}
|
1102
|
+
|
1103
|
+
cert2 = xmlSecGnuTLSX509CertDup(cert);
|
1104
|
+
if(cert2 == NULL) {
|
1105
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1106
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
1107
|
+
"xmlSecGnuTLSX509CertDup",
|
1108
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1109
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1110
|
+
|
1111
|
+
xmlFree(subject);
|
1112
|
+
return(-1);
|
1113
|
+
}
|
1114
|
+
|
1115
|
+
ret = xmlSecGnuTLSKeyDataX509AdoptCert(data, cert2);
|
1116
|
+
if(ret < 0) {
|
1117
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1118
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
1119
|
+
"xmlSecGnuTLSKeyDataX509AdoptCert",
|
1120
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1121
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1122
|
+
gnutls_x509_crt_deinit(cert2);
|
1123
|
+
xmlFree(subject);
|
1124
|
+
return(-1);
|
1125
|
+
}
|
1126
|
+
|
1127
|
+
xmlFree(subject);
|
1128
|
+
return(0);
|
1129
|
+
}
|
1130
|
+
|
1131
|
+
static int
|
1132
|
+
xmlSecGnuTLSX509SubjectNameNodeWrite(gnutls_x509_crt_t cert, xmlNodePtr node, xmlSecKeyInfoCtxPtr keyInfoCtx ATTRIBUTE_UNUSED) {
|
1133
|
+
xmlChar* buf = NULL;
|
1134
|
+
xmlNodePtr cur = NULL;
|
1135
|
+
|
1136
|
+
xmlSecAssert2(cert != NULL, -1);
|
1137
|
+
xmlSecAssert2(node != NULL, -1);
|
1138
|
+
|
1139
|
+
/* add node */
|
1140
|
+
cur = xmlSecAddChild(node, xmlSecNodeX509SubjectName, xmlSecDSigNs);
|
1141
|
+
if(cur == NULL) {
|
1142
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1143
|
+
NULL,
|
1144
|
+
"xmlSecAddChild",
|
1145
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1146
|
+
"node=%s",
|
1147
|
+
xmlSecErrorsSafeString(xmlSecNodeX509SubjectName));
|
1148
|
+
return(-1);
|
1149
|
+
}
|
1150
|
+
|
1151
|
+
/* get subject */
|
1152
|
+
buf = xmlSecGnuTLSX509CertGetSubjectDN(cert);
|
1153
|
+
if(buf == NULL) {
|
1154
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1155
|
+
NULL,
|
1156
|
+
"xmlSecGnuTLSX509CertGetSubjectDN",
|
1157
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1158
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1159
|
+
return(-1);
|
1160
|
+
}
|
1161
|
+
|
1162
|
+
/* set value */
|
1163
|
+
xmlSecNodeEncodeAndSetContent(cur, buf);
|
1164
|
+
|
1165
|
+
/* done */
|
1166
|
+
xmlFree(buf);
|
1167
|
+
return(0);
|
1168
|
+
}
|
1169
|
+
|
1170
|
+
static int
|
1171
|
+
xmlSecGnuTLSX509IssuerSerialNodeRead(xmlSecKeyDataPtr data, xmlNodePtr node, xmlSecKeyInfoCtxPtr keyInfoCtx) {
|
1172
|
+
xmlSecKeyDataStorePtr x509Store;
|
1173
|
+
xmlNodePtr cur;
|
1174
|
+
xmlChar *issuerName;
|
1175
|
+
xmlChar *issuerSerial;
|
1176
|
+
gnutls_x509_crt_t cert;
|
1177
|
+
gnutls_x509_crt_t cert2;
|
1178
|
+
int ret;
|
1179
|
+
|
1180
|
+
xmlSecAssert2(xmlSecKeyDataCheckId(data, xmlSecGnuTLSKeyDataX509Id), -1);
|
1181
|
+
xmlSecAssert2(node != NULL, -1);
|
1182
|
+
xmlSecAssert2(keyInfoCtx != NULL, -1);
|
1183
|
+
xmlSecAssert2(keyInfoCtx->keysMngr != NULL, -1);
|
1184
|
+
|
1185
|
+
x509Store = xmlSecKeysMngrGetDataStore(keyInfoCtx->keysMngr, xmlSecGnuTLSX509StoreId);
|
1186
|
+
if(x509Store == NULL) {
|
1187
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1188
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
1189
|
+
"xmlSecKeysMngrGetDataStore",
|
1190
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1191
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1192
|
+
return(-1);
|
1193
|
+
}
|
1194
|
+
|
1195
|
+
cur = xmlSecGetNextElementNode(node->children);
|
1196
|
+
if(cur == NULL) {
|
1197
|
+
if((keyInfoCtx->flags & XMLSEC_KEYINFO_FLAGS_STOP_ON_EMPTY_NODE) != 0) {
|
1198
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1199
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
1200
|
+
xmlSecErrorsSafeString(xmlSecNodeX509IssuerName),
|
1201
|
+
XMLSEC_ERRORS_R_NODE_NOT_FOUND,
|
1202
|
+
"node=%s",
|
1203
|
+
xmlSecErrorsSafeString(xmlSecNodeGetName(cur)));
|
1204
|
+
return(-1);
|
1205
|
+
}
|
1206
|
+
return(0);
|
1207
|
+
}
|
1208
|
+
|
1209
|
+
/* the first is required node X509IssuerName */
|
1210
|
+
if(!xmlSecCheckNodeName(cur, xmlSecNodeX509IssuerName, xmlSecDSigNs)) {
|
1211
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1212
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
1213
|
+
xmlSecErrorsSafeString(xmlSecNodeX509IssuerName),
|
1214
|
+
XMLSEC_ERRORS_R_NODE_NOT_FOUND,
|
1215
|
+
"node=%s",
|
1216
|
+
xmlSecErrorsSafeString(xmlSecNodeGetName(cur)));
|
1217
|
+
return(-1);
|
1218
|
+
}
|
1219
|
+
issuerName = xmlNodeGetContent(cur);
|
1220
|
+
if(issuerName == NULL) {
|
1221
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1222
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
1223
|
+
xmlSecErrorsSafeString(xmlSecNodeGetName(cur)),
|
1224
|
+
XMLSEC_ERRORS_R_INVALID_NODE_CONTENT,
|
1225
|
+
"node=%s",
|
1226
|
+
xmlSecErrorsSafeString(xmlSecNodeX509IssuerName));
|
1227
|
+
return(-1);
|
1228
|
+
}
|
1229
|
+
cur = xmlSecGetNextElementNode(cur->next);
|
1230
|
+
|
1231
|
+
/* next is required node X509SerialNumber */
|
1232
|
+
if((cur == NULL) || !xmlSecCheckNodeName(cur, xmlSecNodeX509SerialNumber, xmlSecDSigNs)) {
|
1233
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1234
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
1235
|
+
xmlSecErrorsSafeString(xmlSecNodeGetName(cur)),
|
1236
|
+
XMLSEC_ERRORS_R_NODE_NOT_FOUND,
|
1237
|
+
"node=%s",
|
1238
|
+
xmlSecErrorsSafeString(xmlSecNodeX509SerialNumber));
|
1239
|
+
xmlFree(issuerName);
|
1240
|
+
return(-1);
|
1241
|
+
}
|
1242
|
+
issuerSerial = xmlNodeGetContent(cur);
|
1243
|
+
if(issuerSerial == NULL) {
|
1244
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1245
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
1246
|
+
xmlSecErrorsSafeString(xmlSecNodeX509SerialNumber),
|
1247
|
+
XMLSEC_ERRORS_R_INVALID_NODE_CONTENT,
|
1248
|
+
"node=%s",
|
1249
|
+
xmlSecErrorsSafeString(xmlSecNodeGetName(cur)));
|
1250
|
+
xmlFree(issuerName);
|
1251
|
+
return(-1);
|
1252
|
+
}
|
1253
|
+
cur = xmlSecGetNextElementNode(cur->next);
|
1254
|
+
|
1255
|
+
if(cur != NULL) {
|
1256
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1257
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
1258
|
+
xmlSecErrorsSafeString(xmlSecNodeGetName(cur)),
|
1259
|
+
XMLSEC_ERRORS_R_UNEXPECTED_NODE,
|
1260
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1261
|
+
xmlFree(issuerSerial);
|
1262
|
+
xmlFree(issuerName);
|
1263
|
+
return(-1);
|
1264
|
+
}
|
1265
|
+
|
1266
|
+
xmlSecGnuTLSX509Trim(issuerName);
|
1267
|
+
xmlSecGnuTLSX509Trim(issuerSerial);
|
1268
|
+
cert = xmlSecGnuTLSX509StoreFindCert(x509Store, NULL, issuerName, issuerSerial, NULL, keyInfoCtx);
|
1269
|
+
if(cert == NULL){
|
1270
|
+
|
1271
|
+
if((keyInfoCtx->flags & XMLSEC_KEYINFO_FLAGS_X509DATA_STOP_ON_UNKNOWN_CERT) != 0) {
|
1272
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1273
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
1274
|
+
NULL,
|
1275
|
+
XMLSEC_ERRORS_R_CERT_NOT_FOUND,
|
1276
|
+
"issuerName=%s;issuerSerial=%s",
|
1277
|
+
xmlSecErrorsSafeString(issuerName),
|
1278
|
+
xmlSecErrorsSafeString(issuerSerial));
|
1279
|
+
xmlFree(issuerSerial);
|
1280
|
+
xmlFree(issuerName);
|
1281
|
+
return(-1);
|
1282
|
+
}
|
1283
|
+
xmlFree(issuerSerial);
|
1284
|
+
xmlFree(issuerName);
|
1285
|
+
return(0);
|
1286
|
+
}
|
1287
|
+
|
1288
|
+
cert2 = xmlSecGnuTLSX509CertDup(cert);
|
1289
|
+
if(cert2 == NULL) {
|
1290
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1291
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
1292
|
+
"xmlSecGnuTLSX509CertDup",
|
1293
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1294
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1295
|
+
xmlFree(issuerSerial);
|
1296
|
+
xmlFree(issuerName);
|
1297
|
+
return(-1);
|
1298
|
+
}
|
1299
|
+
|
1300
|
+
ret = xmlSecGnuTLSKeyDataX509AdoptCert(data, cert2);
|
1301
|
+
if(ret < 0) {
|
1302
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1303
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
1304
|
+
"xmlSecGnuTLSKeyDataX509AdoptCert",
|
1305
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1306
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1307
|
+
gnutls_x509_crt_deinit(cert2);
|
1308
|
+
xmlFree(issuerSerial);
|
1309
|
+
xmlFree(issuerName);
|
1310
|
+
return(-1);
|
1311
|
+
}
|
1312
|
+
|
1313
|
+
xmlFree(issuerSerial);
|
1314
|
+
xmlFree(issuerName);
|
1315
|
+
return(0);
|
1316
|
+
}
|
1317
|
+
|
1318
|
+
static int
|
1319
|
+
xmlSecGnuTLSX509IssuerSerialNodeWrite(gnutls_x509_crt_t cert, xmlNodePtr node, xmlSecKeyInfoCtxPtr keyInfoCtx ATTRIBUTE_UNUSED) {
|
1320
|
+
xmlNodePtr cur;
|
1321
|
+
xmlNodePtr issuerNameNode;
|
1322
|
+
xmlNodePtr issuerNumberNode;
|
1323
|
+
xmlChar* buf;
|
1324
|
+
|
1325
|
+
xmlSecAssert2(cert != NULL, -1);
|
1326
|
+
xmlSecAssert2(node != NULL, -1);
|
1327
|
+
|
1328
|
+
/* create xml nodes */
|
1329
|
+
cur = xmlSecAddChild(node, xmlSecNodeX509IssuerSerial, xmlSecDSigNs);
|
1330
|
+
if(cur == NULL) {
|
1331
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1332
|
+
NULL,
|
1333
|
+
"xmlSecAddChild",
|
1334
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1335
|
+
"node=%s",
|
1336
|
+
xmlSecErrorsSafeString(xmlSecNodeX509IssuerSerial));
|
1337
|
+
return(-1);
|
1338
|
+
}
|
1339
|
+
|
1340
|
+
issuerNameNode = xmlSecAddChild(cur, xmlSecNodeX509IssuerName, xmlSecDSigNs);
|
1341
|
+
if(issuerNameNode == NULL) {
|
1342
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1343
|
+
NULL,
|
1344
|
+
"xmlSecAddChild",
|
1345
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1346
|
+
"node=%s",
|
1347
|
+
xmlSecErrorsSafeString(xmlSecNodeX509IssuerName));
|
1348
|
+
return(-1);
|
1349
|
+
}
|
1350
|
+
|
1351
|
+
issuerNumberNode = xmlSecAddChild(cur, xmlSecNodeX509SerialNumber, xmlSecDSigNs);
|
1352
|
+
if(issuerNumberNode == NULL) {
|
1353
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1354
|
+
NULL,
|
1355
|
+
"xmlSecAddChild",
|
1356
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1357
|
+
"node=%s",
|
1358
|
+
xmlSecErrorsSafeString(xmlSecNodeX509SerialNumber));
|
1359
|
+
return(-1);
|
1360
|
+
}
|
1361
|
+
|
1362
|
+
/* write data */
|
1363
|
+
buf = xmlSecGnuTLSX509CertGetIssuerDN(cert);
|
1364
|
+
if(buf == NULL) {
|
1365
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1366
|
+
NULL,
|
1367
|
+
"xmlSecGnuTLSX509CertGetIssuerDN",
|
1368
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1369
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1370
|
+
return(-1);
|
1371
|
+
}
|
1372
|
+
xmlSecNodeEncodeAndSetContent(issuerNameNode, buf);
|
1373
|
+
xmlFree(buf);
|
1374
|
+
|
1375
|
+
buf = xmlSecGnuTLSX509CertGetIssuerSerial(cert);
|
1376
|
+
if(buf == NULL) {
|
1377
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1378
|
+
NULL,
|
1379
|
+
"xmlSecGnuTLSX509CertGetIssuerSerial",
|
1380
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1381
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1382
|
+
return(-1);
|
1383
|
+
}
|
1384
|
+
xmlSecNodeEncodeAndSetContent(issuerNumberNode, buf);
|
1385
|
+
xmlFree(buf);
|
1386
|
+
|
1387
|
+
return(0);
|
1388
|
+
}
|
1389
|
+
|
1390
|
+
|
1391
|
+
static int
|
1392
|
+
xmlSecGnuTLSX509SKINodeRead(xmlSecKeyDataPtr data, xmlNodePtr node, xmlSecKeyInfoCtxPtr keyInfoCtx) {
|
1393
|
+
xmlSecKeyDataStorePtr x509Store;
|
1394
|
+
xmlChar* ski;
|
1395
|
+
gnutls_x509_crt_t cert;
|
1396
|
+
gnutls_x509_crt_t cert2;
|
1397
|
+
int ret;
|
1398
|
+
|
1399
|
+
xmlSecAssert2(xmlSecKeyDataCheckId(data, xmlSecGnuTLSKeyDataX509Id), -1);
|
1400
|
+
xmlSecAssert2(node != NULL, -1);
|
1401
|
+
xmlSecAssert2(keyInfoCtx != NULL, -1);
|
1402
|
+
xmlSecAssert2(keyInfoCtx->keysMngr != NULL, -1);
|
1403
|
+
|
1404
|
+
x509Store = xmlSecKeysMngrGetDataStore(keyInfoCtx->keysMngr, xmlSecGnuTLSX509StoreId);
|
1405
|
+
if(x509Store == NULL) {
|
1406
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1407
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
1408
|
+
"xmlSecKeysMngrGetDataStore",
|
1409
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1410
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1411
|
+
return(-1);
|
1412
|
+
}
|
1413
|
+
|
1414
|
+
ski = xmlNodeGetContent(node);
|
1415
|
+
if((ski == NULL) || (xmlSecIsEmptyString(ski) == 1)) {
|
1416
|
+
if(ski != NULL) {
|
1417
|
+
xmlFree(ski);
|
1418
|
+
}
|
1419
|
+
if((keyInfoCtx->flags & XMLSEC_KEYINFO_FLAGS_STOP_ON_EMPTY_NODE) != 0) {
|
1420
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1421
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
1422
|
+
xmlSecErrorsSafeString(xmlSecNodeGetName(node)),
|
1423
|
+
XMLSEC_ERRORS_R_INVALID_NODE_CONTENT,
|
1424
|
+
"node=%s",
|
1425
|
+
xmlSecErrorsSafeString(xmlSecNodeX509SKI));
|
1426
|
+
return(-1);
|
1427
|
+
}
|
1428
|
+
return(0);
|
1429
|
+
}
|
1430
|
+
|
1431
|
+
xmlSecGnuTLSX509Trim(ski);
|
1432
|
+
cert = xmlSecGnuTLSX509StoreFindCert(x509Store, NULL, NULL, NULL, ski, keyInfoCtx);
|
1433
|
+
if(cert == NULL){
|
1434
|
+
xmlFree(ski);
|
1435
|
+
|
1436
|
+
if((keyInfoCtx->flags & XMLSEC_KEYINFO_FLAGS_X509DATA_STOP_ON_UNKNOWN_CERT) != 0) {
|
1437
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1438
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
1439
|
+
NULL,
|
1440
|
+
XMLSEC_ERRORS_R_CERT_NOT_FOUND,
|
1441
|
+
"ski=%s",
|
1442
|
+
xmlSecErrorsSafeString(ski));
|
1443
|
+
return(-1);
|
1444
|
+
}
|
1445
|
+
return(0);
|
1446
|
+
}
|
1447
|
+
|
1448
|
+
cert2 = xmlSecGnuTLSX509CertDup(cert);
|
1449
|
+
if(cert2 == NULL) {
|
1450
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1451
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
1452
|
+
"xmlSecGnuTLSX509CertDup",
|
1453
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1454
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1455
|
+
xmlFree(ski);
|
1456
|
+
return(-1);
|
1457
|
+
}
|
1458
|
+
|
1459
|
+
ret = xmlSecGnuTLSKeyDataX509AdoptCert(data, cert2);
|
1460
|
+
if(ret < 0) {
|
1461
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1462
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
1463
|
+
"xmlSecGnuTLSKeyDataX509AdoptCert",
|
1464
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1465
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1466
|
+
gnutls_x509_crt_deinit(cert2);
|
1467
|
+
xmlFree(ski);
|
1468
|
+
return(-1);
|
1469
|
+
}
|
1470
|
+
|
1471
|
+
xmlFree(ski);
|
1472
|
+
return(0);
|
1473
|
+
}
|
1474
|
+
|
1475
|
+
static int
|
1476
|
+
xmlSecGnuTLSX509SKINodeWrite(gnutls_x509_crt_t cert, xmlNodePtr node, xmlSecKeyInfoCtxPtr keyInfoCtx ATTRIBUTE_UNUSED) {
|
1477
|
+
xmlChar *buf = NULL;
|
1478
|
+
xmlNodePtr cur = NULL;
|
1479
|
+
|
1480
|
+
xmlSecAssert2(cert != NULL, -1);
|
1481
|
+
xmlSecAssert2(node != NULL, -1);
|
1482
|
+
|
1483
|
+
/* add node */
|
1484
|
+
cur = xmlSecAddChild(node, xmlSecNodeX509SKI, xmlSecDSigNs);
|
1485
|
+
if(cur == NULL) {
|
1486
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1487
|
+
NULL,
|
1488
|
+
"xmlSecAddChild",
|
1489
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1490
|
+
"new_node=%s",
|
1491
|
+
xmlSecErrorsSafeString(xmlSecNodeX509SKI));
|
1492
|
+
return(-1);
|
1493
|
+
}
|
1494
|
+
|
1495
|
+
/* write value */
|
1496
|
+
buf = xmlSecGnuTLSX509CertGetSKI(cert);
|
1497
|
+
if(buf == NULL) {
|
1498
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1499
|
+
NULL,
|
1500
|
+
"xmlSecGnuTLSX509CertGetSKI",
|
1501
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1502
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1503
|
+
return(-1);
|
1504
|
+
}
|
1505
|
+
|
1506
|
+
xmlSecNodeEncodeAndSetContent(cur, buf);
|
1507
|
+
xmlFree(buf);
|
1508
|
+
|
1509
|
+
return(0);
|
1510
|
+
}
|
1511
|
+
|
1512
|
+
static int
|
1513
|
+
xmlSecGnuTLSX509CRLNodeRead(xmlSecKeyDataPtr data, xmlNodePtr node, xmlSecKeyInfoCtxPtr keyInfoCtx) {
|
1514
|
+
xmlChar *content;
|
1515
|
+
gnutls_x509_crl_t crl;
|
1516
|
+
int ret;
|
1517
|
+
|
1518
|
+
xmlSecAssert2(xmlSecKeyDataCheckId(data, xmlSecGnuTLSKeyDataX509Id), -1);
|
1519
|
+
xmlSecAssert2(node != NULL, -1);
|
1520
|
+
xmlSecAssert2(keyInfoCtx != NULL, -1);
|
1521
|
+
|
1522
|
+
content = xmlNodeGetContent(node);
|
1523
|
+
if((content == NULL) || (xmlSecIsEmptyString(content) == 1)) {
|
1524
|
+
if(content != NULL) {
|
1525
|
+
xmlFree(content);
|
1526
|
+
}
|
1527
|
+
if((keyInfoCtx->flags & XMLSEC_KEYINFO_FLAGS_STOP_ON_EMPTY_NODE) != 0) {
|
1528
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1529
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
1530
|
+
xmlSecErrorsSafeString(xmlSecNodeGetName(node)),
|
1531
|
+
XMLSEC_ERRORS_R_INVALID_NODE_CONTENT,
|
1532
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1533
|
+
return(-1);
|
1534
|
+
}
|
1535
|
+
return(0);
|
1536
|
+
}
|
1537
|
+
|
1538
|
+
crl = xmlSecGnuTLSX509CrlBase64DerRead(content);
|
1539
|
+
if(crl == NULL) {
|
1540
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1541
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
1542
|
+
"xmlSecGnuTLSX509CrlBase64DerRead",
|
1543
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1544
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1545
|
+
xmlFree(content);
|
1546
|
+
return(-1);
|
1547
|
+
}
|
1548
|
+
|
1549
|
+
ret = xmlSecGnuTLSKeyDataX509AdoptCrl(data, crl);
|
1550
|
+
if(ret < 0) {
|
1551
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1552
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
1553
|
+
"xmlSecGnuTLSKeyDataX509AdoptCrl",
|
1554
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1555
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1556
|
+
gnutls_x509_crl_deinit(crl);
|
1557
|
+
xmlFree(content);
|
1558
|
+
return(-1);
|
1559
|
+
}
|
1560
|
+
|
1561
|
+
xmlFree(content);
|
1562
|
+
return(0);
|
1563
|
+
}
|
1564
|
+
|
1565
|
+
static int
|
1566
|
+
xmlSecGnuTLSX509CRLNodeWrite(gnutls_x509_crl_t crl, xmlNodePtr node, xmlSecKeyInfoCtxPtr keyInfoCtx) {
|
1567
|
+
xmlChar* buf = NULL;
|
1568
|
+
xmlNodePtr cur = NULL;
|
1569
|
+
|
1570
|
+
xmlSecAssert2(crl != NULL, -1);
|
1571
|
+
xmlSecAssert2(node != NULL, -1);
|
1572
|
+
xmlSecAssert2(keyInfoCtx != NULL, -1);
|
1573
|
+
|
1574
|
+
/* set base64 lines size from context */
|
1575
|
+
buf = xmlSecGnuTLSX509CrlBase64DerWrite(crl, keyInfoCtx->base64LineSize);
|
1576
|
+
if(buf == NULL) {
|
1577
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1578
|
+
NULL,
|
1579
|
+
"xmlSecGnuTLSX509CrlBase64DerWrite",
|
1580
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1581
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1582
|
+
return(-1);
|
1583
|
+
}
|
1584
|
+
|
1585
|
+
cur = xmlSecAddChild(node, xmlSecNodeX509CRL, xmlSecDSigNs);
|
1586
|
+
if(cur == NULL) {
|
1587
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1588
|
+
NULL,
|
1589
|
+
"xmlSecAddChild",
|
1590
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1591
|
+
"new_node=%s",
|
1592
|
+
xmlSecErrorsSafeString(xmlSecNodeX509CRL));
|
1593
|
+
xmlFree(buf);
|
1594
|
+
return(-1);
|
1595
|
+
}
|
1596
|
+
/* todo: add \n around base64 data - from context */
|
1597
|
+
/* todo: add errors check */
|
1598
|
+
xmlNodeSetContent(cur, xmlSecStringCR);
|
1599
|
+
xmlNodeSetContent(cur, buf);
|
1600
|
+
xmlFree(buf);
|
1601
|
+
|
1602
|
+
return(0);
|
1603
|
+
}
|
1604
|
+
|
1605
|
+
|
1606
|
+
static int
|
1607
|
+
xmlSecGnuTLSKeyDataX509VerifyAndExtractKey(xmlSecKeyDataPtr data, xmlSecKeyPtr key,
|
1608
|
+
xmlSecKeyInfoCtxPtr keyInfoCtx) {
|
1609
|
+
xmlSecGnuTLSX509DataCtxPtr ctx;
|
1610
|
+
xmlSecKeyDataStorePtr x509Store;
|
1611
|
+
int ret;
|
1612
|
+
|
1613
|
+
xmlSecAssert2(xmlSecKeyDataCheckId(data, xmlSecGnuTLSKeyDataX509Id), -1);
|
1614
|
+
xmlSecAssert2(key != NULL, -1);
|
1615
|
+
xmlSecAssert2(keyInfoCtx != NULL, -1);
|
1616
|
+
xmlSecAssert2(keyInfoCtx->keysMngr != NULL, -1);
|
1617
|
+
|
1618
|
+
ctx = xmlSecGnuTLSX509DataGetCtx(data);
|
1619
|
+
xmlSecAssert2(ctx != NULL, -1);
|
1620
|
+
|
1621
|
+
x509Store = xmlSecKeysMngrGetDataStore(keyInfoCtx->keysMngr, xmlSecGnuTLSX509StoreId);
|
1622
|
+
if(x509Store == NULL) {
|
1623
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1624
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
1625
|
+
"xmlSecKeysMngrGetDataStore",
|
1626
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1627
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1628
|
+
return(-1);
|
1629
|
+
}
|
1630
|
+
|
1631
|
+
if((ctx->keyCert == NULL) && (xmlSecPtrListGetSize(&(ctx->certsList)) > 0) && (xmlSecKeyGetValue(key) == NULL)) {
|
1632
|
+
gnutls_x509_crt_t cert;
|
1633
|
+
|
1634
|
+
cert = xmlSecGnuTLSX509StoreVerify(x509Store, &(ctx->certsList), &(ctx->crlsList), keyInfoCtx);
|
1635
|
+
if(cert != NULL) {
|
1636
|
+
xmlSecKeyDataPtr keyValue;
|
1637
|
+
|
1638
|
+
ctx->keyCert = xmlSecGnuTLSX509CertDup(cert);
|
1639
|
+
if(ctx->keyCert == NULL) {
|
1640
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1641
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
1642
|
+
"xmlSecGnuTLSX509CertDup",
|
1643
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1644
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1645
|
+
return(-1);
|
1646
|
+
}
|
1647
|
+
|
1648
|
+
keyValue = xmlSecGnuTLSX509CertGetKey(ctx->keyCert);
|
1649
|
+
if(keyValue == NULL) {
|
1650
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1651
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
1652
|
+
"xmlSecGnuTLSX509CertGetKey",
|
1653
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1654
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1655
|
+
return(-1);
|
1656
|
+
}
|
1657
|
+
|
1658
|
+
/* verify that the key matches our expectations */
|
1659
|
+
if(xmlSecKeyReqMatchKeyValue(&(keyInfoCtx->keyReq), keyValue) != 1) {
|
1660
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1661
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
1662
|
+
"xmlSecKeyReqMatchKeyValue",
|
1663
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1664
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1665
|
+
xmlSecKeyDataDestroy(keyValue);
|
1666
|
+
return(-1);
|
1667
|
+
}
|
1668
|
+
|
1669
|
+
ret = xmlSecKeySetValue(key, keyValue);
|
1670
|
+
if(ret < 0) {
|
1671
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1672
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
1673
|
+
"xmlSecKeySetValue",
|
1674
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1675
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1676
|
+
xmlSecKeyDataDestroy(keyValue);
|
1677
|
+
return(-1);
|
1678
|
+
}
|
1679
|
+
|
1680
|
+
/* get expiration time */
|
1681
|
+
key->notValidBefore = gnutls_x509_crt_get_activation_time(ctx->keyCert);
|
1682
|
+
if(key->notValidBefore == (time_t)-1) {
|
1683
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1684
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
1685
|
+
"gnutls_x509_crt_get_activation_time",
|
1686
|
+
XMLSEC_ERRORS_R_CRYPTO_FAILED,
|
1687
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1688
|
+
return(-1);
|
1689
|
+
}
|
1690
|
+
key->notValidAfter = gnutls_x509_crt_get_expiration_time(ctx->keyCert);
|
1691
|
+
if(key->notValidAfter == (time_t)-1) {
|
1692
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1693
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
1694
|
+
"gnutls_x509_crt_get_expiration_time",
|
1695
|
+
XMLSEC_ERRORS_R_CRYPTO_FAILED,
|
1696
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1697
|
+
return(-1);
|
1698
|
+
}
|
1699
|
+
} else if((keyInfoCtx->flags & XMLSEC_KEYINFO_FLAGS_X509DATA_STOP_ON_INVALID_CERT) != 0) {
|
1700
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1701
|
+
xmlSecErrorsSafeString(xmlSecKeyDataGetName(data)),
|
1702
|
+
NULL,
|
1703
|
+
XMLSEC_ERRORS_R_CERT_NOT_FOUND,
|
1704
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1705
|
+
return(-1);
|
1706
|
+
}
|
1707
|
+
}
|
1708
|
+
return(0);
|
1709
|
+
}
|
1710
|
+
|
1711
|
+
/**
|
1712
|
+
* xmlSecGnuTLSX509CertGetKey:
|
1713
|
+
* @cert: the certificate.
|
1714
|
+
*
|
1715
|
+
* Extracts public key from the @cert.
|
1716
|
+
*
|
1717
|
+
* Returns: public key value or NULL if an error occurs.
|
1718
|
+
*/
|
1719
|
+
xmlSecKeyDataPtr
|
1720
|
+
xmlSecGnuTLSX509CertGetKey(gnutls_x509_crt_t cert) {
|
1721
|
+
xmlSecKeyDataPtr data;
|
1722
|
+
int alg;
|
1723
|
+
unsigned int bits;
|
1724
|
+
int err;
|
1725
|
+
int ret;
|
1726
|
+
|
1727
|
+
xmlSecAssert2(cert != NULL, NULL);
|
1728
|
+
|
1729
|
+
alg = gnutls_x509_crt_get_pk_algorithm(cert, &bits);
|
1730
|
+
if(alg < 0) {
|
1731
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1732
|
+
NULL,
|
1733
|
+
"gnutls_x509_crt_get_pk_algorithm",
|
1734
|
+
XMLSEC_ERRORS_R_CRYPTO_FAILED,
|
1735
|
+
XMLSEC_GNUTLS_REPORT_ERROR(alg));
|
1736
|
+
return(NULL);
|
1737
|
+
}
|
1738
|
+
|
1739
|
+
switch(alg) {
|
1740
|
+
#ifndef XMLSEC_NO_RSA
|
1741
|
+
case GNUTLS_PK_RSA:
|
1742
|
+
{
|
1743
|
+
gnutls_datum_t m, e;
|
1744
|
+
|
1745
|
+
data = xmlSecKeyDataCreate(xmlSecGnuTLSKeyDataRsaId);
|
1746
|
+
if(data == NULL) {
|
1747
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1748
|
+
NULL,
|
1749
|
+
"xmlSecKeyDataCreate",
|
1750
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1751
|
+
"xmlSecGnuTLSKeyDataRsaId");
|
1752
|
+
return(NULL);
|
1753
|
+
}
|
1754
|
+
|
1755
|
+
err = gnutls_x509_crt_get_pk_rsa_raw(cert, &m, &e);
|
1756
|
+
if(err != GNUTLS_E_SUCCESS) {
|
1757
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1758
|
+
NULL,
|
1759
|
+
"gnutls_x509_crt_get_pk_rsa_raw",
|
1760
|
+
XMLSEC_ERRORS_R_CRYPTO_FAILED,
|
1761
|
+
XMLSEC_GNUTLS_REPORT_ERROR(err));
|
1762
|
+
return(NULL);
|
1763
|
+
}
|
1764
|
+
|
1765
|
+
ret = xmlSecGnuTLSKeyDataRsaAdoptPublicKey(data, &m, &e);
|
1766
|
+
if(ret < 0) {
|
1767
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1768
|
+
NULL,
|
1769
|
+
"xmlSecGnuTLSKeyDataRsaAdoptPublicKey",
|
1770
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1771
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1772
|
+
gnutls_free(m.data);
|
1773
|
+
gnutls_free(e.data);
|
1774
|
+
return(NULL);
|
1775
|
+
}
|
1776
|
+
/* m and e are owned by data now */
|
1777
|
+
}
|
1778
|
+
break;
|
1779
|
+
#endif /* XMLSEC_NO_RSA */
|
1780
|
+
|
1781
|
+
#ifndef XMLSEC_NO_DSA
|
1782
|
+
case GNUTLS_PK_DSA:
|
1783
|
+
{
|
1784
|
+
gnutls_datum_t p, q, g, y;
|
1785
|
+
|
1786
|
+
data = xmlSecKeyDataCreate(xmlSecGnuTLSKeyDataDsaId);
|
1787
|
+
if(data == NULL) {
|
1788
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1789
|
+
NULL,
|
1790
|
+
"xmlSecKeyDataCreate",
|
1791
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1792
|
+
"xmlSecGnuTLSKeyDataDsaId");
|
1793
|
+
return(NULL);
|
1794
|
+
}
|
1795
|
+
|
1796
|
+
err = gnutls_x509_crt_get_pk_dsa_raw(cert, &p, &q, &g, &y);
|
1797
|
+
if(err != GNUTLS_E_SUCCESS) {
|
1798
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1799
|
+
NULL,
|
1800
|
+
"gnutls_x509_crt_get_pk_dsa_raw",
|
1801
|
+
XMLSEC_ERRORS_R_CRYPTO_FAILED,
|
1802
|
+
XMLSEC_GNUTLS_REPORT_ERROR(err));
|
1803
|
+
return(NULL);
|
1804
|
+
}
|
1805
|
+
|
1806
|
+
ret = xmlSecGnuTLSKeyDataDsaAdoptPublicKey(data, &p, &q, &g, &y);
|
1807
|
+
if(ret < 0) {
|
1808
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1809
|
+
NULL,
|
1810
|
+
"xmlSecGnuTLSKeyDataDsaAdoptPublicKey",
|
1811
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1812
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1813
|
+
gnutls_free(p.data);
|
1814
|
+
gnutls_free(q.data);
|
1815
|
+
gnutls_free(g.data);
|
1816
|
+
gnutls_free(y.data);
|
1817
|
+
return(NULL);
|
1818
|
+
}
|
1819
|
+
/* p, q, g and y are owned by data now */
|
1820
|
+
}
|
1821
|
+
break;
|
1822
|
+
#endif /* XMLSEC_NO_DSA */
|
1823
|
+
|
1824
|
+
default:
|
1825
|
+
{
|
1826
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1827
|
+
NULL,
|
1828
|
+
"gnutls_x509_crt_get_pk_algorithm",
|
1829
|
+
XMLSEC_ERRORS_R_CRYPTO_FAILED,
|
1830
|
+
"Unsupported algorithm %d", (int)alg);
|
1831
|
+
return(NULL);
|
1832
|
+
}
|
1833
|
+
}
|
1834
|
+
|
1835
|
+
/* data */
|
1836
|
+
return(data);
|
1837
|
+
}
|
1838
|
+
|
1839
|
+
|
1840
|
+
/**************************************************************************
|
1841
|
+
*
|
1842
|
+
* Raw X509 Certificate processing
|
1843
|
+
*
|
1844
|
+
*
|
1845
|
+
*************************************************************************/
|
1846
|
+
static int xmlSecGnuTLSKeyDataRawX509CertBinRead (xmlSecKeyDataId id,
|
1847
|
+
xmlSecKeyPtr key,
|
1848
|
+
const xmlSecByte* buf,
|
1849
|
+
xmlSecSize bufSize,
|
1850
|
+
xmlSecKeyInfoCtxPtr keyInfoCtx);
|
1851
|
+
|
1852
|
+
static xmlSecKeyDataKlass xmlSecGnuTLSKeyDataRawX509CertKlass = {
|
1853
|
+
sizeof(xmlSecKeyDataKlass),
|
1854
|
+
sizeof(xmlSecKeyData),
|
1855
|
+
|
1856
|
+
/* data */
|
1857
|
+
xmlSecNameRawX509Cert,
|
1858
|
+
xmlSecKeyDataUsageRetrievalMethodNodeBin,
|
1859
|
+
/* xmlSecKeyDataUsage usage; */
|
1860
|
+
xmlSecHrefRawX509Cert, /* const xmlChar* href; */
|
1861
|
+
NULL, /* const xmlChar* dataNodeName; */
|
1862
|
+
xmlSecDSigNs, /* const xmlChar* dataNodeNs; */
|
1863
|
+
|
1864
|
+
/* constructors/destructor */
|
1865
|
+
NULL, /* xmlSecKeyDataInitializeMethod initialize; */
|
1866
|
+
NULL, /* xmlSecKeyDataDuplicateMethod duplicate; */
|
1867
|
+
NULL, /* xmlSecKeyDataFinalizeMethod finalize; */
|
1868
|
+
NULL, /* xmlSecKeyDataGenerateMethod generate; */
|
1869
|
+
|
1870
|
+
/* get info */
|
1871
|
+
NULL, /* xmlSecKeyDataGetTypeMethod getType; */
|
1872
|
+
NULL, /* xmlSecKeyDataGetSizeMethod getSize; */
|
1873
|
+
NULL, /* xmlSecKeyDataGetIdentifier getIdentifier; */
|
1874
|
+
|
1875
|
+
/* read/write */
|
1876
|
+
NULL, /* xmlSecKeyDataXmlReadMethod xmlRead; */
|
1877
|
+
NULL, /* xmlSecKeyDataXmlWriteMethod xmlWrite; */
|
1878
|
+
xmlSecGnuTLSKeyDataRawX509CertBinRead, /* xmlSecKeyDataBinReadMethod binRead; */
|
1879
|
+
NULL, /* xmlSecKeyDataBinWriteMethod binWrite; */
|
1880
|
+
|
1881
|
+
/* debug */
|
1882
|
+
NULL, /* xmlSecKeyDataDebugDumpMethod debugDump; */
|
1883
|
+
NULL, /* xmlSecKeyDataDebugDumpMethod debugXmlDump; */
|
1884
|
+
|
1885
|
+
/* reserved for the future */
|
1886
|
+
NULL, /* void* reserved0; */
|
1887
|
+
NULL, /* void* reserved1; */
|
1888
|
+
};
|
1889
|
+
|
1890
|
+
/**
|
1891
|
+
* xmlSecGnuTLSKeyDataRawX509CertGetKlass:
|
1892
|
+
*
|
1893
|
+
* The raw X509 certificates key data klass.
|
1894
|
+
*
|
1895
|
+
* Returns: raw X509 certificates key data klass.
|
1896
|
+
*/
|
1897
|
+
xmlSecKeyDataId
|
1898
|
+
xmlSecGnuTLSKeyDataRawX509CertGetKlass(void) {
|
1899
|
+
return(&xmlSecGnuTLSKeyDataRawX509CertKlass);
|
1900
|
+
}
|
1901
|
+
|
1902
|
+
static int
|
1903
|
+
xmlSecGnuTLSKeyDataRawX509CertBinRead(xmlSecKeyDataId id, xmlSecKeyPtr key,
|
1904
|
+
const xmlSecByte* buf, xmlSecSize bufSize,
|
1905
|
+
xmlSecKeyInfoCtxPtr keyInfoCtx) {
|
1906
|
+
xmlSecKeyDataPtr data;
|
1907
|
+
gnutls_x509_crt_t cert;
|
1908
|
+
int ret;
|
1909
|
+
|
1910
|
+
xmlSecAssert2(id == xmlSecGnuTLSKeyDataRawX509CertId, -1);
|
1911
|
+
xmlSecAssert2(key != NULL, -1);
|
1912
|
+
xmlSecAssert2(buf != NULL, -1);
|
1913
|
+
xmlSecAssert2(bufSize > 0, -1);
|
1914
|
+
xmlSecAssert2(keyInfoCtx != NULL, -1);
|
1915
|
+
|
1916
|
+
cert = xmlSecGnuTLSX509CertRead(buf, bufSize, xmlSecKeyDataFormatCertDer);
|
1917
|
+
if(cert == NULL) {
|
1918
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1919
|
+
NULL,
|
1920
|
+
"xmlSecGnuTLSX509CertRead",
|
1921
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1922
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1923
|
+
return(-1);
|
1924
|
+
}
|
1925
|
+
|
1926
|
+
data = xmlSecKeyEnsureData(key, xmlSecGnuTLSKeyDataX509Id);
|
1927
|
+
if(data == NULL) {
|
1928
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1929
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
1930
|
+
"xmlSecKeyEnsureData",
|
1931
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1932
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1933
|
+
gnutls_x509_crt_deinit(cert);
|
1934
|
+
return(-1);
|
1935
|
+
}
|
1936
|
+
|
1937
|
+
ret = xmlSecGnuTLSKeyDataX509AdoptCert(data, cert);
|
1938
|
+
if(ret < 0) {
|
1939
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1940
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
1941
|
+
"xmlSecGnuTLSKeyDataX509AdoptCert",
|
1942
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1943
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1944
|
+
gnutls_x509_crt_deinit(cert);
|
1945
|
+
return(-1);
|
1946
|
+
}
|
1947
|
+
|
1948
|
+
ret = xmlSecGnuTLSKeyDataX509VerifyAndExtractKey(data, key, keyInfoCtx);
|
1949
|
+
if(ret < 0) {
|
1950
|
+
xmlSecError(XMLSEC_ERRORS_HERE,
|
1951
|
+
xmlSecErrorsSafeString(xmlSecKeyDataKlassGetName(id)),
|
1952
|
+
"xmlSecGnuTLSKeyDataX509VerifyAndExtractKey",
|
1953
|
+
XMLSEC_ERRORS_R_XMLSEC_FAILED,
|
1954
|
+
XMLSEC_ERRORS_NO_MESSAGE);
|
1955
|
+
return(-1);
|
1956
|
+
}
|
1957
|
+
return(0);
|
1958
|
+
}
|
1959
|
+
|
1960
|
+
#endif /* XMLSEC_NO_X509 */
|