summaryrefslogtreecommitdiff
path: root/security/xmlsec1/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2022-03-04xmlsec1: Update to 1.2.33ryoon1-2/+7
Changelog: Not available in summary form.
2018-01-30security/xmlsec1 updated 1.2.19 to 1.2.25mef1-12/+6
on 12 Sep 2017 xmlsec-1_2_25 XMLSec release 1.2.25 on 20 Apr 2017 xmlsec-1_2_24 XMLSec release 1.2.24 2016-10-15 Aleksey Sanin <aleksey@aleksey.com> * 1.2.23 release 2016-10-14 Aleksey Sanin <aleksey@aleksey.com> * Fixed gcrypto RSA/DSA keys params ordering 2016-10-12 Aleksey Sanin <aleksey@aleksey.com> * Better X509Data templates 2016-10-07 Aleksey Sanin <aleksey@aleksey.com> * Fixed memory leak caused by xmlGetProp (patch from Dafan Zhai) * Fixed KW transforms (overlapping buffer error) for OpenSSL 1.1.0 * Fixed pkg-config detection 2016-09-27 Aleksey Sanin <aleksey@aleksey.com> * Added initial support OpenSSL 1.1.0 (patch from Andrzej Siewior) 2016-09-19 Aleksey Sanin <aleksey@aleksey.com> * Fixed signing with RSA SHA2 via mscrypto (patch from PepaRokos) 2016-07-08 Aleksey Sanin <aleksey@aleksey.com> * Fixed mscrypto undeclared XMLSEC_DEFAULT_CRYPTO (patch from vmiklos) 2016-05-31 Aleksey Sanin <aleksey@aleksey.com> * Fixed mismatched conditional for XMLSEC_NO_ECDSA (patch from Eric Sproul) 2016-05-20 Aleksey Sanin <aleksey@aleksey.com> * Fixed openssl cert depth verification param usage (patch from R-Tur) 2016-04-22 Aleksey Sanin <aleksey@aleksey.com> * Fixed stdin/stdout in xmlsec1 app 2016-04-20 Aleksey Sanin <aleksey@aleksey.com> * Restored SOAP support for Lasso * 1.2.22 release 2016-04-12 Aleksey Sanin <aleksey@aleksey.com> * 1.2.21 release 2016-02-17 Aleksey Sanin <aleksey@aleksey.com> * Added OOXML Relationships Transform Algorithm (patch from Miklos Vajna) 2016-02-06 Aleksey Sanin <aleksey@aleksey.com> * Deprecated XMLSEC_CRYPTO define in favor of xmlSecGetDefaultCrypto() function 2016-02-05 Aleksey Sanin <aleksey@aleksey.com> * Revamped manpages/documentation build to completely pass 'make distcheck' tests 2016-01-28 Aleksey Sanin <aleksey@aleksey.com> * Added OpenSSL 1.1.0 API support (major refactoring for block ciphers and DSA/ECDSA signatures) 2016-01-28 Aleksey Sanin <aleksey@aleksey.com> * Migrated to GitHub (https://github.com/lsh123/xmlsec) 2015-03-10 Aleksey Sanin <aleksey@aleksey.com> * Removed support for legacy OpenSSL 0.9.6 (last release: March, 2004) and 0.9.7 (last release: February, 2007) 2014-10-2014 Aleksey Sanin <aleksey@aleksey.com> * Added experimental GOST2012 support (patch from Nikolay Shaplov) 2014-06-04 Aleksey Sanin <aleksey@aleksey.com> * Fixed several compaints from Clang and Coverity (based on patches from Simo Sorce) 2014-02-25 Aleksey Sanin <aleksey@aleksey.com> * Removed XKMS support -- it was never completed and not worth keeping 2013-05-23 Aleksey Sanin <aleksey@aleksey.com> * 1.2.20 release 2014-05-23 Aleksey Sanin <aleksey@aleksey.com> * fix build on MacOSX (bug #680307) * update certs for examples (bug #674572) * update test certs to be valid till 2114 * don't create files on xmlsec-mscrypto when loading the key (bug #633924) * clarify min OpenSSL requirements 2014-05-23 Aleksey Sanin <aleksey@aleksey.com> * better detect private keys on ext RSA engines (bug #728213) * fixed CRL check 2014-02-17 Aleksey Sanin <aleksey@aleksey.com> * fixes for RH 6x 2013-07-19 Aleksey Sanin <aleksey@aleksey.com> * fixed switch - added missed break keywords (bug #704574) 2013-06-03 Aleksey Sanin <aleksey@aleksey.com> * fix memory leak in converting cert subject 2013-05-09 Aleksey Sanin <aleksey@aleksey.com> * disable network access during internal xml transform parser 2013-04-12 Aleksey Sanin <aleksey@aleksey.com> * fix typo (fixed bug 695605) 2013-03-28 Aleksey Sanin <aleksey@aleksey.com> * disable ECDSA if needed (Daniel) 2013-03-24 Aleksey Sanin <aleksey@aleksey.com> * docs rebuild
2011-04-01Update to 1.2.17, for security reasons.wiz1-1/+2
* Preparations for 1.2.17 release * Fixed security issue with libxslt (CVE-2011-1425, reported by Nicolas Gregoire) * Fixed pkcs12 file loading (based on patch from Andre de Souza Pinto) * Fixed comments (based on patch from Wolfgang Woehl) * Fixed extra quotes in configure (bug #631258) * Fixed configure issue with empty --with-libxml/libxsl and config scripts in /bin directory * Fixed gcrypt init/shutdown (patch from Roumen)
2010-06-06Update xmlsec1 to 1.2.16.obache1-1/+10
* May 26 2010 Changes in XML Security Library 1.2.16 release: * New xmlsec-gcrypt library. * xmlsec-gcrypt: Added RSA with SHA1/SHA256/SHA384/SHA512/MD5/RIPEMD160, DSA with SHA1, AES/DES KW support. * xmlsec-gnutls: Added X509 support and converted the library to use xmlsec- crypt library for all crypto operations. * xmlsec-mscrypto: RSA/OAEP and AES/DES KW support. * Several minor bug fixes and code cleanups. * April 29 2010 Changes in XML Security Library 1.2.15 release: * xmlsec-mscrypto: Added HMAC with MD5, SHA1, SHA256/384/512; RSA with MD5, SHA256/384/512 support. * xmlsec-mscrypto: Converted to Unicode (the non-Unicode builds are still available as compile time option). * xmlsec-nss: Added MD5 and SHA256/384/512 support for digest, HMAC and RSA (the new minimum required version for NSS library is 3.9). * xmlsec-gnutls: Added SHA256/384/512 for digest and HMAC; MD5 and RIPEMD160 digests support (the new minimum required version for GnuTLS library is 2.8.0). * Fixed typo: "Copyrigth" should be "Copyright". * Several critical bug fixes and code cleanups. * December 5 2009 Changes in XML Security Library 1.2.14 release: * XMLSec library is switched from built-in LTDL library to the system LTDL library on Linux/Unix and native calls on Windows to fix security issue (CVE-2009-3736) in LTDL. * Fixed minor bugs (see log for complete list).
2009-10-30Update to xmlsec1-1.2.13 to fix build breakage with current OpenSSL.tnn1-1/+2
Changes: mostly bugfixes
2009-06-14Remove @dirrm entries from PLISTsjoerg1-9/+1
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-9/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-08-27import xmlsec1-1.2.6, an XML signature and encryption librarydrochner1-0/+204