summaryrefslogtreecommitdiff
path: root/security/xml-security-c/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2018-12-16xml-security-c: Update to 2.0.2. Patch from maya.nia1-15/+13
Changes: 2.0.0: Bug [SANTUARIO-496] - DSA verification crashes OpenSSL on invalid combinations of key content 2.0.1: Bug [SANTUARIO-491] - Default KeyInfo resolver doesn't check for empty element content. 2.0.0: Bug [SANTUARIO-382] - Unconditionally enable large file support [SANTUARIO-418] - Invalid acceptance of unpadded RSA signatures [SANTUARIO-435] - Automake misses the subdir-objects option [SANTUARIO-437] - Cannot compile as C++11 [SANTUARIO-447] - XSECCryptoX509::loadX509PEM() can read past unterminated buffer [SANTUARIO-449] - TXFMOutputFile can try to close unopened stream [SANTUARIO-470] - dsig/DSIGReference.cpp:931: bad type ? [SANTUARIO-471] - Patch for C++11 compile failures [SANTUARIO-473] - Build failure using NSS [SANTUARIO-474] - Better overflow checking [SANTUARIO-479] - xml-security-cpp compilation errors Improvement [SANTUARIO-460] - Support for OpenSSL 1.1 [SANTUARIO-461] - Internal key store should be deleted on any CryptoAcquireContext() error [SANTUARIO-472] - Conditional inclusion of XMKS code in library [SANTUARIO-476] - Change default behavior for inferring attribute IDness by name
2011-02-23Changes 1.6.0:adam1-1/+6
* Fix: wrong namespace in encryption DigestMethod * Fix: RetrievalMethod handler * Fix: support for >1 CRL per KeyInfo * Fix: buffer initialization issue * Fix: vector index bug * Fix: stylesheet append bug * Fix: header guard in XPath transform header * Fix: string release crash * Fix: improper c14n of XSLT * Fix: setters for Reference Type/Id * Fix: skip comments in X509Certificate elements * Fix: more header guards * Fix: NSS verification of RSA broken * Expose algorithm URI on Signature and Reference objects * White/blacklisting of otherwise registered algorithms * Add selected XML Signature 1.1 KeyInfo extensions * Add elliptic curve keys and signatures via ECDSA * Support debugging of Reference/SignedInfo data * Clean up tests for SHA2 algorithms in OpenSSL * Updated autoconf script, added NSS support, removed pre-automake material * Add methods for Reference removal to DSIGSignature/DSIGSignedInfo classes
2009-07-24Update to 1.5.1. No detailed changelog, but from announcements:hasso1-1/+2
1.5.1 release provides some bug fixes and a fix for the recently announced HMAC vulnerability in the XML Signature specification (CVE-2009-0217). 1.5.0 release provides more bug fixes, partial support for Inclusive Canonicalization 1.1, and support for the Xerces 3.x official release and 32/64-bit portability APIs.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-13/+1
2009-05-10XML Security is an C++ implementation of the W3C digital signaturehasso1-0/+168
specification that makes it possible for programmers to create and validate signed XML documents.