update to 1.0.1; from maintainer Jim Geovedi <jim@corebsd.or.id>
The XML Security Library 1.0.X release is a major upgrade from 0.0.X version. The new version includes multiple crypto engines support (with "out of the box" support for OpenSSL, GnuTLS and NSS); simplified and cleaned internal structure and API; several performance and memory usage improvements; new or updated documentation.
This commit is contained in:
parent
130b628102
commit
d1a5fcdd99
@ -1,13 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2003/01/30 14:29:29 couderc Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2003/04/29 14:22:48 wilfried Exp $
|
||||
|
||||
COMMENT= "XML security library"
|
||||
COMMENT-docs= "XML security library documentation"
|
||||
|
||||
VERSION= 0.0.12
|
||||
DISTNAME= xmlsec-${VERSION}
|
||||
VERSION= 1.0.1
|
||||
DISTNAME= xmlsec1-${VERSION}
|
||||
PKGNAME= xmlsec-${VERSION}
|
||||
PKGNAME-docs= xmlsec-docs-${VERSION}
|
||||
CATEGORIES= security
|
||||
|
||||
HOMEPAGE= http://www.aleksey.com/xmlsec/
|
||||
|
||||
MAINTAINER= Jim Geovedi <jim@corebsd.or.id>
|
||||
|
||||
# MIT Licence
|
||||
@ -16,18 +18,20 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://www.aleksey.com/xmlsec/download/
|
||||
MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \
|
||||
ftp://ftp.aleksey.com/pub/xmlsec/releases/ \
|
||||
ftp://ftp.xmlsoft.org/xmlsec/releases/ \
|
||||
ftp://ftp.rpmfind.net/pub/XML/xmlsec/releases/
|
||||
|
||||
MULTI_PACKAGES= -docs
|
||||
SUBPACKAGE?=
|
||||
|
||||
.if ${SUBPACKAGE} != "-docs"
|
||||
MODULES= iconv
|
||||
LIB_DEPENDS= xslt.1::textproc/libxslt
|
||||
.endif
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltconfig \
|
||||
${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltmain_sh
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xmlsec
|
||||
cp -R ${WRKSRC}/docs/* ${PREFIX}/share/doc/xmlsec
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (xmlsec-0.0.12.tar.gz) = 8dedf94d8f43e285aa0e94a61bb7804d
|
||||
RMD160 (xmlsec-0.0.12.tar.gz) = 18928655560653f1be72c9e02b32d20210dea03b
|
||||
SHA1 (xmlsec-0.0.12.tar.gz) = acd12d45c40e7170950c343ba2ff52242eef9c5a
|
||||
MD5 (xmlsec1-1.0.1.tar.gz) = e3a08d26cb1b8f293f507e05ab818dae
|
||||
RMD160 (xmlsec1-1.0.1.tar.gz) = a2ae20d18ebb6714b32745e65b47128718ace6fb
|
||||
SHA1 (xmlsec1-1.0.1.tar.gz) = 666b96c53fe242f41d4a633739bcf31db0b36ed1
|
||||
|
12
security/xmlsec/patches/patch-docs_Makefile_in
Normal file
12
security/xmlsec/patches/patch-docs_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-docs_Makefile_in,v 1.1 2003/04/29 14:22:48 wilfried Exp $
|
||||
--- docs/Makefile.in.orig Tue Apr 29 20:13:54 2003
|
||||
+++ docs/Makefile.in Tue Apr 29 20:14:17 2003
|
||||
@@ -467,7 +467,7 @@ install-data-local:
|
||||
-@INSTALL@ -m 0644 $(srcdir)/images/*.gif $(srcdir)/images/*.png $(DESTDIR)$(TARGET_DIR)/images
|
||||
-@INSTALL@ -m 0644 $(srcdir)/api/*.html $(srcdir)/api/*.sgml $(DESTDIR)$(TARGET_DIR)/api
|
||||
-@INSTALL@ -m 0644 $(srcdir)/api/chapters/*.sgml $(DESTDIR)$(TARGET_DIR)/api/chapters
|
||||
- -@INSTALL@ -m 0644 $(srcdir)/api/images/*.png $(DESTDIR)$(TARGET_DIR)/api/images
|
||||
+ -@INSTALL@ -m 0644 $(srcdir)/api/images/*.png $(srcdir)/api/images/*.sxd $(DESTDIR)$(TARGET_DIR)/api/images
|
||||
|
||||
uninstall:
|
||||
@rm -rf $(TARGET_DIR)
|
85
security/xmlsec/patches/patch-ltmain_sh
Normal file
85
security/xmlsec/patches/patch-ltmain_sh
Normal file
@ -0,0 +1,85 @@
|
||||
$OpenBSD: patch-ltmain_sh,v 1.1 2003/04/29 14:22:48 wilfried Exp $
|
||||
--- ltmain.sh.orig Sat Apr 26 00:20:03 2003
|
||||
+++ ltmain.sh Tue Apr 29 15:08:22 2003
|
||||
@@ -1085,6 +1085,17 @@ compiler."
|
||||
continue
|
||||
;;
|
||||
|
||||
+ -pthread)
|
||||
+ case $host in
|
||||
+ *-*-openbsd*)
|
||||
+ deplibs="$deplibs $arg"
|
||||
+ ;;
|
||||
+ *)
|
||||
+ continue
|
||||
+ ;;
|
||||
+ esac
|
||||
+ ;;
|
||||
+
|
||||
-module)
|
||||
module=yes
|
||||
continue
|
||||
@@ -1525,6 +1536,10 @@ compiler."
|
||||
fi
|
||||
continue
|
||||
;;
|
||||
+ -pthread)
|
||||
+ continue
|
||||
+ ;;
|
||||
+
|
||||
%DEPLIBS%)
|
||||
alldeplibs=yes
|
||||
continue
|
||||
@@ -1770,11 +1785,6 @@ compiler."
|
||||
continue
|
||||
fi
|
||||
|
||||
- if test "$installed" = no; then
|
||||
- notinst_deplibs="$notinst_deplibs $lib"
|
||||
- need_relink=yes
|
||||
- fi
|
||||
-
|
||||
if test -n "$old_archive_from_expsyms_cmds"; then
|
||||
# figure out the soname
|
||||
set dummy $library_names
|
||||
@@ -4580,40 +4590,6 @@ relink_command=\"$relink_command\""
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = ":" && exit 0
|
||||
|
||||
- echo "----------------------------------------------------------------------"
|
||||
- echo "Libraries have been installed in:"
|
||||
- for libdir in $libdirs; do
|
||||
- echo " $libdir"
|
||||
- done
|
||||
- echo
|
||||
- echo "If you ever happen to want to link against installed libraries"
|
||||
- echo "in a given directory, LIBDIR, you must either use libtool, and"
|
||||
- echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
|
||||
- echo "flag during linking and do at least one of the following:"
|
||||
- if test -n "$shlibpath_var"; then
|
||||
- echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
|
||||
- echo " during execution"
|
||||
- fi
|
||||
- if test -n "$runpath_var"; then
|
||||
- echo " - add LIBDIR to the \`$runpath_var' environment variable"
|
||||
- echo " during linking"
|
||||
- fi
|
||||
- if test -n "$hardcode_libdir_flag_spec"; then
|
||||
- libdir=LIBDIR
|
||||
- eval flag=\"$hardcode_libdir_flag_spec\"
|
||||
-
|
||||
- echo " - use the \`$flag' linker flag"
|
||||
- fi
|
||||
- if test -n "$admincmds"; then
|
||||
- echo " - have your system administrator run these commands:$admincmds"
|
||||
- fi
|
||||
- if test -f /etc/ld.so.conf; then
|
||||
- echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
|
||||
- fi
|
||||
- echo
|
||||
- echo "See any operating system documentation about shared libraries for"
|
||||
- echo "more information, such as the ld(1) and ld.so(8) manual pages."
|
||||
- echo "----------------------------------------------------------------------"
|
||||
exit 0
|
||||
;;
|
||||
|
@ -1,6 +1,7 @@
|
||||
XML Security Library is a C library based on LibXML2 and OpenSSL. The
|
||||
library was created with a goal to support major XML security
|
||||
XML Security Library is a C library based on LibXML2 and OpenSSL.
|
||||
The library was created with a goal to support major XML security
|
||||
standards:
|
||||
|
||||
* XML Signature
|
||||
* XML Encryption
|
||||
* Canonical XML
|
||||
|
4
security/xmlsec/pkg/DESCR-docs
Normal file
4
security/xmlsec/pkg/DESCR-docs
Normal file
@ -0,0 +1,4 @@
|
||||
Complete set of documentation of XML Security Library. The
|
||||
documentation is in the form of HTML files suitable for browsing.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
@ -1,3 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.4 2003/01/30 14:29:29 couderc Exp $
|
||||
lib/libxmlsec.so.0.12
|
||||
DYNLIBDIR(%D/lib)
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.5 2003/04/29 14:22:48 wilfried Exp $
|
||||
lib/libxmlsec1-openssl.so.1.1
|
||||
lib/libxmlsec1.so.1.1
|
||||
DYNLIBDIR(%B)
|
||||
|
@ -1,313 +1,44 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2002/11/13 19:07:36 naddy Exp $
|
||||
bin/xmlsec
|
||||
bin/xmlsec-config
|
||||
include/xmlsec/base64.h
|
||||
include/xmlsec/bn.h
|
||||
include/xmlsec/buffered.h
|
||||
include/xmlsec/ciphers.h
|
||||
include/xmlsec/debug.h
|
||||
include/xmlsec/digests.h
|
||||
include/xmlsec/errors.h
|
||||
include/xmlsec/io.h
|
||||
include/xmlsec/keyinfo.h
|
||||
include/xmlsec/keys.h
|
||||
include/xmlsec/keysInternal.h
|
||||
include/xmlsec/keysmngr.h
|
||||
include/xmlsec/membuf.h
|
||||
include/xmlsec/nodeset.h
|
||||
include/xmlsec/transforms.h
|
||||
include/xmlsec/transformsInternal.h
|
||||
include/xmlsec/version.h
|
||||
include/xmlsec/x509.h
|
||||
include/xmlsec/xmldsig.h
|
||||
include/xmlsec/xmlenc.h
|
||||
include/xmlsec/xmlsec.h
|
||||
include/xmlsec/xmltree.h
|
||||
lib/libxmlsec.a
|
||||
lib/libxmlsec.la
|
||||
lib/pkgconfig/xmlsec.pc
|
||||
man/man1/xmlsec-config.1
|
||||
man/man1/xmlsec.1
|
||||
share/doc/xmlsec/api/Makefile
|
||||
share/doc/xmlsec/api/Makefile.am
|
||||
share/doc/xmlsec/api/Makefile.in
|
||||
share/doc/xmlsec/api/index.html
|
||||
share/doc/xmlsec/api/index.sgml
|
||||
share/doc/xmlsec/api/sgml/base64.sgml
|
||||
share/doc/xmlsec/api/sgml/bn.sgml
|
||||
share/doc/xmlsec/api/sgml/buffered.sgml
|
||||
share/doc/xmlsec/api/sgml/ciphers.sgml
|
||||
share/doc/xmlsec/api/sgml/debug.sgml
|
||||
share/doc/xmlsec/api/sgml/digests.sgml
|
||||
share/doc/xmlsec/api/sgml/errors.sgml
|
||||
share/doc/xmlsec/api/sgml/io.sgml
|
||||
share/doc/xmlsec/api/sgml/keyinfo.sgml
|
||||
share/doc/xmlsec/api/sgml/keys.sgml
|
||||
share/doc/xmlsec/api/sgml/keysInternal.sgml
|
||||
share/doc/xmlsec/api/sgml/keysmngr.sgml
|
||||
share/doc/xmlsec/api/sgml/membuf.sgml
|
||||
share/doc/xmlsec/api/sgml/nodeset.sgml
|
||||
share/doc/xmlsec/api/sgml/transforms.sgml
|
||||
share/doc/xmlsec/api/sgml/transformsInternal.sgml
|
||||
share/doc/xmlsec/api/sgml/version.sgml
|
||||
share/doc/xmlsec/api/sgml/x509.sgml
|
||||
share/doc/xmlsec/api/sgml/xmldsig.sgml
|
||||
share/doc/xmlsec/api/sgml/xmlenc.sgml
|
||||
share/doc/xmlsec/api/sgml/xmlsec-doc.bottom
|
||||
share/doc/xmlsec/api/sgml/xmlsec-doc.top
|
||||
share/doc/xmlsec/api/sgml/xmlsec.sgml
|
||||
share/doc/xmlsec/api/sgml/xmltree.sgml
|
||||
share/doc/xmlsec/api/tmpl/base64.sgml
|
||||
share/doc/xmlsec/api/tmpl/bn.sgml
|
||||
share/doc/xmlsec/api/tmpl/buffered.sgml
|
||||
share/doc/xmlsec/api/tmpl/ciphers.sgml
|
||||
share/doc/xmlsec/api/tmpl/debug.sgml
|
||||
share/doc/xmlsec/api/tmpl/digests.sgml
|
||||
share/doc/xmlsec/api/tmpl/errors.sgml
|
||||
share/doc/xmlsec/api/tmpl/io.sgml
|
||||
share/doc/xmlsec/api/tmpl/keyinfo.sgml
|
||||
share/doc/xmlsec/api/tmpl/keys.sgml
|
||||
share/doc/xmlsec/api/tmpl/keysInternal.sgml
|
||||
share/doc/xmlsec/api/tmpl/keysmngr.sgml
|
||||
share/doc/xmlsec/api/tmpl/membuf.sgml
|
||||
share/doc/xmlsec/api/tmpl/nodeset.sgml
|
||||
share/doc/xmlsec/api/tmpl/transforms.sgml
|
||||
share/doc/xmlsec/api/tmpl/transformsInternal.sgml
|
||||
share/doc/xmlsec/api/tmpl/version.sgml
|
||||
share/doc/xmlsec/api/tmpl/x509.sgml
|
||||
share/doc/xmlsec/api/tmpl/xmldsig.sgml
|
||||
share/doc/xmlsec/api/tmpl/xmlenc.sgml
|
||||
share/doc/xmlsec/api/tmpl/xmlsec-unused.sgml
|
||||
share/doc/xmlsec/api/tmpl/xmlsec.sgml
|
||||
share/doc/xmlsec/api/tmpl/xmltree.sgml
|
||||
share/doc/xmlsec/api/xmlsec-base64.html
|
||||
share/doc/xmlsec/api/xmlsec-bn.html
|
||||
share/doc/xmlsec/api/xmlsec-buffered.html
|
||||
share/doc/xmlsec/api/xmlsec-ciphers.html
|
||||
share/doc/xmlsec/api/xmlsec-debug.html
|
||||
share/doc/xmlsec/api/xmlsec-decl-list.txt
|
||||
share/doc/xmlsec/api/xmlsec-decl.txt
|
||||
share/doc/xmlsec/api/xmlsec-digests.html
|
||||
share/doc/xmlsec/api/xmlsec-docs.sgml
|
||||
share/doc/xmlsec/api/xmlsec-errors.html
|
||||
share/doc/xmlsec/api/xmlsec-io.html
|
||||
share/doc/xmlsec/api/xmlsec-keyinfo.html
|
||||
share/doc/xmlsec/api/xmlsec-keys.html
|
||||
share/doc/xmlsec/api/xmlsec-keysinternal.html
|
||||
share/doc/xmlsec/api/xmlsec-keysmngr.html
|
||||
share/doc/xmlsec/api/xmlsec-membuf.html
|
||||
share/doc/xmlsec/api/xmlsec-nodeset.html
|
||||
share/doc/xmlsec/api/xmlsec-notes.html
|
||||
share/doc/xmlsec/api/xmlsec-ref-int.html
|
||||
share/doc/xmlsec/api/xmlsec-ref.html
|
||||
share/doc/xmlsec/api/xmlsec-sections.txt
|
||||
share/doc/xmlsec/api/xmlsec-transforms.html
|
||||
share/doc/xmlsec/api/xmlsec-transformsinternal.html
|
||||
share/doc/xmlsec/api/xmlsec-undocumented.txt
|
||||
share/doc/xmlsec/api/xmlsec-unused.txt
|
||||
share/doc/xmlsec/api/xmlsec-version.html
|
||||
share/doc/xmlsec/api/xmlsec-x509.html
|
||||
share/doc/xmlsec/api/xmlsec-xmldsig.html
|
||||
share/doc/xmlsec/api/xmlsec-xmlenc.html
|
||||
share/doc/xmlsec/api/xmlsec-xmlsec.html
|
||||
share/doc/xmlsec/api/xmlsec-xmltree.html
|
||||
share/doc/xmlsec/api/xmlsec.sgml
|
||||
share/doc/xmlsec/bugs.html
|
||||
share/doc/xmlsec/c14n.html
|
||||
share/doc/xmlsec/documentation.html
|
||||
share/doc/xmlsec/download.html
|
||||
share/doc/xmlsec/example-dsig1.html
|
||||
share/doc/xmlsec/example-dsig2.html
|
||||
share/doc/xmlsec/example-dsig3.html
|
||||
share/doc/xmlsec/example-dsig4.html
|
||||
share/doc/xmlsec/example-enc1.html
|
||||
share/doc/xmlsec/example-enc2.html
|
||||
share/doc/xmlsec/examples/dsig1/Makefile
|
||||
share/doc/xmlsec/examples/dsig1/dsakey.pem
|
||||
share/doc/xmlsec/examples/dsig1/dsig1.c
|
||||
share/doc/xmlsec/examples/dsig1/test.tmpl
|
||||
share/doc/xmlsec/examples/dsig1/test.xml
|
||||
share/doc/xmlsec/examples/dsig2/Makefile
|
||||
share/doc/xmlsec/examples/dsig2/dsakey.pem
|
||||
share/doc/xmlsec/examples/dsig2/dsig2.c
|
||||
share/doc/xmlsec/examples/dsig2/test.tmpl
|
||||
share/doc/xmlsec/examples/dsig2/test.xml
|
||||
share/doc/xmlsec/examples/dsig3/Makefile
|
||||
share/doc/xmlsec/examples/dsig3/dsakey.pem
|
||||
share/doc/xmlsec/examples/dsig3/dsig3.c
|
||||
share/doc/xmlsec/examples/dsig3/test.tmpl
|
||||
share/doc/xmlsec/examples/dsig3/test.xml
|
||||
share/doc/xmlsec/examples/dsig4/Makefile
|
||||
share/doc/xmlsec/examples/dsig4/dsig4.c
|
||||
share/doc/xmlsec/examples/dsig4/test.xml
|
||||
share/doc/xmlsec/examples/dsig5/Makefile
|
||||
share/doc/xmlsec/examples/dsig5/aleksey.crt
|
||||
share/doc/xmlsec/examples/dsig5/aleksey.key
|
||||
share/doc/xmlsec/examples/dsig5/test.pl
|
||||
share/doc/xmlsec/examples/dsig5/xmldsigverify.c
|
||||
share/doc/xmlsec/examples/enc1/Makefile
|
||||
share/doc/xmlsec/examples/enc1/enc1.c
|
||||
share/doc/xmlsec/examples/enc1/rsakey.pem
|
||||
share/doc/xmlsec/examples/enc1/rsapub.pem
|
||||
share/doc/xmlsec/examples/enc1/test.xml
|
||||
share/doc/xmlsec/examples/enc2/Makefile
|
||||
share/doc/xmlsec/examples/enc2/enc2.c
|
||||
share/doc/xmlsec/examples/enc2/rsakey.pem
|
||||
share/doc/xmlsec/examples/enc2/rsapub.pem
|
||||
share/doc/xmlsec/examples/enc2/test.xml
|
||||
share/doc/xmlsec/faq.html
|
||||
share/doc/xmlsec/favicon.ico
|
||||
share/doc/xmlsec/index.html
|
||||
share/doc/xmlsec/libxml2-logo.png
|
||||
share/doc/xmlsec/libxslt-logo.png
|
||||
share/doc/xmlsec/logo.gif
|
||||
share/doc/xmlsec/news.html
|
||||
share/doc/xmlsec/openssl-logo.png
|
||||
share/doc/xmlsec/tests/aleksey-xmldsig-01/README
|
||||
share/doc/xmlsec/tests/aleksey-xmldsig-01/ca.crt
|
||||
share/doc/xmlsec/tests/aleksey-xmldsig-01/ca.csr
|
||||
share/doc/xmlsec/tests/aleksey-xmldsig-01/ca.key
|
||||
share/doc/xmlsec/tests/aleksey-xmldsig-01/ca2.crt
|
||||
share/doc/xmlsec/tests/aleksey-xmldsig-01/ca2.csr
|
||||
share/doc/xmlsec/tests/aleksey-xmldsig-01/ca2.key
|
||||
share/doc/xmlsec/tests/aleksey-xmldsig-01/dsa-pub.key
|
||||
share/doc/xmlsec/tests/aleksey-xmldsig-01/dsa.key
|
||||
share/doc/xmlsec/tests/aleksey-xmldsig-01/dsaparam.txt
|
||||
share/doc/xmlsec/tests/aleksey-xmldsig-01/enveloping-dsa-x509chain.tmpl
|
||||
share/doc/xmlsec/tests/aleksey-xmldsig-01/enveloping-dsa-x509chain.xml
|
||||
share/doc/xmlsec/tests/aleksey-xmldsig-01/enveloping-hmac-md5-64.tmpl
|
||||
share/doc/xmlsec/tests/aleksey-xmldsig-01/enveloping-hmac-md5-64.xml
|
||||
share/doc/xmlsec/tests/aleksey-xmldsig-01/enveloping-hmac-md5.tmpl
|
||||
share/doc/xmlsec/tests/aleksey-xmldsig-01/enveloping-hmac-md5.xml
|
||||
share/doc/xmlsec/tests/aleksey-xmldsig-01/enveloping-hmac-ripemd160-64.tmpl
|
||||
share/doc/xmlsec/tests/aleksey-xmldsig-01/enveloping-hmac-ripemd160-64.xml
|
||||
share/doc/xmlsec/tests/aleksey-xmldsig-01/enveloping-hmac-ripemd160.tmpl
|
||||
share/doc/xmlsec/tests/aleksey-xmldsig-01/enveloping-hmac-ripemd160.xml
|
||||
share/doc/xmlsec/tests/aleksey-xmldsig-01/enveloping-rsa-x509chain.tmpl
|
||||
share/doc/xmlsec/tests/aleksey-xmldsig-01/enveloping-rsa-x509chain.xml
|
||||
share/doc/xmlsec/tests/aleksey-xmldsig-01/user.crt
|
||||
share/doc/xmlsec/tests/aleksey-xmldsig-01/user.csr
|
||||
share/doc/xmlsec/tests/aleksey-xmldsig-01/user.key
|
||||
share/doc/xmlsec/tests/merlin-exc-c14n-one/Readme.txt
|
||||
share/doc/xmlsec/tests/merlin-exc-c14n-one/c14n-0.txt
|
||||
share/doc/xmlsec/tests/merlin-exc-c14n-one/c14n-1.txt
|
||||
share/doc/xmlsec/tests/merlin-exc-c14n-one/c14n-2.txt
|
||||
share/doc/xmlsec/tests/merlin-exc-c14n-one/c14n-3.txt
|
||||
share/doc/xmlsec/tests/merlin-exc-c14n-one/c14n-4.txt
|
||||
share/doc/xmlsec/tests/merlin-exc-c14n-one/exc-signature.tmpl
|
||||
share/doc/xmlsec/tests/merlin-exc-c14n-one/exc-signature.xml
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-fifteen/Readme.txt
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-fifteen/signature-enveloped-dsa-c14n-0.txt
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-fifteen/signature-enveloped-dsa-c14n-1.txt
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-fifteen/signature-enveloped-dsa.tmpl
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-fifteen/signature-enveloped-dsa.xml
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-fifteen/signature-enveloping-b64-dsa-c14n-0.txt
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-fifteen/signature-enveloping-b64-dsa.tmpl
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-fifteen/signature-enveloping-b64-dsa.xml
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-fifteen/signature-enveloping-dsa-c14n-0.txt
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-fifteen/signature-enveloping-dsa-c14n-1.txt
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-fifteen/signature-enveloping-dsa.tmpl
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-fifteen/signature-enveloping-dsa.xml
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-fifteen/signature-enveloping-hmac-sha1-40-c14n-0.txt
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-fifteen/signature-enveloping-hmac-sha1-40-c14n-1.txt
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-fifteen/signature-enveloping-hmac-sha1-40.tmpl
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-fifteen/signature-enveloping-hmac-sha1-40.xml
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-fifteen/signature-enveloping-hmac-sha1-c14n-0.txt
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-fifteen/signature-enveloping-hmac-sha1-c14n-1.txt
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-fifteen/signature-enveloping-hmac-sha1.tmpl
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-fifteen/signature-enveloping-hmac-sha1.xml
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-fifteen/signature-enveloping-rsa-c14n-0.txt
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-fifteen/signature-enveloping-rsa-c14n-1.txt
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-fifteen/signature-enveloping-rsa.tmpl
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-fifteen/signature-enveloping-rsa.xml
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-fifteen/signature-external-b64-dsa-c14n-0.txt
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-fifteen/signature-external-b64-dsa.tmpl
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-fifteen/signature-external-b64-dsa.xml
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-fifteen/signature-external-dsa-c14n-0.txt
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-fifteen/signature-external-dsa.tmpl
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-fifteen/signature-external-dsa.xml
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-fifteen/xml-stylesheet.b64
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-sixteen/Readme.txt
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-sixteen/c14n-0.txt
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-sixteen/c14n-1.txt
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-sixteen/c14n-10.txt
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-sixteen/c14n-11.txt
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-sixteen/c14n-12.txt
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-sixteen/c14n-13.txt
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-sixteen/c14n-14.txt
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-sixteen/c14n-15.txt
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-sixteen/c14n-16.txt
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-sixteen/c14n-17.txt
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-sixteen/c14n-18.txt
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-sixteen/c14n-2.txt
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-sixteen/c14n-3.txt
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-sixteen/c14n-4.txt
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-sixteen/c14n-5.txt
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-sixteen/c14n-6.txt
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-sixteen/c14n-7.txt
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-sixteen/c14n-8.txt
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-sixteen/c14n-9.txt
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-sixteen/signature.tmpl
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-sixteen/signature.xml
|
||||
share/doc/xmlsec/tests/merlin-xmldsig-sixteen/xml-stylesheet.b64
|
||||
share/doc/xmlsec/tests/merlin-xmlenc-five/Readme.txt
|
||||
share/doc/xmlsec/tests/merlin-xmlenc-five/bad-encrypt-content-aes128-cbc-kw-aes192.xml
|
||||
share/doc/xmlsec/tests/merlin-xmlenc-five/decryption-transform-except.xml
|
||||
share/doc/xmlsec/tests/merlin-xmlenc-five/decryption-transform.xml
|
||||
share/doc/xmlsec/tests/merlin-xmlenc-five/dh0.p8
|
||||
share/doc/xmlsec/tests/merlin-xmlenc-five/dh1.p8
|
||||
share/doc/xmlsec/tests/merlin-xmlenc-five/dsa.p8
|
||||
share/doc/xmlsec/tests/merlin-xmlenc-five/encrypt-content-aes128-cbc-kw-aes192.xml
|
||||
share/doc/xmlsec/tests/merlin-xmlenc-five/encrypt-content-aes192-cbc-dh-sha512.xml
|
||||
share/doc/xmlsec/tests/merlin-xmlenc-five/encrypt-content-aes256-cbc-prop.xml
|
||||
share/doc/xmlsec/tests/merlin-xmlenc-five/encrypt-content-tripledes-cbc.xml
|
||||
share/doc/xmlsec/tests/merlin-xmlenc-five/encrypt-data-aes128-cbc.xml
|
||||
share/doc/xmlsec/tests/merlin-xmlenc-five/encrypt-data-aes192-cbc-kw-aes256.xml
|
||||
share/doc/xmlsec/tests/merlin-xmlenc-five/encrypt-data-aes256-cbc-kw-tripledes.xml
|
||||
share/doc/xmlsec/tests/merlin-xmlenc-five/encrypt-data-tripledes-cbc-rsa-oaep-mgf1p-sha256.xml
|
||||
share/doc/xmlsec/tests/merlin-xmlenc-five/encrypt-data-tripledes-cbc-rsa-oaep-mgf1p.xml
|
||||
share/doc/xmlsec/tests/merlin-xmlenc-five/encrypt-element-aes128-cbc-rsa-1_5.xml
|
||||
share/doc/xmlsec/tests/merlin-xmlenc-five/encrypt-element-aes192-cbc-ref.xml
|
||||
share/doc/xmlsec/tests/merlin-xmlenc-five/encrypt-element-aes256-cbc-carried-kw-aes256.xml
|
||||
share/doc/xmlsec/tests/merlin-xmlenc-five/encrypt-element-aes256-cbc-kw-aes256-dh-ripemd160.xml
|
||||
share/doc/xmlsec/tests/merlin-xmlenc-five/encrypt-element-aes256-cbc-retrieved-kw-aes256.xml
|
||||
share/doc/xmlsec/tests/merlin-xmlenc-five/encrypt-element-tripledes-cbc-kw-aes128.xml
|
||||
share/doc/xmlsec/tests/merlin-xmlenc-five/encsig-hmac-sha256-dh.xml
|
||||
share/doc/xmlsec/tests/merlin-xmlenc-five/encsig-hmac-sha256-kw-tripledes-dh.xml
|
||||
share/doc/xmlsec/tests/merlin-xmlenc-five/encsig-hmac-sha256-rsa-1_5.xml
|
||||
share/doc/xmlsec/tests/merlin-xmlenc-five/encsig-hmac-sha256-rsa-oaep-mgf1p.xml
|
||||
share/doc/xmlsec/tests/merlin-xmlenc-five/encsig-ripemd160-hmac-ripemd160-kw-tripledes.xml
|
||||
share/doc/xmlsec/tests/merlin-xmlenc-five/encsig-sha256-hmac-sha256-kw-aes128.xml
|
||||
share/doc/xmlsec/tests/merlin-xmlenc-five/encsig-sha384-hmac-sha384-kw-aes192.xml
|
||||
share/doc/xmlsec/tests/merlin-xmlenc-five/encsig-sha512-hmac-sha512-kw-aes256.xml
|
||||
share/doc/xmlsec/tests/merlin-xmlenc-five/ids.p12
|
||||
share/doc/xmlsec/tests/merlin-xmlenc-five/plaintext.txt
|
||||
share/doc/xmlsec/tests/merlin-xmlenc-five/plaintext.xml
|
||||
share/doc/xmlsec/tests/merlin-xmlenc-five/rsa.p8
|
||||
share/doc/xmlsec/xmldsig-interop.html
|
||||
share/doc/xmlsec/xmldsig-verifier.html
|
||||
share/doc/xmlsec/xmldsig.html
|
||||
share/doc/xmlsec/xmlenc-interop.html
|
||||
share/doc/xmlsec/xmlenc.html
|
||||
share/doc/xmlsec/xmlsec-logo.gif
|
||||
share/doc/xmlsec/xmlsec-man.html
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/04/29 14:22:48 wilfried Exp $
|
||||
bin/xmlsec1
|
||||
bin/xmlsec1-config
|
||||
include/xmlsec1/xmlsec/base64.h
|
||||
include/xmlsec1/xmlsec/buffer.h
|
||||
include/xmlsec1/xmlsec/crypto.h
|
||||
include/xmlsec1/xmlsec/errors.h
|
||||
include/xmlsec1/xmlsec/exports.h
|
||||
include/xmlsec1/xmlsec/io.h
|
||||
include/xmlsec1/xmlsec/keyinfo.h
|
||||
include/xmlsec1/xmlsec/keys.h
|
||||
include/xmlsec1/xmlsec/keysdata.h
|
||||
include/xmlsec1/xmlsec/keysmngr.h
|
||||
include/xmlsec1/xmlsec/list.h
|
||||
include/xmlsec1/xmlsec/membuf.h
|
||||
include/xmlsec1/xmlsec/nodeset.h
|
||||
include/xmlsec1/xmlsec/openssl/app.h
|
||||
include/xmlsec1/xmlsec/openssl/bn.h
|
||||
include/xmlsec1/xmlsec/openssl/crypto.h
|
||||
include/xmlsec1/xmlsec/openssl/evp.h
|
||||
include/xmlsec1/xmlsec/openssl/symbols.h
|
||||
include/xmlsec1/xmlsec/openssl/x509.h
|
||||
include/xmlsec1/xmlsec/parser.h
|
||||
include/xmlsec1/xmlsec/strings.h
|
||||
include/xmlsec1/xmlsec/templates.h
|
||||
include/xmlsec1/xmlsec/transforms.h
|
||||
include/xmlsec1/xmlsec/version.h
|
||||
include/xmlsec1/xmlsec/xmldsig.h
|
||||
include/xmlsec1/xmlsec/xmlenc.h
|
||||
include/xmlsec1/xmlsec/xmlsec.h
|
||||
include/xmlsec1/xmlsec/xmltree.h
|
||||
lib/libxmlsec1-openssl.a
|
||||
lib/libxmlsec1-openssl.la
|
||||
lib/libxmlsec1.a
|
||||
lib/libxmlsec1.la
|
||||
lib/pkgconfig/xmlsec1.pc
|
||||
lib/xmlsec1Conf.sh
|
||||
man/man1/xmlsec1-config.1
|
||||
man/man1/xmlsec1.1
|
||||
%%SHARED%%
|
||||
@dirrm share/doc/xmlsec/tests/merlin-xmlenc-five
|
||||
@dirrm share/doc/xmlsec/tests/merlin-xmldsig-sixteen
|
||||
@dirrm share/doc/xmlsec/tests/merlin-xmldsig-fifteen
|
||||
@dirrm share/doc/xmlsec/tests/merlin-exc-c14n-one
|
||||
@dirrm share/doc/xmlsec/tests/aleksey-xmldsig-01
|
||||
@dirrm share/doc/xmlsec/tests
|
||||
@dirrm share/doc/xmlsec/examples/enc2
|
||||
@dirrm share/doc/xmlsec/examples/enc1
|
||||
@dirrm share/doc/xmlsec/examples/dsig5
|
||||
@dirrm share/doc/xmlsec/examples/dsig4
|
||||
@dirrm share/doc/xmlsec/examples/dsig3
|
||||
@dirrm share/doc/xmlsec/examples/dsig2
|
||||
@dirrm share/doc/xmlsec/examples/dsig1
|
||||
@dirrm share/doc/xmlsec/examples
|
||||
@dirrm share/doc/xmlsec/api/tmpl
|
||||
@dirrm share/doc/xmlsec/api/sgml
|
||||
@dirrm share/doc/xmlsec/api
|
||||
@dirrm share/doc/xmlsec
|
||||
@dirrm include/xmlsec
|
||||
@comment @dirrm lib/pkgconfig
|
||||
@dirrm include/xmlsec1/xmlsec/openssl
|
||||
@dirrm include/xmlsec1/xmlsec
|
||||
@dirrm include/xmlsec1
|
||||
|
140
security/xmlsec/pkg/PLIST-docs
Normal file
140
security/xmlsec/pkg/PLIST-docs
Normal file
@ -0,0 +1,140 @@
|
||||
@comment $OpenBSD: PLIST-docs,v 1.1 2003/04/29 14:22:48 wilfried Exp $
|
||||
share/doc/xmlsec1/api/chapters/compiling-and-linking.sgml
|
||||
share/doc/xmlsec1/api/chapters/creating-templates.sgml
|
||||
share/doc/xmlsec1/api/chapters/examples.sgml
|
||||
share/doc/xmlsec1/api/chapters/init-and-shutdown.sgml
|
||||
share/doc/xmlsec1/api/chapters/new-crypto.sgml
|
||||
share/doc/xmlsec1/api/chapters/sign-and-encrypt.sgml
|
||||
share/doc/xmlsec1/api/chapters/using-contexts.sgml
|
||||
share/doc/xmlsec1/api/chapters/using-keys.sgml
|
||||
share/doc/xmlsec1/api/chapters/using-keysmngr.sgml
|
||||
share/doc/xmlsec1/api/chapters/using-transforms.sgml
|
||||
share/doc/xmlsec1/api/chapters/using-x509-certs.sgml
|
||||
share/doc/xmlsec1/api/chapters/verify-and-decrypt.sgml
|
||||
share/doc/xmlsec1/api/images/diagrams.sxd
|
||||
share/doc/xmlsec1/api/images/encryption-structure.png
|
||||
share/doc/xmlsec1/api/images/key.png
|
||||
share/doc/xmlsec1/api/images/keysmngr.png
|
||||
share/doc/xmlsec1/api/images/sign-enc-model.png
|
||||
share/doc/xmlsec1/api/images/signature-structure.png
|
||||
share/doc/xmlsec1/api/images/structure.png
|
||||
share/doc/xmlsec1/api/images/transform.png
|
||||
share/doc/xmlsec1/api/images/transforms-chain.png
|
||||
share/doc/xmlsec1/api/images/verif-dec-model.png
|
||||
share/doc/xmlsec1/api/index.html
|
||||
share/doc/xmlsec1/api/index.sgml
|
||||
share/doc/xmlsec1/api/xmlsec-base64.html
|
||||
share/doc/xmlsec1/api/xmlsec-buffer.html
|
||||
share/doc/xmlsec1/api/xmlsec-custom-keys-manager.html
|
||||
share/doc/xmlsec1/api/xmlsec-decrypt-with-keys-mngr.html
|
||||
share/doc/xmlsec1/api/xmlsec-decrypt-with-signle-key.html
|
||||
share/doc/xmlsec1/api/xmlsec-encrypt-dynamic-template.html
|
||||
share/doc/xmlsec1/api/xmlsec-encrypt-template-file.html
|
||||
share/doc/xmlsec1/api/xmlsec-encrypt-with-session-key.html
|
||||
share/doc/xmlsec1/api/xmlsec-encryption-klasses.html
|
||||
share/doc/xmlsec1/api/xmlsec-errors.html
|
||||
share/doc/xmlsec1/api/xmlsec-examples-sign-dynamimc-template.html
|
||||
share/doc/xmlsec1/api/xmlsec-examples-sign-template-file.html
|
||||
share/doc/xmlsec1/api/xmlsec-examples-sign-x509.html
|
||||
share/doc/xmlsec1/api/xmlsec-examples.html
|
||||
share/doc/xmlsec1/api/xmlsec-gnutls-app.html
|
||||
share/doc/xmlsec1/api/xmlsec-gnutls-crypto.html
|
||||
share/doc/xmlsec1/api/xmlsec-gnutls-ref.html
|
||||
share/doc/xmlsec1/api/xmlsec-gnutls.sgml
|
||||
share/doc/xmlsec1/api/xmlsec-index.html
|
||||
share/doc/xmlsec1/api/xmlsec-index.sgml
|
||||
share/doc/xmlsec1/api/xmlsec-io.html
|
||||
share/doc/xmlsec1/api/xmlsec-keyinfo.html
|
||||
share/doc/xmlsec1/api/xmlsec-keys.html
|
||||
share/doc/xmlsec1/api/xmlsec-keysdata.html
|
||||
share/doc/xmlsec1/api/xmlsec-keysmngr.html
|
||||
share/doc/xmlsec1/api/xmlsec-list.html
|
||||
share/doc/xmlsec1/api/xmlsec-membuf.html
|
||||
share/doc/xmlsec1/api/xmlsec-nodeset.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-compiling-others.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-compiling-unix.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-compiling-windows.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-compiling.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-contexts.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-custom-keys-store.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-decrypt.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-dynamic-encryption-templates.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-dynamic-signature-templates.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-encrypt.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-include-files.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-init-shutdown.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-keys-manager-sign-enc.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-keys-mngr-verify-decrypt.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-keys.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-keysmngr.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-new-crypto-functions.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-new-crypto-key-stores.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-new-crypto-keys.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-new-crypto-klasses.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-new-crypto-sharing-results.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-new-crypto-simple-keys-mngr.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-new-crypto-skeleton.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-new-crypto-transforms.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-new-crypto.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-overview.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-sign-encrypt.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-sign-x509.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-sign.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-simple-keys-store.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-structure.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-templates.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-transforms.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-verify-decrypt.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-verify-x509.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-verify.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes-x509.html
|
||||
share/doc/xmlsec1/api/xmlsec-notes.html
|
||||
share/doc/xmlsec1/api/xmlsec-nss-app.html
|
||||
share/doc/xmlsec1/api/xmlsec-nss-crypto.html
|
||||
share/doc/xmlsec1/api/xmlsec-nss-ref.html
|
||||
share/doc/xmlsec1/api/xmlsec-nss.sgml
|
||||
share/doc/xmlsec1/api/xmlsec-openssl-app.html
|
||||
share/doc/xmlsec1/api/xmlsec-openssl-bn.html
|
||||
share/doc/xmlsec1/api/xmlsec-openssl-crypto.html
|
||||
share/doc/xmlsec1/api/xmlsec-openssl-ref.html
|
||||
share/doc/xmlsec1/api/xmlsec-openssl-x509.html
|
||||
share/doc/xmlsec1/api/xmlsec-openssl.sgml
|
||||
share/doc/xmlsec1/api/xmlsec-parser.html
|
||||
share/doc/xmlsec1/api/xmlsec-ref.html
|
||||
share/doc/xmlsec1/api/xmlsec-reference.html
|
||||
share/doc/xmlsec1/api/xmlsec-signature-klasses.html
|
||||
share/doc/xmlsec1/api/xmlsec-templates.html
|
||||
share/doc/xmlsec1/api/xmlsec-transforms.html
|
||||
share/doc/xmlsec1/api/xmlsec-verify-with-key.html
|
||||
share/doc/xmlsec1/api/xmlsec-verify-with-keys-mngr.html
|
||||
share/doc/xmlsec1/api/xmlsec-verify-with-restrictions.html
|
||||
share/doc/xmlsec1/api/xmlsec-verify-with-x509.html
|
||||
share/doc/xmlsec1/api/xmlsec-version.html
|
||||
share/doc/xmlsec1/api/xmlsec-xmldsig.html
|
||||
share/doc/xmlsec1/api/xmlsec-xmlenc.html
|
||||
share/doc/xmlsec1/api/xmlsec-xmlsec.html
|
||||
share/doc/xmlsec1/api/xmlsec-xmltree.html
|
||||
share/doc/xmlsec1/api/xmlsec.sgml
|
||||
share/doc/xmlsec1/bugs.html
|
||||
share/doc/xmlsec1/c14n.html
|
||||
share/doc/xmlsec1/documentation.html
|
||||
share/doc/xmlsec1/download.html
|
||||
share/doc/xmlsec1/faq.html
|
||||
share/doc/xmlsec1/images/bart.gif
|
||||
share/doc/xmlsec1/images/libxml2-logo.png
|
||||
share/doc/xmlsec1/images/libxslt-logo.png
|
||||
share/doc/xmlsec1/images/logo.gif
|
||||
share/doc/xmlsec1/images/openssl-logo.png
|
||||
share/doc/xmlsec1/images/xmlsec-logo.gif
|
||||
share/doc/xmlsec1/index.html
|
||||
share/doc/xmlsec1/news.html
|
||||
share/doc/xmlsec1/related.html
|
||||
share/doc/xmlsec1/xmldsig-verifier.html
|
||||
share/doc/xmlsec1/xmldsig.html
|
||||
share/doc/xmlsec1/xmlenc.html
|
||||
share/doc/xmlsec1/xmlsec-man.html
|
||||
@dirrm share/doc/xmlsec1/images
|
||||
@dirrm share/doc/xmlsec1/api/images
|
||||
@dirrm share/doc/xmlsec1/api/chapters
|
||||
@dirrm share/doc/xmlsec1/api
|
||||
@dirrm share/doc/xmlsec1
|
Loading…
Reference in New Issue
Block a user