From 516d5e66a9993d0b43a6ab359a1d6f0a1e1fbf28 Mon Sep 17 00:00:00 2001 From: lsh123 Date: Thu, 9 Jan 2025 16:00:01 -0500 Subject: [PATCH] (xmlsec-core) Added XMLSEC_TRANSFORM_FLAGS_USER_SPECIFIED flag to the xmlSecTransform; fixed typos (#864) --- docs/index.html | 2 ++ include/xmlsec/transforms.h | 13 ++++++++++++- src/gcrypt/hmac.c | 10 +++++----- src/gnutls/hmac.c | 10 +++++----- src/mscrypto/hmac.c | 4 ++-- src/nss/hmac.c | 4 ++-- src/transform_helpers.h | 10 +++++----- src/transforms.c | 1 + 8 files changed, 34 insertions(+), 20 deletions(-) diff --git a/docs/index.html b/docs/index.html index 0fa784136..f64d97540 100644 --- a/docs/index.html +++ b/docs/index.html @@ -70,6 +70,8 @@

XML Security Library

  • TBD
    The XML Security Library 1.3.7 release includes the following changes: