summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKonrad Lipinski <k.lipinski2@partner.samsung.com>2019-06-11 16:25:51 +0200
committerKonrad Lipinski <k.lipinski2@samsung.com>2019-08-01 14:37:53 +0200
commitcc6febdd37186eeea33bcbce89d79f661ee0009f (patch)
tree100542f7f8fd3b3c9548150362efe35adde47551 /ChangeLog
parentc40fbfa8503e7763ef630496852f4d6b5e63b58c (diff)
downloadxmlsec1-cc6febdd37186eeea33bcbce89d79f661ee0009f.tar.gz
xmlsec1-cc6febdd37186eeea33bcbce89d79f661ee0009f.tar.bz2
xmlsec1-cc6febdd37186eeea33bcbce89d79f661ee0009f.zip
Import upstream commit c4d0493d545b99194eea1b2b058930d5a9bb91b1 (1.2.28)
Change-Id: I10f71567cb140be223923e1cd0b5895e366ac23e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog37
1 files changed, 37 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c190bf35..5adc5c44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+The changelog file is obsolete, please view the commits log on github
+
+https://github.com/lsh123/xmlsec/commits/master
+
+
+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