[xml/sgml-pkgs] Bug#1063281: xmlsec1: NMU diff for 64-bit time_t transition

Steve Langasek vorlon at debian.org
Tue Feb 6 00:26:47 GMT 2024


Source: xmlsec1
Version: 1.2.38-1
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-arm at lists.debian.org
Usertags: time-t

NOTICE: these changes must not be uploaded to unstable yet!

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
xmlsec1 as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for xmlsec1
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
-------------- next part --------------
diff -Nru xmlsec1-1.2.38/debian/changelog xmlsec1-1.2.38/debian/changelog
--- xmlsec1-1.2.38/debian/changelog	2023-12-16 14:36:32.000000000 +0000
+++ xmlsec1-1.2.38/debian/changelog	2024-02-06 00:24:45.000000000 +0000
@@ -1,3 +1,10 @@
+xmlsec1 (1.2.38-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon at debian.org>  Tue, 06 Feb 2024 00:24:45 +0000
+
 xmlsec1 (1.2.38-1) unstable; urgency=medium
 
   * New upstream version 1.2.38
diff -Nru xmlsec1-1.2.38/debian/control xmlsec1-1.2.38/debian/control
--- xmlsec1-1.2.38/debian/control	2023-12-16 14:36:32.000000000 +0000
+++ xmlsec1-1.2.38/debian/control	2024-02-06 00:24:45.000000000 +0000
@@ -35,11 +35,11 @@
  libnss3-dev,
  libssl-dev,
  libxml2-dev,
- libxmlsec1 (= ${binary:Version}),
- libxmlsec1-gcrypt (= ${binary:Version}),
- libxmlsec1-gnutls (= ${binary:Version}),
- libxmlsec1-nss (= ${binary:Version}),
- libxmlsec1-openssl (= ${binary:Version}),
+ libxmlsec1t64 (= ${binary:Version}),
+ libxmlsec1t64-gcrypt (= ${binary:Version}),
+ libxmlsec1t64-gnutls (= ${binary:Version}),
+ libxmlsec1t64-nss (= ${binary:Version}),
+ libxmlsec1t64-openssl (= ${binary:Version}),
  libxslt1-dev,
  ${misc:Depends},
 Description: Development files for the XML security library
@@ -51,7 +51,10 @@
  This package provides development files including documentation, examples,
  headers, static libraries, and configuration support.
 
-Package: libxmlsec1
+Package: libxmlsec1t64
+Provides: ${t64:Provides}
+Replaces: libxmlsec1
+Breaks: libxmlsec1 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends:
@@ -66,7 +69,11 @@
  Specifically, it provides all XML security library functionality
  except for the cryptography engine.
 
-Package: libxmlsec1-openssl
+Package: libxmlsec1t64-openssl
+Provides: ${t64:Provides}
+X-Time64-Compat: libxmlsec1-openssl
+Replaces: libxmlsec1-openssl
+Breaks: libxmlsec1-openssl (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends:
@@ -81,7 +88,11 @@
  Specifically, it provides the openssl implementation of the XML security
  library cryptography functions.
 
-Package: libxmlsec1-gnutls
+Package: libxmlsec1t64-gnutls
+Provides: ${t64:Provides}
+X-Time64-Compat: libxmlsec1-gnutls
+Replaces: libxmlsec1-gnutls
+Breaks: libxmlsec1-gnutls (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends:
@@ -96,7 +107,11 @@
  Specifically, it provides the gnutls implementation of the XML security
  library cryptography functions.
 
-Package: libxmlsec1-nss
+Package: libxmlsec1t64-nss
+Provides: ${t64:Provides}
+X-Time64-Compat: libxmlsec1-nss
+Replaces: libxmlsec1-nss
+Breaks: libxmlsec1-nss (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends:
@@ -111,7 +126,11 @@
  Specifically, it provides the nss implementation of the XML security
  library cryptography functions.
 
-Package: libxmlsec1-gcrypt
+Package: libxmlsec1t64-gcrypt
+Provides: ${t64:Provides}
+X-Time64-Compat: libxmlsec1-gcrypt
+Replaces: libxmlsec1-gcrypt
+Breaks: libxmlsec1-gcrypt (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends:
diff -Nru xmlsec1-1.2.38/debian/libxmlsec1-gcrypt.install xmlsec1-1.2.38/debian/libxmlsec1-gcrypt.install
--- xmlsec1-1.2.38/debian/libxmlsec1-gcrypt.install	2023-12-16 14:36:32.000000000 +0000
+++ xmlsec1-1.2.38/debian/libxmlsec1-gcrypt.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libxmlsec1-gcrypt.so.*
diff -Nru xmlsec1-1.2.38/debian/libxmlsec1-gcrypt.lintian-overrides xmlsec1-1.2.38/debian/libxmlsec1-gcrypt.lintian-overrides
--- xmlsec1-1.2.38/debian/libxmlsec1-gcrypt.lintian-overrides	2023-12-16 14:36:32.000000000 +0000
+++ xmlsec1-1.2.38/debian/libxmlsec1-gcrypt.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-# upstream promised to change package name whenever bumping the soname
-package-name-doesnt-match-sonames libxmlsec1-gcrypt1
diff -Nru xmlsec1-1.2.38/debian/libxmlsec1-gcrypt.symbols xmlsec1-1.2.38/debian/libxmlsec1-gcrypt.symbols
--- xmlsec1-1.2.38/debian/libxmlsec1-gcrypt.symbols	2023-12-16 14:36:32.000000000 +0000
+++ xmlsec1-1.2.38/debian/libxmlsec1-gcrypt.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,67 +0,0 @@
-libxmlsec1-gcrypt.so.1 libxmlsec1-gcrypt #MINVER#
- xmlSecCryptoGetFunctions_gcrypt at Base 1.2.31
- xmlSecGCryptAppDefaultKeysMngrAdoptKey at Base 1.2.31
- xmlSecGCryptAppDefaultKeysMngrInit at Base 1.2.31
- xmlSecGCryptAppDefaultKeysMngrLoad at Base 1.2.31
- xmlSecGCryptAppDefaultKeysMngrSave at Base 1.2.31
- xmlSecGCryptAppGetDefaultPwdCallback at Base 1.2.31
- xmlSecGCryptAppInit at Base 1.2.31
- xmlSecGCryptAppKeyCertLoad at Base 1.2.31
- xmlSecGCryptAppKeyCertLoadMemory at Base 1.2.31
- xmlSecGCryptAppKeyLoad at Base 1.2.31
- xmlSecGCryptAppKeyLoadMemory at Base 1.2.31
- xmlSecGCryptAppKeysMngrCertLoad at Base 1.2.31
- xmlSecGCryptAppKeysMngrCertLoadMemory at Base 1.2.31
- xmlSecGCryptAppPkcs12Load at Base 1.2.31
- xmlSecGCryptAppPkcs12LoadMemory at Base 1.2.31
- xmlSecGCryptAppShutdown at Base 1.2.31
- xmlSecGCryptGenerateRandom at Base 1.2.31
- xmlSecGCryptHmacGetMinOutputLength at Base 1.2.31
- xmlSecGCryptHmacSetMinOutputLength at Base 1.2.31
- xmlSecGCryptInit at Base 1.2.31
- xmlSecGCryptKeyDataAesGetKlass at Base 1.2.31
- xmlSecGCryptKeyDataAesSet at Base 1.2.31
- xmlSecGCryptKeyDataDesGetKlass at Base 1.2.31
- xmlSecGCryptKeyDataDesSet at Base 1.2.31
- xmlSecGCryptKeyDataDsaAdoptKey at Base 1.2.31
- xmlSecGCryptKeyDataDsaAdoptKeyPair at Base 1.2.31
- xmlSecGCryptKeyDataDsaGetKlass at Base 1.2.31
- xmlSecGCryptKeyDataDsaGetPrivateKey at Base 1.2.31
- xmlSecGCryptKeyDataDsaGetPublicKey at Base 1.2.31
- xmlSecGCryptKeyDataHmacGetKlass at Base 1.2.31
- xmlSecGCryptKeyDataHmacSet at Base 1.2.31
- xmlSecGCryptKeyDataRsaAdoptKey at Base 1.2.31
- xmlSecGCryptKeyDataRsaAdoptKeyPair at Base 1.2.31
- xmlSecGCryptKeyDataRsaGetKlass at Base 1.2.31
- xmlSecGCryptKeyDataRsaGetPrivateKey at Base 1.2.31
- xmlSecGCryptKeyDataRsaGetPublicKey at Base 1.2.31
- xmlSecGCryptKeysMngrInit at Base 1.2.31
- xmlSecGCryptParseDer at Base 1.2.31
- xmlSecGCryptShutdown at Base 1.2.31
- xmlSecGCryptTransformAes128CbcGetKlass at Base 1.2.31
- xmlSecGCryptTransformAes192CbcGetKlass at Base 1.2.31
- xmlSecGCryptTransformAes256CbcGetKlass at Base 1.2.31
- xmlSecGCryptTransformDes3CbcGetKlass at Base 1.2.31
- xmlSecGCryptTransformDsaSha1GetKlass at Base 1.2.31
- xmlSecGCryptTransformHmacMd5GetKlass at Base 1.2.31
- xmlSecGCryptTransformHmacRipemd160GetKlass at Base 1.2.31
- xmlSecGCryptTransformHmacSha1GetKlass at Base 1.2.31
- xmlSecGCryptTransformHmacSha256GetKlass at Base 1.2.31
- xmlSecGCryptTransformHmacSha384GetKlass at Base 1.2.31
- xmlSecGCryptTransformHmacSha512GetKlass at Base 1.2.31
- xmlSecGCryptTransformKWAes128GetKlass at Base 1.2.31
- xmlSecGCryptTransformKWAes192GetKlass at Base 1.2.31
- xmlSecGCryptTransformKWAes256GetKlass at Base 1.2.31
- xmlSecGCryptTransformKWDes3GetKlass at Base 1.2.31
- xmlSecGCryptTransformMd5GetKlass at Base 1.2.31
- xmlSecGCryptTransformRipemd160GetKlass at Base 1.2.31
- xmlSecGCryptTransformRsaMd5GetKlass at Base 1.2.31
- xmlSecGCryptTransformRsaRipemd160GetKlass at Base 1.2.31
- xmlSecGCryptTransformRsaSha1GetKlass at Base 1.2.31
- xmlSecGCryptTransformRsaSha256GetKlass at Base 1.2.31
- xmlSecGCryptTransformRsaSha384GetKlass at Base 1.2.31
- xmlSecGCryptTransformRsaSha512GetKlass at Base 1.2.31
- xmlSecGCryptTransformSha1GetKlass at Base 1.2.31
- xmlSecGCryptTransformSha256GetKlass at Base 1.2.31
- xmlSecGCryptTransformSha384GetKlass at Base 1.2.31
- xmlSecGCryptTransformSha512GetKlass at Base 1.2.31
diff -Nru xmlsec1-1.2.38/debian/libxmlsec1-gnutls.install xmlsec1-1.2.38/debian/libxmlsec1-gnutls.install
--- xmlsec1-1.2.38/debian/libxmlsec1-gnutls.install	2023-12-16 14:36:32.000000000 +0000
+++ xmlsec1-1.2.38/debian/libxmlsec1-gnutls.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libxmlsec1-gnutls.so.*
diff -Nru xmlsec1-1.2.38/debian/libxmlsec1-gnutls.lintian-overrides xmlsec1-1.2.38/debian/libxmlsec1-gnutls.lintian-overrides
--- xmlsec1-1.2.38/debian/libxmlsec1-gnutls.lintian-overrides	2023-12-16 14:36:32.000000000 +0000
+++ xmlsec1-1.2.38/debian/libxmlsec1-gnutls.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-# upstream promised to change package name whenever bumping the soname
-package-name-doesnt-match-sonames libxmlsec1-gnutls1
diff -Nru xmlsec1-1.2.38/debian/libxmlsec1-gnutls.symbols xmlsec1-1.2.38/debian/libxmlsec1-gnutls.symbols
--- xmlsec1-1.2.38/debian/libxmlsec1-gnutls.symbols	2023-12-16 14:36:32.000000000 +0000
+++ xmlsec1-1.2.38/debian/libxmlsec1-gnutls.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,102 +0,0 @@
-libxmlsec1-gnutls.so.1 libxmlsec1-gnutls #MINVER#
- xmlSecCryptoGetFunctions_gnutls at Base 1.2.31
- xmlSecGnuTLSASN1IntegerWrite at Base 1.2.31
- xmlSecGnuTLSAppDefaultKeysMngrAdoptKey at Base 1.2.31
- xmlSecGnuTLSAppDefaultKeysMngrInit at Base 1.2.31
- xmlSecGnuTLSAppDefaultKeysMngrLoad at Base 1.2.31
- xmlSecGnuTLSAppDefaultKeysMngrSave at Base 1.2.31
- xmlSecGnuTLSAppGetDefaultPwdCallback at Base 1.2.31
- xmlSecGnuTLSAppInit at Base 1.2.31
- xmlSecGnuTLSAppKeyCertLoad at Base 1.2.31
- xmlSecGnuTLSAppKeyCertLoadMemory at Base 1.2.31
- xmlSecGnuTLSAppKeyLoad at Base 1.2.31
- xmlSecGnuTLSAppKeyLoadMemory at Base 1.2.31
- xmlSecGnuTLSAppKeysMngrCertLoad at Base 1.2.31
- xmlSecGnuTLSAppKeysMngrCertLoadMemory at Base 1.2.31
- xmlSecGnuTLSAppPkcs12Load at Base 1.2.31
- xmlSecGnuTLSAppPkcs12LoadMemory at Base 1.2.31
- xmlSecGnuTLSAppShutdown at Base 1.2.31
- xmlSecGnuTLSCreateKeyDataAndAdoptPrivKey at Base 1.2.31
- xmlSecGnuTLSDnAttrrsFind at Base 1.2.31
- xmlSecGnuTLSDnAttrsDeinitialize at Base 1.2.31
- xmlSecGnuTLSDnAttrsEqual at Base 1.2.31
- xmlSecGnuTLSDnAttrsInitialize at Base 1.2.31
- xmlSecGnuTLSDnAttrsParse at Base 1.2.31
- xmlSecGnuTLSGenerateRandom at Base 1.2.31
- xmlSecGnuTLSHmacGetMinOutputLength at Base 1.2.31
- xmlSecGnuTLSHmacSetMinOutputLength at Base 1.2.31
- xmlSecGnuTLSInit at Base 1.2.31
- xmlSecGnuTLSKeyDataAesGetKlass at Base 1.2.31
- xmlSecGnuTLSKeyDataAesSet at Base 1.2.31
- xmlSecGnuTLSKeyDataDesGetKlass at Base 1.2.31
- xmlSecGnuTLSKeyDataDesSet at Base 1.2.31
- xmlSecGnuTLSKeyDataDsaAdoptPrivateKey at Base 1.2.31
- xmlSecGnuTLSKeyDataDsaAdoptPublicKey at Base 1.2.31
- xmlSecGnuTLSKeyDataDsaGetKlass at Base 1.2.31
- xmlSecGnuTLSKeyDataHmacGetKlass at Base 1.2.31
- xmlSecGnuTLSKeyDataHmacSet at Base 1.2.31
- xmlSecGnuTLSKeyDataRawX509CertGetKlass at Base 1.2.31
- xmlSecGnuTLSKeyDataRsaAdoptPrivateKey at Base 1.2.31
- xmlSecGnuTLSKeyDataRsaAdoptPublicKey at Base 1.2.31
- xmlSecGnuTLSKeyDataRsaGetKlass at Base 1.2.31
- xmlSecGnuTLSKeyDataX509AdoptCert at Base 1.2.31
- xmlSecGnuTLSKeyDataX509AdoptCrl at Base 1.2.31
- xmlSecGnuTLSKeyDataX509AdoptKeyCert at Base 1.2.31
- xmlSecGnuTLSKeyDataX509GetCert at Base 1.2.31
- xmlSecGnuTLSKeyDataX509GetCertsSize at Base 1.2.31
- xmlSecGnuTLSKeyDataX509GetCrl at Base 1.2.31
- xmlSecGnuTLSKeyDataX509GetCrlsSize at Base 1.2.31
- xmlSecGnuTLSKeyDataX509GetKeyCert at Base 1.2.31
- xmlSecGnuTLSKeyDataX509GetKlass at Base 1.2.31
- xmlSecGnuTLSKeysMngrInit at Base 1.2.31
- xmlSecGnuTLSPkcs12LoadMemory at Base 1.2.31
- xmlSecGnuTLSShutdown at Base 1.2.31
- xmlSecGnuTLSTransformAes128CbcGetKlass at Base 1.2.31
- xmlSecGnuTLSTransformAes192CbcGetKlass at Base 1.2.31
- xmlSecGnuTLSTransformAes256CbcGetKlass at Base 1.2.31
- xmlSecGnuTLSTransformDes3CbcGetKlass at Base 1.2.31
- xmlSecGnuTLSTransformDsaSha1GetKlass at Base 1.2.31
- xmlSecGnuTLSTransformHmacMd5GetKlass at Base 1.2.31
- xmlSecGnuTLSTransformHmacRipemd160GetKlass at Base 1.2.31
- xmlSecGnuTLSTransformHmacSha1GetKlass at Base 1.2.31
- xmlSecGnuTLSTransformHmacSha256GetKlass at Base 1.2.31
- xmlSecGnuTLSTransformHmacSha384GetKlass at Base 1.2.31
- xmlSecGnuTLSTransformHmacSha512GetKlass at Base 1.2.31
- xmlSecGnuTLSTransformKWAes128GetKlass at Base 1.2.31
- xmlSecGnuTLSTransformKWAes192GetKlass at Base 1.2.31
- xmlSecGnuTLSTransformKWAes256GetKlass at Base 1.2.31
- xmlSecGnuTLSTransformKWDes3GetKlass at Base 1.2.31
- xmlSecGnuTLSTransformMd5GetKlass at Base 1.2.31
- xmlSecGnuTLSTransformRipemd160GetKlass at Base 1.2.31
- xmlSecGnuTLSTransformRsaMd5GetKlass at Base 1.2.31
- xmlSecGnuTLSTransformRsaRipemd160GetKlass at Base 1.2.31
- xmlSecGnuTLSTransformRsaSha1GetKlass at Base 1.2.31
- xmlSecGnuTLSTransformRsaSha256GetKlass at Base 1.2.31
- xmlSecGnuTLSTransformRsaSha384GetKlass at Base 1.2.31
- xmlSecGnuTLSTransformRsaSha512GetKlass at Base 1.2.31
- xmlSecGnuTLSTransformSha1GetKlass at Base 1.2.31
- xmlSecGnuTLSTransformSha256GetKlass at Base 1.2.31
- xmlSecGnuTLSTransformSha384GetKlass at Base 1.2.31
- xmlSecGnuTLSTransformSha512GetKlass at Base 1.2.31
- xmlSecGnuTLSX509CertDebugDump at Base 1.2.31
- xmlSecGnuTLSX509CertDebugXmlDump at Base 1.2.31
- xmlSecGnuTLSX509CertDerWrite at Base 1.2.35
- xmlSecGnuTLSX509CertDup at Base 1.2.31
- xmlSecGnuTLSX509CertGetIssuerDN at Base 1.2.31
- xmlSecGnuTLSX509CertGetIssuerSerial at Base 1.2.31
- xmlSecGnuTLSX509CertGetKey at Base 1.2.31
- xmlSecGnuTLSX509CertGetSubjectDN at Base 1.2.31
- xmlSecGnuTLSX509CertRead at Base 1.2.31
- xmlSecGnuTLSX509CrlDebugDump at Base 1.2.31
- xmlSecGnuTLSX509CrlDebugXmlDump at Base 1.2.31
- xmlSecGnuTLSX509CrlDerWrite at Base 1.2.35
- xmlSecGnuTLSX509CrlDup at Base 1.2.31
- xmlSecGnuTLSX509CrlGetIssuerDN at Base 1.2.31
- xmlSecGnuTLSX509CrlListGetKlass at Base 1.2.31
- xmlSecGnuTLSX509CrlRead at Base 1.2.31
- xmlSecGnuTLSX509CrtListGetKlass at Base 1.2.31
- xmlSecGnuTLSX509StoreAdoptCert at Base 1.2.31
- xmlSecGnuTLSX509StoreFindCert at Base 1.2.31
- xmlSecGnuTLSX509StoreFindCert_ex at Base 1.2.35
- xmlSecGnuTLSX509StoreGetKlass at Base 1.2.31
- xmlSecGnuTLSX509StoreVerify at Base 1.2.31
diff -Nru xmlsec1-1.2.38/debian/libxmlsec1-nss.install xmlsec1-1.2.38/debian/libxmlsec1-nss.install
--- xmlsec1-1.2.38/debian/libxmlsec1-nss.install	2023-12-16 14:36:32.000000000 +0000
+++ xmlsec1-1.2.38/debian/libxmlsec1-nss.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libxmlsec1-nss.so.*
diff -Nru xmlsec1-1.2.38/debian/libxmlsec1-nss.lintian-overrides xmlsec1-1.2.38/debian/libxmlsec1-nss.lintian-overrides
--- xmlsec1-1.2.38/debian/libxmlsec1-nss.lintian-overrides	2023-12-16 14:36:32.000000000 +0000
+++ xmlsec1-1.2.38/debian/libxmlsec1-nss.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-# upstream promised to change package name whenever bumping the soname
-package-name-doesnt-match-sonames libxmlsec1-nss1
diff -Nru xmlsec1-1.2.38/debian/libxmlsec1-nss.symbols xmlsec1-1.2.38/debian/libxmlsec1-nss.symbols
--- xmlsec1-1.2.38/debian/libxmlsec1-nss.symbols	2023-12-16 14:36:32.000000000 +0000
+++ xmlsec1-1.2.38/debian/libxmlsec1-nss.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,98 +0,0 @@
-libxmlsec1-nss.so.1 libxmlsec1-nss #MINVER#
- xmlSecCryptoGetFunctions_nss at Base 1.2.31
- xmlSecNssAppDefaultKeysMngrAdoptKey at Base 1.2.31
- xmlSecNssAppDefaultKeysMngrInit at Base 1.2.31
- xmlSecNssAppDefaultKeysMngrLoad at Base 1.2.31
- xmlSecNssAppDefaultKeysMngrSave at Base 1.2.31
- xmlSecNssAppGetDefaultPwdCallback at Base 1.2.31
- xmlSecNssAppInit at Base 1.2.31
- xmlSecNssAppKeyCertLoad at Base 1.2.31
- xmlSecNssAppKeyCertLoadMemory at Base 1.2.31
- xmlSecNssAppKeyCertLoadSECItem at Base 1.2.31
- xmlSecNssAppKeyFromCertLoadSECItem at Base 1.2.31
- xmlSecNssAppKeyLoad at Base 1.2.31
- xmlSecNssAppKeyLoadMemory at Base 1.2.31
- xmlSecNssAppKeyLoadSECItem at Base 1.2.31
- xmlSecNssAppKeysMngrCertLoad at Base 1.2.31
- xmlSecNssAppKeysMngrCertLoadMemory at Base 1.2.31
- xmlSecNssAppKeysMngrCertLoadSECItem at Base 1.2.31
- xmlSecNssAppPkcs12Load at Base 1.2.31
- xmlSecNssAppPkcs12LoadMemory at Base 1.2.31
- xmlSecNssAppPkcs12LoadSECItem at Base 1.2.31
- xmlSecNssAppShutdown at Base 1.2.31
- xmlSecNssErrorsDefaultCallback at Base 1.2.31
- xmlSecNssGenerateRandom at Base 1.2.31
- xmlSecNssGetInternalKeySlot at Base 1.2.31
- xmlSecNssHmacGetMinOutputLength at Base 1.2.31
- xmlSecNssHmacSetMinOutputLength at Base 1.2.31
- xmlSecNssInit at Base 1.2.31
- xmlSecNssKeyDataAesGetKlass at Base 1.2.31
- xmlSecNssKeyDataAesSet at Base 1.2.31
- xmlSecNssKeyDataDesGetKlass at Base 1.2.31
- xmlSecNssKeyDataDesSet at Base 1.2.31
- xmlSecNssKeyDataDsaGetKlass at Base 1.2.31
- xmlSecNssKeyDataEcdsaGetKlass at Base 1.2.31
- xmlSecNssKeyDataHmacGetKlass at Base 1.2.31
- xmlSecNssKeyDataHmacSet at Base 1.2.31
- xmlSecNssKeyDataRawX509CertGetKlass at Base 1.2.31
- xmlSecNssKeyDataRsaGetKlass at Base 1.2.31
- xmlSecNssKeyDataX509AdoptCert at Base 1.2.31
- xmlSecNssKeyDataX509AdoptCrl at Base 1.2.31
- xmlSecNssKeyDataX509AdoptKeyCert at Base 1.2.31
- xmlSecNssKeyDataX509GetCert at Base 1.2.31
- xmlSecNssKeyDataX509GetCertsSize at Base 1.2.31
- xmlSecNssKeyDataX509GetCrl at Base 1.2.31
- xmlSecNssKeyDataX509GetCrlsSize at Base 1.2.31
- xmlSecNssKeyDataX509GetKeyCert at Base 1.2.31
- xmlSecNssKeyDataX509GetKlass at Base 1.2.31
- xmlSecNssKeysMngrInit at Base 1.2.31
- xmlSecNssKeysStoreAdoptKey at Base 1.2.31
- xmlSecNssKeysStoreGetKlass at Base 1.2.31
- xmlSecNssKeysStoreLoad at Base 1.2.31
- xmlSecNssKeysStoreSave at Base 1.2.31
- xmlSecNssNodeGetBigNumValue at Base 1.2.31
- xmlSecNssNodeSetBigNumValue at Base 1.2.31
- xmlSecNssPKIAdoptKey at Base 1.2.31
- xmlSecNssPKIKeyDataDuplicate at Base 1.2.31
- xmlSecNssPKIKeyDataGetKeyType at Base 1.2.31
- xmlSecNssPKIKeyDataGetPrivKey at Base 1.2.31
- xmlSecNssPKIKeyDataGetPubKey at Base 1.2.31
- xmlSecNssShutdown at Base 1.2.31
- xmlSecNssTransformAes128CbcGetKlass at Base 1.2.31
- xmlSecNssTransformAes192CbcGetKlass at Base 1.2.31
- xmlSecNssTransformAes256CbcGetKlass at Base 1.2.31
- xmlSecNssTransformDes3CbcGetKlass at Base 1.2.31
- xmlSecNssTransformDsaSha1GetKlass at Base 1.2.31
- xmlSecNssTransformDsaSha256GetKlass at Base 1.2.31
- xmlSecNssTransformEcdsaSha1GetKlass at Base 1.2.31
- xmlSecNssTransformEcdsaSha224GetKlass at Base 1.2.31
- xmlSecNssTransformEcdsaSha256GetKlass at Base 1.2.31
- xmlSecNssTransformEcdsaSha384GetKlass at Base 1.2.31
- xmlSecNssTransformEcdsaSha512GetKlass at Base 1.2.31
- xmlSecNssTransformHmacRipemd160GetKlass at Base 1.2.31
- xmlSecNssTransformHmacSha1GetKlass at Base 1.2.31
- xmlSecNssTransformHmacSha224GetKlass at Base 1.2.31
- xmlSecNssTransformHmacSha256GetKlass at Base 1.2.31
- xmlSecNssTransformHmacSha384GetKlass at Base 1.2.31
- xmlSecNssTransformHmacSha512GetKlass at Base 1.2.31
- xmlSecNssTransformKWAes128GetKlass at Base 1.2.31
- xmlSecNssTransformKWAes192GetKlass at Base 1.2.31
- xmlSecNssTransformKWAes256GetKlass at Base 1.2.31
- xmlSecNssTransformKWDes3GetKlass at Base 1.2.31
- xmlSecNssTransformRsaPkcs1GetKlass at Base 1.2.31
- xmlSecNssTransformRsaSha1GetKlass at Base 1.2.31
- xmlSecNssTransformRsaSha224GetKlass at Base 1.2.31
- xmlSecNssTransformRsaSha256GetKlass at Base 1.2.31
- xmlSecNssTransformRsaSha384GetKlass at Base 1.2.31
- xmlSecNssTransformRsaSha512GetKlass at Base 1.2.31
- xmlSecNssTransformSha1GetKlass at Base 1.2.31
- xmlSecNssTransformSha224GetKlass at Base 1.2.31
- xmlSecNssTransformSha256GetKlass at Base 1.2.31
- xmlSecNssTransformSha384GetKlass at Base 1.2.31
- xmlSecNssTransformSha512GetKlass at Base 1.2.31
- xmlSecNssX509CertGetKey at Base 1.2.31
- xmlSecNssX509StoreAdoptCert at Base 1.2.31
- xmlSecNssX509StoreFindCert at Base 1.2.31
- xmlSecNssX509StoreFindCert_ex at Base 1.2.35
- xmlSecNssX509StoreGetKlass at Base 1.2.31
- xmlSecNssX509StoreVerify at Base 1.2.31
diff -Nru xmlsec1-1.2.38/debian/libxmlsec1-openssl.install xmlsec1-1.2.38/debian/libxmlsec1-openssl.install
--- xmlsec1-1.2.38/debian/libxmlsec1-openssl.install	2023-12-16 14:36:32.000000000 +0000
+++ xmlsec1-1.2.38/debian/libxmlsec1-openssl.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libxmlsec1-openssl.so.*
diff -Nru xmlsec1-1.2.38/debian/libxmlsec1-openssl.lintian-overrides xmlsec1-1.2.38/debian/libxmlsec1-openssl.lintian-overrides
--- xmlsec1-1.2.38/debian/libxmlsec1-openssl.lintian-overrides	2023-12-16 14:36:32.000000000 +0000
+++ xmlsec1-1.2.38/debian/libxmlsec1-openssl.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-# upstream promised to change package name whenever bumping the soname
-package-name-doesnt-match-sonames libxmlsec1-openssl1
diff -Nru xmlsec1-1.2.38/debian/libxmlsec1-openssl.symbols xmlsec1-1.2.38/debian/libxmlsec1-openssl.symbols
--- xmlsec1-1.2.38/debian/libxmlsec1-openssl.symbols	2023-12-16 14:36:32.000000000 +0000
+++ xmlsec1-1.2.38/debian/libxmlsec1-openssl.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,125 +0,0 @@
-libxmlsec1-openssl.so.1 libxmlsec1-openssl #MINVER#
- xmlSecCryptoGetFunctions_openssl at Base 1.2.31
- xmlSecOpenSSLAppDefaultKeysMngrAdoptKey at Base 1.2.31
- xmlSecOpenSSLAppDefaultKeysMngrInit at Base 1.2.31
- xmlSecOpenSSLAppDefaultKeysMngrLoad at Base 1.2.31
- xmlSecOpenSSLAppDefaultKeysMngrSave at Base 1.2.31
- xmlSecOpenSSLAppGetDefaultPwdCallback at Base 1.2.31
- xmlSecOpenSSLAppInit at Base 1.2.31
- xmlSecOpenSSLAppKeyCertLoad at Base 1.2.31
- xmlSecOpenSSLAppKeyCertLoadBIO at Base 1.2.31
- xmlSecOpenSSLAppKeyCertLoadMemory at Base 1.2.31
- xmlSecOpenSSLAppKeyFromCertLoadBIO at Base 1.2.31
- xmlSecOpenSSLAppKeyLoad at Base 1.2.31
- xmlSecOpenSSLAppKeyLoadBIO at Base 1.2.31
- xmlSecOpenSSLAppKeyLoadMemory at Base 1.2.31
- xmlSecOpenSSLAppKeysMngrAddCertsFile at Base 1.2.31
- xmlSecOpenSSLAppKeysMngrAddCertsPath at Base 1.2.31
- xmlSecOpenSSLAppKeysMngrCertLoad at Base 1.2.31
- xmlSecOpenSSLAppKeysMngrCertLoadBIO at Base 1.2.31
- xmlSecOpenSSLAppKeysMngrCertLoadMemory at Base 1.2.31
- xmlSecOpenSSLAppPkcs12Load at Base 1.2.31
- xmlSecOpenSSLAppPkcs12LoadBIO at Base 1.2.31
- xmlSecOpenSSLAppPkcs12LoadMemory at Base 1.2.31
- xmlSecOpenSSLAppShutdown at Base 1.2.31
- xmlSecOpenSSLCreateMemBio at Base 1.2.35-2
- xmlSecOpenSSLCreateMemBufBio at Base 1.2.35-2
- xmlSecOpenSSLCreateReadFileBio at Base 1.2.35-2
- xmlSecOpenSSLErrorsDefaultCallback at Base 1.2.31
- xmlSecOpenSSLEvpKeyAdopt at Base 1.2.31
- xmlSecOpenSSLEvpKeyDataAdoptEvp at Base 1.2.31
- xmlSecOpenSSLEvpKeyDataGetEvp at Base 1.2.31
- xmlSecOpenSSLEvpKeyDup at Base 1.2.31
- xmlSecOpenSSLGenerateRandom at Base 1.2.31
- xmlSecOpenSSLGetDefaultTrustedCertsFolder at Base 1.2.31
- xmlSecOpenSSLGetLibCtx at Base 1.2.35-2
- xmlSecOpenSSLHmacGetMinOutputLength at Base 1.2.31
- xmlSecOpenSSLHmacSetMinOutputLength at Base 1.2.31
- xmlSecOpenSSLInit at Base 1.2.31
- xmlSecOpenSSLKeyDataAesGetKlass at Base 1.2.31
- xmlSecOpenSSLKeyDataAesSet at Base 1.2.31
- xmlSecOpenSSLKeyDataDesGetKlass at Base 1.2.31
- xmlSecOpenSSLKeyDataDesSet at Base 1.2.31
- xmlSecOpenSSLKeyDataDsaAdoptDsa at Base 1.2.31
- xmlSecOpenSSLKeyDataDsaAdoptEvp at Base 1.2.31
- xmlSecOpenSSLKeyDataDsaGetDsa at Base 1.2.31
- xmlSecOpenSSLKeyDataDsaGetEvp at Base 1.2.31
- xmlSecOpenSSLKeyDataDsaGetKlass at Base 1.2.31
- xmlSecOpenSSLKeyDataEcdsaAdoptEcdsa at Base 1.2.31
- xmlSecOpenSSLKeyDataEcdsaAdoptEvp at Base 1.2.31
- xmlSecOpenSSLKeyDataEcdsaGetEcdsa at Base 1.2.31
- xmlSecOpenSSLKeyDataEcdsaGetEvp at Base 1.2.31
- xmlSecOpenSSLKeyDataEcdsaGetKlass at Base 1.2.31
- xmlSecOpenSSLKeyDataHmacGetKlass at Base 1.2.31
- xmlSecOpenSSLKeyDataHmacSet at Base 1.2.31
- xmlSecOpenSSLKeyDataRawX509CertGetKlass at Base 1.2.31
- xmlSecOpenSSLKeyDataRsaAdoptEvp at Base 1.2.31
- xmlSecOpenSSLKeyDataRsaAdoptRsa at Base 1.2.31
- xmlSecOpenSSLKeyDataRsaGetEvp at Base 1.2.31
- xmlSecOpenSSLKeyDataRsaGetKlass at Base 1.2.31
- xmlSecOpenSSLKeyDataRsaGetRsa at Base 1.2.31
- xmlSecOpenSSLKeyDataX509AdoptCert at Base 1.2.31
- xmlSecOpenSSLKeyDataX509AdoptCrl at Base 1.2.31
- xmlSecOpenSSLKeyDataX509AdoptKeyCert at Base 1.2.31
- xmlSecOpenSSLKeyDataX509GetCert at Base 1.2.31
- xmlSecOpenSSLKeyDataX509GetCertsSize at Base 1.2.31
- xmlSecOpenSSLKeyDataX509GetCrl at Base 1.2.31
- xmlSecOpenSSLKeyDataX509GetCrlsSize at Base 1.2.31
- xmlSecOpenSSLKeyDataX509GetKeyCert at Base 1.2.31
- xmlSecOpenSSLKeyDataX509GetKlass at Base 1.2.31
- xmlSecOpenSSLKeysMngrInit at Base 1.2.31
- xmlSecOpenSSLNodeGetBNValue at Base 1.2.31
- xmlSecOpenSSLNodeSetBNValue at Base 1.2.31
- xmlSecOpenSSLSetDefaultTrustedCertsFolder at Base 1.2.31
- xmlSecOpenSSLSetLibCtx at Base 1.2.35-2
- xmlSecOpenSSLShutdown at Base 1.2.31
- xmlSecOpenSSLTransformAes128CbcGetKlass at Base 1.2.31
- xmlSecOpenSSLTransformAes128GcmGetKlass at Base 1.2.31
- xmlSecOpenSSLTransformAes192CbcGetKlass at Base 1.2.31
- xmlSecOpenSSLTransformAes192GcmGetKlass at Base 1.2.31
- xmlSecOpenSSLTransformAes256CbcGetKlass at Base 1.2.31
- xmlSecOpenSSLTransformAes256GcmGetKlass at Base 1.2.31
- xmlSecOpenSSLTransformDes3CbcGetKlass at Base 1.2.31
- xmlSecOpenSSLTransformDsaSha1GetKlass at Base 1.2.31
- xmlSecOpenSSLTransformDsaSha256GetKlass at Base 1.2.31
- xmlSecOpenSSLTransformEcdsaSha1GetKlass at Base 1.2.31
- xmlSecOpenSSLTransformEcdsaSha224GetKlass at Base 1.2.31
- xmlSecOpenSSLTransformEcdsaSha256GetKlass at Base 1.2.31
- xmlSecOpenSSLTransformEcdsaSha384GetKlass at Base 1.2.31
- xmlSecOpenSSLTransformEcdsaSha512GetKlass at Base 1.2.31
- xmlSecOpenSSLTransformHmacMd5GetKlass at Base 1.2.31
- xmlSecOpenSSLTransformHmacRipemd160GetKlass at Base 1.2.31
- xmlSecOpenSSLTransformHmacSha1GetKlass at Base 1.2.31
- xmlSecOpenSSLTransformHmacSha224GetKlass at Base 1.2.31
- xmlSecOpenSSLTransformHmacSha256GetKlass at Base 1.2.31
- xmlSecOpenSSLTransformHmacSha384GetKlass at Base 1.2.31
- xmlSecOpenSSLTransformHmacSha512GetKlass at Base 1.2.31
- xmlSecOpenSSLTransformKWAes128GetKlass at Base 1.2.31
- xmlSecOpenSSLTransformKWAes192GetKlass at Base 1.2.31
- xmlSecOpenSSLTransformKWAes256GetKlass at Base 1.2.31
- xmlSecOpenSSLTransformKWDes3GetKlass at Base 1.2.31
- xmlSecOpenSSLTransformMd5GetKlass at Base 1.2.31
- xmlSecOpenSSLTransformRipemd160GetKlass at Base 1.2.31
- xmlSecOpenSSLTransformRsaMd5GetKlass at Base 1.2.31
- xmlSecOpenSSLTransformRsaOaepGetKlass at Base 1.2.31
- xmlSecOpenSSLTransformRsaPkcs1GetKlass at Base 1.2.31
- xmlSecOpenSSLTransformRsaRipemd160GetKlass at Base 1.2.31
- xmlSecOpenSSLTransformRsaSha1GetKlass at Base 1.2.31
- xmlSecOpenSSLTransformRsaSha224GetKlass at Base 1.2.31
- xmlSecOpenSSLTransformRsaSha256GetKlass at Base 1.2.31
- xmlSecOpenSSLTransformRsaSha384GetKlass at Base 1.2.31
- xmlSecOpenSSLTransformRsaSha512GetKlass at Base 1.2.31
- xmlSecOpenSSLTransformSha1GetKlass at Base 1.2.31
- xmlSecOpenSSLTransformSha224GetKlass at Base 1.2.31
- xmlSecOpenSSLTransformSha256GetKlass at Base 1.2.31
- xmlSecOpenSSLTransformSha384GetKlass at Base 1.2.31
- xmlSecOpenSSLTransformSha512GetKlass at Base 1.2.31
- xmlSecOpenSSLX509CertGetKey at Base 1.2.31
- xmlSecOpenSSLX509StoreAddCertsFile at Base 1.2.31
- xmlSecOpenSSLX509StoreAddCertsPath at Base 1.2.31
- xmlSecOpenSSLX509StoreAdoptCert at Base 1.2.31
- xmlSecOpenSSLX509StoreAdoptCrl at Base 1.2.31
- xmlSecOpenSSLX509StoreFindCert at Base 1.2.31
- xmlSecOpenSSLX509StoreFindCert_ex at Base 1.2.35-2
- xmlSecOpenSSLX509StoreGetKlass at Base 1.2.31
- xmlSecOpenSSLX509StoreVerify at Base 1.2.31
diff -Nru xmlsec1-1.2.38/debian/libxmlsec1.install xmlsec1-1.2.38/debian/libxmlsec1.install
--- xmlsec1-1.2.38/debian/libxmlsec1.install	2023-12-16 14:36:32.000000000 +0000
+++ xmlsec1-1.2.38/debian/libxmlsec1.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libxmlsec1.so.*
diff -Nru xmlsec1-1.2.38/debian/libxmlsec1.lintian-overrides xmlsec1-1.2.38/debian/libxmlsec1.lintian-overrides
--- xmlsec1-1.2.38/debian/libxmlsec1.lintian-overrides	2023-12-16 14:36:32.000000000 +0000
+++ xmlsec1-1.2.38/debian/libxmlsec1.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-# upstream promised to change package name whenever bumping the soname
-package-name-doesnt-match-sonames libxmlsec1-1
diff -Nru xmlsec1-1.2.38/debian/libxmlsec1.symbols xmlsec1-1.2.38/debian/libxmlsec1.symbols
--- xmlsec1-1.2.38/debian/libxmlsec1.symbols	2023-12-16 14:36:32.000000000 +0000
+++ xmlsec1-1.2.38/debian/libxmlsec1.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,756 +0,0 @@
-libxmlsec1.so.1 libxmlsec1 #MINVER#
- xmlSecAddChild at Base 1.2.31
- xmlSecAddChildNode at Base 1.2.31
- xmlSecAddIDs at Base 1.2.31
- xmlSecAddNextSibling at Base 1.2.31
- xmlSecAddPrevSibling at Base 1.2.31
- xmlSecAttrAlgorithm at Base 1.2.31
- xmlSecAttrEncoding at Base 1.2.31
- xmlSecAttrFilter at Base 1.2.31
- xmlSecAttrId at Base 1.2.31
- xmlSecAttrMimeType at Base 1.2.31
- xmlSecAttrPrefixList at Base 1.2.31
- xmlSecAttrRecipient at Base 1.2.31
- xmlSecAttrTarget at Base 1.2.31
- xmlSecAttrType at Base 1.2.31
- xmlSecAttrURI at Base 1.2.31
- xmlSecBase64CtxCreate at Base 1.2.31
- xmlSecBase64CtxDestroy at Base 1.2.31
- xmlSecBase64CtxFinal at Base 1.2.31
- xmlSecBase64CtxFinal_ex at Base 1.2.35
- xmlSecBase64CtxFinalize at Base 1.2.31
- xmlSecBase64CtxInitialize at Base 1.2.31
- xmlSecBase64CtxUpdate at Base 1.2.31
- xmlSecBase64CtxUpdate_ex at Base 1.2.35
- xmlSecBase64Decode at Base 1.2.31
- xmlSecBase64DecodeInPlace at Base 1.2.35
- xmlSecBase64Decode_ex at Base 1.2.35
- xmlSecBase64Encode at Base 1.2.31
- xmlSecBase64GetDefaultLineSize at Base 1.2.31
- xmlSecBase64SetDefaultLineSize at Base 1.2.31
- xmlSecBnAdd at Base 1.2.31
- xmlSecBnBlobSetNodeValue at Base 1.2.31
- xmlSecBnCompare at Base 1.2.31
- xmlSecBnCompareReverse at Base 1.2.31
- xmlSecBnCreate at Base 1.2.31
- xmlSecBnDestroy at Base 1.2.31
- xmlSecBnDiv at Base 1.2.31
- xmlSecBnFinalize at Base 1.2.31
- xmlSecBnFromDecString at Base 1.2.31
- xmlSecBnFromHexString at Base 1.2.31
- xmlSecBnFromString at Base 1.2.31
- xmlSecBnGetData at Base 1.2.31
- xmlSecBnGetNodeValue at Base 1.2.31
- xmlSecBnGetSize at Base 1.2.31
- xmlSecBnInitialize at Base 1.2.31
- xmlSecBnMul at Base 1.2.31
- xmlSecBnReverse at Base 1.2.31
- xmlSecBnSetData at Base 1.2.31
- xmlSecBnSetNodeValue at Base 1.2.31
- xmlSecBnToDecString at Base 1.2.31
- xmlSecBnToHexString at Base 1.2.31
- xmlSecBnToString at Base 1.2.31
- xmlSecBnZero at Base 1.2.31
- xmlSecBufferAppend at Base 1.2.31
- xmlSecBufferBase64NodeContentRead at Base 1.2.31
- xmlSecBufferBase64NodeContentWrite at Base 1.2.31
- xmlSecBufferCreate at Base 1.2.31
- xmlSecBufferCreateOutputBuffer at Base 1.2.31
- xmlSecBufferDestroy at Base 1.2.31
- xmlSecBufferEmpty at Base 1.2.31
- xmlSecBufferFinalize at Base 1.2.31
- xmlSecBufferGetData at Base 1.2.31
- xmlSecBufferGetMaxSize at Base 1.2.31
- xmlSecBufferGetSize at Base 1.2.31
- xmlSecBufferInitialize at Base 1.2.31
- xmlSecBufferPrepend at Base 1.2.31
- xmlSecBufferReadFile at Base 1.2.31
- xmlSecBufferRemoveHead at Base 1.2.31
- xmlSecBufferRemoveTail at Base 1.2.31
- xmlSecBufferReverse at Base 1.2.35
- xmlSecBufferSetData at Base 1.2.31
- xmlSecBufferSetDefaultAllocMode at Base 1.2.31
- xmlSecBufferSetMaxSize at Base 1.2.31
- xmlSecBufferSetSize at Base 1.2.31
- xmlSecCheckNodeName at Base 1.2.31
- xmlSecCheckVersionExt at Base 1.2.31
- xmlSecCreateTree at Base 1.2.31
- xmlSecCryptoDLFunctionsRegisterKeyDataAndTransforms at Base 1.2.31
- xmlSecDSigCtxCreate at Base 1.2.31
- xmlSecDSigCtxDebugDump at Base 1.2.31
- xmlSecDSigCtxDebugXmlDump at Base 1.2.31
- xmlSecDSigCtxDestroy at Base 1.2.31
- xmlSecDSigCtxEnableReferenceTransform at Base 1.2.31
- xmlSecDSigCtxEnableSignatureTransform at Base 1.2.31
- xmlSecDSigCtxFinalize at Base 1.2.31
- xmlSecDSigCtxGetPreSignBuffer at Base 1.2.31
- xmlSecDSigCtxInitialize at Base 1.2.31
- xmlSecDSigCtxSign at Base 1.2.31
- xmlSecDSigCtxVerify at Base 1.2.31
- xmlSecDSigNs at Base 1.2.31
- xmlSecDSigReferenceCtxCreate at Base 1.2.31
- xmlSecDSigReferenceCtxDebugDump at Base 1.2.31
- xmlSecDSigReferenceCtxDebugXmlDump at Base 1.2.31
- xmlSecDSigReferenceCtxDestroy at Base 1.2.31
- xmlSecDSigReferenceCtxFinalize at Base 1.2.31
- xmlSecDSigReferenceCtxGetPreDigestBuffer at Base 1.2.31
- xmlSecDSigReferenceCtxInitialize at Base 1.2.31
- xmlSecDSigReferenceCtxListGetKlass at Base 1.2.31
- xmlSecDSigReferenceCtxProcessNode at Base 1.2.31
- xmlSecEncCtxBinaryEncrypt at Base 1.2.31
- xmlSecEncCtxCopyUserPref at Base 1.2.31
- xmlSecEncCtxCreate at Base 1.2.31
- xmlSecEncCtxDebugDump at Base 1.2.31
- xmlSecEncCtxDebugXmlDump at Base 1.2.31
- xmlSecEncCtxDecrypt at Base 1.2.31
- xmlSecEncCtxDecryptToBuffer at Base 1.2.31
- xmlSecEncCtxDestroy at Base 1.2.31
- xmlSecEncCtxFinalize at Base 1.2.31
- xmlSecEncCtxInitialize at Base 1.2.31
- xmlSecEncCtxReset at Base 1.2.31
- xmlSecEncCtxUriEncrypt at Base 1.2.31
- xmlSecEncCtxXmlEncrypt at Base 1.2.31
- xmlSecEncNs at Base 1.2.31
- xmlSecEnsureEmptyChild at Base 1.2.31
- xmlSecError at Base 1.2.31
- xmlSecErrorsDefaultCallback at Base 1.2.31
- xmlSecErrorsDefaultCallbackEnableOutput at Base 1.2.31
- xmlSecErrorsGetCode at Base 1.2.31
- xmlSecErrorsGetMsg at Base 1.2.31
- xmlSecErrorsInit at Base 1.2.31
- xmlSecErrorsSetCallback at Base 1.2.31
- xmlSecErrorsShutdown at Base 1.2.31
- xmlSecFindChild at Base 1.2.31
- xmlSecFindNode at Base 1.2.31
- xmlSecFindParent at Base 1.2.31
- xmlSecFindSibling at Base 1.2.31
- xmlSecGetDefaultCrypto at Base 1.2.31
- xmlSecGetDefaultLineFeed at Base 1.2.31
- xmlSecGetNextElementNode at Base 1.2.31
- xmlSecGetNodeContentAsSize at Base 1.2.35
- xmlSecGetNodeNsHref at Base 1.2.31
- xmlSecGetQName at Base 1.2.31
- xmlSecHrefAESKeyValue at Base 1.2.31
- xmlSecHrefAes128Cbc at Base 1.2.31
- xmlSecHrefAes128Gcm at Base 1.2.31
- xmlSecHrefAes192Cbc at Base 1.2.31
- xmlSecHrefAes192Gcm at Base 1.2.31
- xmlSecHrefAes256Cbc at Base 1.2.31
- xmlSecHrefAes256Gcm at Base 1.2.31
- xmlSecHrefBase64 at Base 1.2.31
- xmlSecHrefC14N11 at Base 1.2.31
- xmlSecHrefC14N11WithComments at Base 1.2.31
- xmlSecHrefC14N at Base 1.2.31
- xmlSecHrefC14NWithComments at Base 1.2.31
- xmlSecHrefDESKeyValue at Base 1.2.31
- xmlSecHrefDSAKeyValue at Base 1.2.31
- xmlSecHrefDes3Cbc at Base 1.2.31
- xmlSecHrefDsaSha1 at Base 1.2.31
- xmlSecHrefDsaSha256 at Base 1.2.31
- xmlSecHrefECDSAKeyValue at Base 1.2.31
- xmlSecHrefEcdsaSha1 at Base 1.2.31
- xmlSecHrefEcdsaSha224 at Base 1.2.31
- xmlSecHrefEcdsaSha256 at Base 1.2.31
- xmlSecHrefEcdsaSha384 at Base 1.2.31
- xmlSecHrefEcdsaSha512 at Base 1.2.31
- xmlSecHrefEncryptedKey at Base 1.2.31
- xmlSecHrefEnveloped at Base 1.2.31
- xmlSecHrefExcC14N at Base 1.2.31
- xmlSecHrefExcC14NWithComments at Base 1.2.31
- xmlSecHrefGOST2001KeyValue at Base 1.2.31
- xmlSecHrefGost2001GostR3411_94 at Base 1.2.31
- xmlSecHrefGostR3410_2012GostR3411_2012_256 at Base 1.2.31
- xmlSecHrefGostR3410_2012GostR3411_2012_512 at Base 1.2.31
- xmlSecHrefGostR3410_2012_256KeyValue at Base 1.2.31
- xmlSecHrefGostR3410_2012_512KeyValue at Base 1.2.31
- xmlSecHrefGostR3411_2012_256 at Base 1.2.31
- xmlSecHrefGostR3411_2012_512 at Base 1.2.31
- xmlSecHrefGostR3411_94 at Base 1.2.31
- xmlSecHrefHMACKeyValue at Base 1.2.31
- xmlSecHrefHmacMd5 at Base 1.2.31
- xmlSecHrefHmacRipemd160 at Base 1.2.31
- xmlSecHrefHmacSha1 at Base 1.2.31
- xmlSecHrefHmacSha224 at Base 1.2.31
- xmlSecHrefHmacSha256 at Base 1.2.31
- xmlSecHrefHmacSha384 at Base 1.2.31
- xmlSecHrefHmacSha512 at Base 1.2.31
- xmlSecHrefKWAes128 at Base 1.2.31
- xmlSecHrefKWAes192 at Base 1.2.31
- xmlSecHrefKWAes256 at Base 1.2.31
- xmlSecHrefKWDes3 at Base 1.2.31
- xmlSecHrefMd5 at Base 1.2.31
- xmlSecHrefPGPData at Base 1.2.31
- xmlSecHrefRSAKeyValue at Base 1.2.31
- xmlSecHrefRawX509Cert at Base 1.2.31
- xmlSecHrefRelationship at Base 1.2.31
- xmlSecHrefRipemd160 at Base 1.2.31
- xmlSecHrefRsaMd5 at Base 1.2.31
- xmlSecHrefRsaOaep at Base 1.2.31
- xmlSecHrefRsaPkcs1 at Base 1.2.31
- xmlSecHrefRsaRipemd160 at Base 1.2.31
- xmlSecHrefRsaSha1 at Base 1.2.31
- xmlSecHrefRsaSha224 at Base 1.2.31
- xmlSecHrefRsaSha256 at Base 1.2.31
- xmlSecHrefRsaSha384 at Base 1.2.31
- xmlSecHrefRsaSha512 at Base 1.2.31
- xmlSecHrefSPKIData at Base 1.2.31
- xmlSecHrefSha1 at Base 1.2.31
- xmlSecHrefSha224 at Base 1.2.31
- xmlSecHrefSha256 at Base 1.2.31
- xmlSecHrefSha384 at Base 1.2.31
- xmlSecHrefSha512 at Base 1.2.31
- xmlSecHrefX509Data at Base 1.2.31
- xmlSecHrefXslt at Base 1.2.31
- xmlSecIOCleanupCallbacks at Base 1.2.31
- xmlSecIOInit at Base 1.2.31
- xmlSecIORegisterCallbacks at Base 1.2.31
- xmlSecIORegisterDefaultCallbacks at Base 1.2.31
- xmlSecIOShutdown at Base 1.2.31
- xmlSecImportGetPersistKey at Base 1.2.31
- xmlSecImportSetPersistKey at Base 1.2.31
- xmlSecInit at Base 1.2.31
- xmlSecIsEmptyNode at Base 1.2.31
- xmlSecIsEmptyString at Base 1.2.31
- xmlSecKeyAdoptData at Base 1.2.31
- xmlSecKeyCopy at Base 1.2.31
- xmlSecKeyCreate at Base 1.2.31
- xmlSecKeyDataBinRead at Base 1.2.31
- xmlSecKeyDataBinWrite at Base 1.2.31
- xmlSecKeyDataBinaryValueBinRead at Base 1.2.31
- xmlSecKeyDataBinaryValueBinWrite at Base 1.2.31
- xmlSecKeyDataBinaryValueDebugDump at Base 1.2.31
- xmlSecKeyDataBinaryValueDebugXmlDump at Base 1.2.31
- xmlSecKeyDataBinaryValueDuplicate at Base 1.2.31
- xmlSecKeyDataBinaryValueFinalize at Base 1.2.31
- xmlSecKeyDataBinaryValueGetBuffer at Base 1.2.31
- xmlSecKeyDataBinaryValueGetSize at Base 1.2.31
- xmlSecKeyDataBinaryValueInitialize at Base 1.2.31
- xmlSecKeyDataBinaryValueSetBuffer at Base 1.2.31
- xmlSecKeyDataBinaryValueXmlRead at Base 1.2.31
- xmlSecKeyDataBinaryValueXmlWrite at Base 1.2.31
- xmlSecKeyDataCreate at Base 1.2.31
- xmlSecKeyDataDebugDump at Base 1.2.31
- xmlSecKeyDataDebugXmlDump at Base 1.2.31
- xmlSecKeyDataDestroy at Base 1.2.31
- xmlSecKeyDataDsaXmlRead at Base 1.2.35
- xmlSecKeyDataDsaXmlWrite at Base 1.2.35
- xmlSecKeyDataDuplicate at Base 1.2.31
- xmlSecKeyDataEncryptedKeyGetKlass at Base 1.2.31
- xmlSecKeyDataGenerate at Base 1.2.31
- xmlSecKeyDataGetIdentifier at Base 1.2.31
- xmlSecKeyDataGetSize at Base 1.2.31
- xmlSecKeyDataGetType at Base 1.2.31
- xmlSecKeyDataIdListDebugDump at Base 1.2.31
- xmlSecKeyDataIdListDebugXmlDump at Base 1.2.31
- xmlSecKeyDataIdListFind at Base 1.2.31
- xmlSecKeyDataIdListFindByHref at Base 1.2.31
- xmlSecKeyDataIdListFindByName at Base 1.2.31
- xmlSecKeyDataIdListFindByNode at Base 1.2.31
- xmlSecKeyDataIdListGetKlass at Base 1.2.31
- xmlSecKeyDataIdsGet at Base 1.2.31
- xmlSecKeyDataIdsInit at Base 1.2.31
- xmlSecKeyDataIdsRegister at Base 1.2.31
- xmlSecKeyDataIdsRegisterDefault at Base 1.2.31
- xmlSecKeyDataIdsShutdown at Base 1.2.31
- xmlSecKeyDataListGetKlass at Base 1.2.31
- xmlSecKeyDataNameGetKlass at Base 1.2.31
- xmlSecKeyDataRetrievalMethodGetKlass at Base 1.2.31
- xmlSecKeyDataRsaXmlRead at Base 1.2.35
- xmlSecKeyDataRsaXmlWrite at Base 1.2.35
- xmlSecKeyDataStoreCreate at Base 1.2.31
- xmlSecKeyDataStoreDestroy at Base 1.2.31
- xmlSecKeyDataStorePtrListGetKlass at Base 1.2.31
- xmlSecKeyDataValueGetKlass at Base 1.2.31
- xmlSecKeyDataX509XmlRead at Base 1.2.35
- xmlSecKeyDataX509XmlWrite at Base 1.2.35
- xmlSecKeyDataXmlRead at Base 1.2.31
- xmlSecKeyDataXmlWrite at Base 1.2.31
- xmlSecKeyDebugDump at Base 1.2.31
- xmlSecKeyDebugXmlDump at Base 1.2.31
- xmlSecKeyDestroy at Base 1.2.31
- xmlSecKeyDuplicate at Base 1.2.31
- xmlSecKeyEmpty at Base 1.2.31
- xmlSecKeyEnsureData at Base 1.2.31
- xmlSecKeyGenerate at Base 1.2.31
- xmlSecKeyGenerateByName at Base 1.2.31
- xmlSecKeyGetData at Base 1.2.31
- xmlSecKeyGetName at Base 1.2.31
- xmlSecKeyGetType at Base 1.2.31
- xmlSecKeyGetValue at Base 1.2.31
- xmlSecKeyInfoCtxCopyUserPref at Base 1.2.31
- xmlSecKeyInfoCtxCreate at Base 1.2.31
- xmlSecKeyInfoCtxCreateEncCtx at Base 1.2.31
- xmlSecKeyInfoCtxDebugDump at Base 1.2.31
- xmlSecKeyInfoCtxDebugXmlDump at Base 1.2.31
- xmlSecKeyInfoCtxDestroy at Base 1.2.31
- xmlSecKeyInfoCtxFinalize at Base 1.2.31
- xmlSecKeyInfoCtxInitialize at Base 1.2.31
- xmlSecKeyInfoCtxReset at Base 1.2.31
- xmlSecKeyInfoNodeRead at Base 1.2.31
- xmlSecKeyInfoNodeWrite at Base 1.2.31
- xmlSecKeyMatch at Base 1.2.31
- xmlSecKeyPtrListGetKlass at Base 1.2.31
- xmlSecKeyReadBinaryFile at Base 1.2.31
- xmlSecKeyReadBuffer at Base 1.2.31
- xmlSecKeyReadMemory at Base 1.2.31
- xmlSecKeyReqCopy at Base 1.2.31
- xmlSecKeyReqDebugDump at Base 1.2.31
- xmlSecKeyReqDebugXmlDump at Base 1.2.31
- xmlSecKeyReqFinalize at Base 1.2.31
- xmlSecKeyReqInitialize at Base 1.2.31
- xmlSecKeyReqMatchKey at Base 1.2.31
- xmlSecKeyReqMatchKeyValue at Base 1.2.31
- xmlSecKeyReqReset at Base 1.2.31
- xmlSecKeySetName at Base 1.2.31
- xmlSecKeySetValue at Base 1.2.31
- xmlSecKeyStoreCreate at Base 1.2.31
- xmlSecKeyStoreDestroy at Base 1.2.31
- xmlSecKeyStoreFindKey at Base 1.2.31
- xmlSecKeyUseWithCopy at Base 1.2.31
- xmlSecKeyUseWithCreate at Base 1.2.31
- xmlSecKeyUseWithDebugDump at Base 1.2.31
- xmlSecKeyUseWithDebugXmlDump at Base 1.2.31
- xmlSecKeyUseWithDestroy at Base 1.2.31
- xmlSecKeyUseWithDuplicate at Base 1.2.31
- xmlSecKeyUseWithFinalize at Base 1.2.31
- xmlSecKeyUseWithInitialize at Base 1.2.31
- xmlSecKeyUseWithPtrListGetKlass at Base 1.2.31
- xmlSecKeyUseWithReset at Base 1.2.31
- xmlSecKeyUseWithSet at Base 1.2.31
- xmlSecKeysMngrAdoptDataStore at Base 1.2.31
- xmlSecKeysMngrAdoptKeysStore at Base 1.2.31
- xmlSecKeysMngrCreate at Base 1.2.31
- xmlSecKeysMngrDestroy at Base 1.2.31
- xmlSecKeysMngrFindKey at Base 1.2.31
- xmlSecKeysMngrGetDataStore at Base 1.2.31
- xmlSecKeysMngrGetKey at Base 1.2.31
- xmlSecKeysMngrGetKeysStore at Base 1.2.31
- xmlSecNameAESKeyValue at Base 1.2.31
- xmlSecNameAes128Cbc at Base 1.2.31
- xmlSecNameAes128Gcm at Base 1.2.31
- xmlSecNameAes192Cbc at Base 1.2.31
- xmlSecNameAes192Gcm at Base 1.2.31
- xmlSecNameAes256Cbc at Base 1.2.31
- xmlSecNameAes256Gcm at Base 1.2.31
- xmlSecNameBase64 at Base 1.2.31
- xmlSecNameC14N11 at Base 1.2.31
- xmlSecNameC14N11WithComments at Base 1.2.31
- xmlSecNameC14N at Base 1.2.31
- xmlSecNameC14NWithComments at Base 1.2.31
- xmlSecNameDESKeyValue at Base 1.2.31
- xmlSecNameDSAKeyValue at Base 1.2.31
- xmlSecNameDes3Cbc at Base 1.2.31
- xmlSecNameDsaSha1 at Base 1.2.31
- xmlSecNameDsaSha256 at Base 1.2.31
- xmlSecNameECDSAKeyValue at Base 1.2.31
- xmlSecNameEcdsaSha1 at Base 1.2.31
- xmlSecNameEcdsaSha224 at Base 1.2.31
- xmlSecNameEcdsaSha256 at Base 1.2.31
- xmlSecNameEcdsaSha384 at Base 1.2.31
- xmlSecNameEcdsaSha512 at Base 1.2.31
- xmlSecNameEncryptedKey at Base 1.2.31
- xmlSecNameEnveloped at Base 1.2.31
- xmlSecNameExcC14N at Base 1.2.31
- xmlSecNameExcC14NWithComments at Base 1.2.31
- xmlSecNameGOST2001KeyValue at Base 1.2.31
- xmlSecNameGost2001GostR3411_94 at Base 1.2.31
- xmlSecNameGostR3410_2012GostR3411_2012_256 at Base 1.2.31
- xmlSecNameGostR3410_2012GostR3411_2012_512 at Base 1.2.31
- xmlSecNameGostR3410_2012_256KeyValue at Base 1.2.31
- xmlSecNameGostR3410_2012_512KeyValue at Base 1.2.31
- xmlSecNameGostR3411_2012_256 at Base 1.2.31
- xmlSecNameGostR3411_2012_512 at Base 1.2.31
- xmlSecNameGostR3411_94 at Base 1.2.31
- xmlSecNameHMACKeyValue at Base 1.2.31
- xmlSecNameHmacMd5 at Base 1.2.31
- xmlSecNameHmacRipemd160 at Base 1.2.31
- xmlSecNameHmacSha1 at Base 1.2.31
- xmlSecNameHmacSha224 at Base 1.2.31
- xmlSecNameHmacSha256 at Base 1.2.31
- xmlSecNameHmacSha384 at Base 1.2.31
- xmlSecNameHmacSha512 at Base 1.2.31
- xmlSecNameKWAes128 at Base 1.2.31
- xmlSecNameKWAes192 at Base 1.2.31
- xmlSecNameKWAes256 at Base 1.2.31
- xmlSecNameKWDes3 at Base 1.2.31
- xmlSecNameKeyName at Base 1.2.31
- xmlSecNameKeyValue at Base 1.2.31
- xmlSecNameMd5 at Base 1.2.31
- xmlSecNameMemBuf at Base 1.2.31
- xmlSecNamePGPData at Base 1.2.31
- xmlSecNameRSAKeyValue at Base 1.2.31
- xmlSecNameRawX509Cert at Base 1.2.31
- xmlSecNameRelationship at Base 1.2.31
- xmlSecNameRetrievalMethod at Base 1.2.31
- xmlSecNameRipemd160 at Base 1.2.31
- xmlSecNameRsaMd5 at Base 1.2.31
- xmlSecNameRsaOaep at Base 1.2.31
- xmlSecNameRsaPkcs1 at Base 1.2.31
- xmlSecNameRsaRipemd160 at Base 1.2.31
- xmlSecNameRsaSha1 at Base 1.2.31
- xmlSecNameRsaSha224 at Base 1.2.31
- xmlSecNameRsaSha256 at Base 1.2.31
- xmlSecNameRsaSha384 at Base 1.2.31
- xmlSecNameRsaSha512 at Base 1.2.31
- xmlSecNameSPKIData at Base 1.2.31
- xmlSecNameSha1 at Base 1.2.31
- xmlSecNameSha224 at Base 1.2.31
- xmlSecNameSha256 at Base 1.2.31
- xmlSecNameSha384 at Base 1.2.31
- xmlSecNameSha512 at Base 1.2.31
- xmlSecNameX509Data at Base 1.2.31
- xmlSecNameX509Store at Base 1.2.31
- xmlSecNameXPath2 at Base 1.2.31
- xmlSecNameXPath at Base 1.2.31
- xmlSecNameXPointer at Base 1.2.31
- xmlSecNameXslt at Base 1.2.31
- xmlSecNodeAESKeyValue at Base 1.2.31
- xmlSecNodeBody at Base 1.2.31
- xmlSecNodeCanonicalizationMethod at Base 1.2.31
- xmlSecNodeCarriedKeyName at Base 1.2.31
- xmlSecNodeCipherData at Base 1.2.31
- xmlSecNodeCipherReference at Base 1.2.31
- xmlSecNodeCipherValue at Base 1.2.31
- xmlSecNodeCode at Base 1.2.31
- xmlSecNodeDESKeyValue at Base 1.2.31
- xmlSecNodeDSAG at Base 1.2.31
- xmlSecNodeDSAJ at Base 1.2.31
- xmlSecNodeDSAKeyValue at Base 1.2.31
- xmlSecNodeDSAP at Base 1.2.31
- xmlSecNodeDSAPgenCounter at Base 1.2.31
- xmlSecNodeDSAQ at Base 1.2.31
- xmlSecNodeDSASeed at Base 1.2.31
- xmlSecNodeDSAX at Base 1.2.31
- xmlSecNodeDSAY at Base 1.2.31
- xmlSecNodeDataReference at Base 1.2.31
- xmlSecNodeDetail at Base 1.2.31
- xmlSecNodeDigestMethod at Base 1.2.31
- xmlSecNodeDigestValue at Base 1.2.31
- xmlSecNodeECDSAG at Base 1.2.31
- xmlSecNodeECDSAJ at Base 1.2.31
- xmlSecNodeECDSAKeyValue at Base 1.2.31
- xmlSecNodeECDSAP at Base 1.2.31
- xmlSecNodeECDSAPgenCounter at Base 1.2.31
- xmlSecNodeECDSAQ at Base 1.2.31
- xmlSecNodeECDSASeed at Base 1.2.31
- xmlSecNodeECDSAX at Base 1.2.31
- xmlSecNodeECDSAY at Base 1.2.31
- xmlSecNodeEncodeAndSetContent at Base 1.2.31
- xmlSecNodeEncryptedData at Base 1.2.31
- xmlSecNodeEncryptedKey at Base 1.2.31
- xmlSecNodeEncryptionMethod at Base 1.2.31
- xmlSecNodeEncryptionProperties at Base 1.2.31
- xmlSecNodeEncryptionProperty at Base 1.2.31
- xmlSecNodeEnvelope at Base 1.2.31
- xmlSecNodeFault at Base 1.2.31
- xmlSecNodeFaultActor at Base 1.2.31
- xmlSecNodeFaultCode at Base 1.2.31
- xmlSecNodeFaultDetail at Base 1.2.31
- xmlSecNodeFaultString at Base 1.2.31
- xmlSecNodeGOST2001KeyValue at Base 1.2.31
- xmlSecNodeGostR3410_2012_256KeyValue at Base 1.2.31
- xmlSecNodeGostR3410_2012_512KeyValue at Base 1.2.31
- xmlSecNodeHMACKeyValue at Base 1.2.31
- xmlSecNodeHMACOutputLength at Base 1.2.31
- xmlSecNodeHeader at Base 1.2.31
- xmlSecNodeInclusiveNamespaces at Base 1.2.31
- xmlSecNodeKeyInfo at Base 1.2.31
- xmlSecNodeKeyName at Base 1.2.31
- xmlSecNodeKeyReference at Base 1.2.31
- xmlSecNodeKeyValue at Base 1.2.31
- xmlSecNodeManifest at Base 1.2.31
- xmlSecNodeNode at Base 1.2.31
- xmlSecNodeObject at Base 1.2.31
- xmlSecNodePGPData at Base 1.2.31
- xmlSecNodeRSAExponent at Base 1.2.31
- xmlSecNodeRSAKeyValue at Base 1.2.31
- xmlSecNodeRSAModulus at Base 1.2.31
- xmlSecNodeRSAPrivateExponent at Base 1.2.31
- xmlSecNodeReason at Base 1.2.31
- xmlSecNodeReference at Base 1.2.31
- xmlSecNodeReferenceList at Base 1.2.31
- xmlSecNodeRelationship at Base 1.2.31
- xmlSecNodeRelationshipReference at Base 1.2.31
- xmlSecNodeRetrievalMethod at Base 1.2.31
- xmlSecNodeRole at Base 1.2.31
- xmlSecNodeRsaOAEPparams at Base 1.2.31
- xmlSecNodeSPKIData at Base 1.2.31
- xmlSecNodeSetAdd at Base 1.2.31
- xmlSecNodeSetAddList at Base 1.2.31
- xmlSecNodeSetContains at Base 1.2.31
- xmlSecNodeSetCreate at Base 1.2.31
- xmlSecNodeSetDebugDump at Base 1.2.31
- xmlSecNodeSetDestroy at Base 1.2.31
- xmlSecNodeSetDocDestroy at Base 1.2.31
- xmlSecNodeSetDumpTextNodes at Base 1.2.31
- xmlSecNodeSetGetChildren at Base 1.2.31
- xmlSecNodeSetWalk at Base 1.2.31
- xmlSecNodeSignature at Base 1.2.31
- xmlSecNodeSignatureMethod at Base 1.2.31
- xmlSecNodeSignatureProperties at Base 1.2.31
- xmlSecNodeSignatureValue at Base 1.2.31
- xmlSecNodeSignedInfo at Base 1.2.31
- xmlSecNodeSubcode at Base 1.2.31
- xmlSecNodeText at Base 1.2.31
- xmlSecNodeTransform at Base 1.2.31
- xmlSecNodeTransforms at Base 1.2.31
- xmlSecNodeValue at Base 1.2.31
- xmlSecNodeX509CRL at Base 1.2.31
- xmlSecNodeX509Certificate at Base 1.2.31
- xmlSecNodeX509Data at Base 1.2.31
- xmlSecNodeX509IssuerName at Base 1.2.31
- xmlSecNodeX509IssuerSerial at Base 1.2.31
- xmlSecNodeX509SKI at Base 1.2.31
- xmlSecNodeX509SerialNumber at Base 1.2.31
- xmlSecNodeX509SubjectName at Base 1.2.31
- xmlSecNodeXPath2 at Base 1.2.31
- xmlSecNodeXPath at Base 1.2.31
- xmlSecNodeXPointer at Base 1.2.31
- xmlSecNs at Base 1.2.31
- xmlSecNsExcC14N at Base 1.2.31
- xmlSecNsExcC14NWithComments at Base 1.2.31
- xmlSecParseFile at Base 1.2.31
- xmlSecParseMemory at Base 1.2.31
- xmlSecParseMemoryExt at Base 1.2.31
- xmlSecParsePrepareCtxt at Base 1.2.31
- xmlSecParserGetDefaultOptions at Base 1.2.35
- xmlSecParserSetDefaultOptions at Base 1.2.35
- xmlSecPrintXmlString at Base 1.2.31
- xmlSecPtrListAdd at Base 1.2.31
- xmlSecPtrListCopy at Base 1.2.31
- xmlSecPtrListCreate at Base 1.2.31
- xmlSecPtrListDebugDump at Base 1.2.31
- xmlSecPtrListDebugXmlDump at Base 1.2.31
- xmlSecPtrListDestroy at Base 1.2.31
- xmlSecPtrListDuplicate at Base 1.2.31
- xmlSecPtrListEmpty at Base 1.2.31
- xmlSecPtrListFinalize at Base 1.2.31
- xmlSecPtrListGetItem at Base 1.2.31
- xmlSecPtrListGetSize at Base 1.2.31
- xmlSecPtrListInitialize at Base 1.2.31
- xmlSecPtrListRemove at Base 1.2.31
- xmlSecPtrListRemoveAndReturn at Base 1.2.31
- xmlSecPtrListSet at Base 1.2.31
- xmlSecPtrListSetDefaultAllocMode at Base 1.2.31
- xmlSecQName2BitMaskDebugDump at Base 1.2.31
- xmlSecQName2BitMaskDebugXmlDump at Base 1.2.31
- xmlSecQName2BitMaskGetBitMask at Base 1.2.31
- xmlSecQName2BitMaskGetBitMaskFromString at Base 1.2.31
- xmlSecQName2BitMaskGetInfo at Base 1.2.31
- xmlSecQName2BitMaskGetStringFromBitMask at Base 1.2.31
- xmlSecQName2BitMaskNodesRead at Base 1.2.31
- xmlSecQName2BitMaskNodesWrite at Base 1.2.31
- xmlSecQName2IntegerAttributeRead at Base 1.2.31
- xmlSecQName2IntegerAttributeWrite at Base 1.2.31
- xmlSecQName2IntegerDebugDump at Base 1.2.31
- xmlSecQName2IntegerDebugXmlDump at Base 1.2.31
- xmlSecQName2IntegerGetInfo at Base 1.2.31
- xmlSecQName2IntegerGetInteger at Base 1.2.31
- xmlSecQName2IntegerGetIntegerFromString at Base 1.2.31
- xmlSecQName2IntegerGetStringFromInteger at Base 1.2.31
- xmlSecQName2IntegerNodeRead at Base 1.2.31
- xmlSecQName2IntegerNodeWrite at Base 1.2.31
- xmlSecRelationshipAttrId at Base 1.2.31
- xmlSecRelationshipAttrSourceId at Base 1.2.31
- xmlSecRelationshipAttrTargetMode at Base 1.2.31
- xmlSecRelationshipReferenceNs at Base 1.2.31
- xmlSecRelationshipsNs at Base 1.2.31
- xmlSecReplaceContent at Base 1.2.31
- xmlSecReplaceContentAndReturn at Base 1.2.31
- xmlSecReplaceNode at Base 1.2.31
- xmlSecReplaceNodeAndReturn at Base 1.2.31
- xmlSecReplaceNodeBuffer at Base 1.2.31
- xmlSecReplaceNodeBufferAndReturn at Base 1.2.31
- xmlSecSetDefaultLineFeed at Base 1.2.31
- xmlSecSetExternalEntityLoader at Base 1.2.31
- xmlSecShutdown at Base 1.2.31
- xmlSecSimpleKeysStoreAdoptKey at Base 1.2.31
- xmlSecSimpleKeysStoreGetKeys at Base 1.2.31
- xmlSecSimpleKeysStoreGetKlass at Base 1.2.31
- xmlSecSimpleKeysStoreLoad at Base 1.2.31
- xmlSecSimpleKeysStoreLoad_ex at Base 1.2.35
- xmlSecSimpleKeysStoreSave at Base 1.2.31
- xmlSecSoap11AddBodyEntry at Base 1.2.31
- xmlSecSoap11AddFaultEntry at Base 1.2.31
- xmlSecSoap11CheckEnvelope at Base 1.2.31
- xmlSecSoap11CreateEnvelope at Base 1.2.31
- xmlSecSoap11EnsureHeader at Base 1.2.31
- xmlSecSoap11GetBody at Base 1.2.31
- xmlSecSoap11GetBodyEntriesNumber at Base 1.2.31
- xmlSecSoap11GetBodyEntry at Base 1.2.31
- xmlSecSoap11GetFaultEntry at Base 1.2.31
- xmlSecSoap11GetHeader at Base 1.2.31
- xmlSecSoap11Ns at Base 1.2.31
- xmlSecSoap12AddBodyEntry at Base 1.2.31
- xmlSecSoap12AddFaultDetailEntry at Base 1.2.31
- xmlSecSoap12AddFaultEntry at Base 1.2.31
- xmlSecSoap12AddFaultReasonText at Base 1.2.31
- xmlSecSoap12AddFaultSubcode at Base 1.2.31
- xmlSecSoap12CheckEnvelope at Base 1.2.31
- xmlSecSoap12CreateEnvelope at Base 1.2.31
- xmlSecSoap12EnsureHeader at Base 1.2.31
- xmlSecSoap12GetBody at Base 1.2.31
- xmlSecSoap12GetBodyEntriesNumber at Base 1.2.31
- xmlSecSoap12GetBodyEntry at Base 1.2.31
- xmlSecSoap12GetFaultEntry at Base 1.2.31
- xmlSecSoap12GetHeader at Base 1.2.31
- xmlSecSoap12Ns at Base 1.2.31
- xmlSecSoapFaultCodeClient at Base 1.2.31
- xmlSecSoapFaultCodeMustUnderstand at Base 1.2.31
- xmlSecSoapFaultCodeReceiver at Base 1.2.31
- xmlSecSoapFaultCodeSender at Base 1.2.31
- xmlSecSoapFaultCodeServer at Base 1.2.31
- xmlSecSoapFaultCodeVersionMismatch at Base 1.2.31
- xmlSecSoapFaultDataEncodningUnknown at Base 1.2.31
- xmlSecStringCR at Base 1.2.31
- xmlSecStringEmpty at Base 1.2.31
- xmlSecStringListGetKlass at Base 1.2.31
- xmlSecStrlen at Base 1.2.35
- xmlSecTmplCipherReferenceAddTransform at Base 1.2.31
- xmlSecTmplEncDataAddEncProperty at Base 1.2.31
- xmlSecTmplEncDataCreate at Base 1.2.31
- xmlSecTmplEncDataEnsureCipherReference at Base 1.2.31
- xmlSecTmplEncDataEnsureCipherValue at Base 1.2.31
- xmlSecTmplEncDataEnsureEncProperties at Base 1.2.31
- xmlSecTmplEncDataEnsureKeyInfo at Base 1.2.31
- xmlSecTmplEncDataGetEncMethodNode at Base 1.2.31
- xmlSecTmplKeyInfoAddEncryptedKey at Base 1.2.31
- xmlSecTmplKeyInfoAddKeyName at Base 1.2.31
- xmlSecTmplKeyInfoAddKeyValue at Base 1.2.31
- xmlSecTmplKeyInfoAddRetrievalMethod at Base 1.2.31
- xmlSecTmplKeyInfoAddX509Data at Base 1.2.31
- xmlSecTmplManifestAddReference at Base 1.2.31
- xmlSecTmplObjectAddManifest at Base 1.2.31
- xmlSecTmplObjectAddSignProperties at Base 1.2.31
- xmlSecTmplReferenceAddTransform at Base 1.2.31
- xmlSecTmplReferenceListAddDataReference at Base 1.2.31
- xmlSecTmplReferenceListAddKeyReference at Base 1.2.31
- xmlSecTmplRetrievalMethodAddTransform at Base 1.2.31
- xmlSecTmplSignatureAddObject at Base 1.2.31
- xmlSecTmplSignatureAddReference at Base 1.2.31
- xmlSecTmplSignatureCreate at Base 1.2.31
- xmlSecTmplSignatureCreateNsPref at Base 1.2.31
- xmlSecTmplSignatureEnsureKeyInfo at Base 1.2.31
- xmlSecTmplSignatureGetC14NMethodNode at Base 1.2.31
- xmlSecTmplSignatureGetSignMethodNode at Base 1.2.31
- xmlSecTmplTransformAddC14NInclNamespaces at Base 1.2.31
- xmlSecTmplTransformAddHmacOutputLength at Base 1.2.31
- xmlSecTmplTransformAddRsaOaepParam at Base 1.2.31
- xmlSecTmplTransformAddXPath2 at Base 1.2.31
- xmlSecTmplTransformAddXPath at Base 1.2.31
- xmlSecTmplTransformAddXPointer at Base 1.2.31
- xmlSecTmplTransformAddXsltStylesheet at Base 1.2.31
- xmlSecTmplX509DataAddCRL at Base 1.2.31
- xmlSecTmplX509DataAddCertificate at Base 1.2.31
- xmlSecTmplX509DataAddIssuerSerial at Base 1.2.31
- xmlSecTmplX509DataAddSKI at Base 1.2.31
- xmlSecTmplX509DataAddSubjectName at Base 1.2.31
- xmlSecTmplX509IssuerSerialAddIssuerName at Base 1.2.31
- xmlSecTmplX509IssuerSerialAddSerialNumber at Base 1.2.31
- xmlSecTransformBase64GetKlass at Base 1.2.31
- xmlSecTransformBase64SetLineSize at Base 1.2.31
- xmlSecTransformConnect at Base 1.2.31
- xmlSecTransformCreate at Base 1.2.31
- xmlSecTransformCreateInputBuffer at Base 1.2.31
- xmlSecTransformCreateOutputBuffer at Base 1.2.31
- xmlSecTransformCtxAppend at Base 1.2.31
- xmlSecTransformCtxBinaryExecute at Base 1.2.31
- xmlSecTransformCtxCopyUserPref at Base 1.2.31
- xmlSecTransformCtxCreate at Base 1.2.31
- xmlSecTransformCtxCreateAndAppend at Base 1.2.31
- xmlSecTransformCtxCreateAndPrepend at Base 1.2.31
- xmlSecTransformCtxDebugDump at Base 1.2.31
- xmlSecTransformCtxDebugXmlDump at Base 1.2.31
- xmlSecTransformCtxDestroy at Base 1.2.31
- xmlSecTransformCtxExecute at Base 1.2.31
- xmlSecTransformCtxFinalize at Base 1.2.31
- xmlSecTransformCtxInitialize at Base 1.2.31
- xmlSecTransformCtxNodeRead at Base 1.2.31
- xmlSecTransformCtxNodesListRead at Base 1.2.31
- xmlSecTransformCtxPrepare at Base 1.2.31
- xmlSecTransformCtxPrepend at Base 1.2.31
- xmlSecTransformCtxReset at Base 1.2.31
- xmlSecTransformCtxSetUri at Base 1.2.31
- xmlSecTransformCtxUriExecute at Base 1.2.31
- xmlSecTransformCtxXmlExecute at Base 1.2.31
- xmlSecTransformDebugDump at Base 1.2.31
- xmlSecTransformDebugXmlDump at Base 1.2.31
- xmlSecTransformDefaultGetDataType at Base 1.2.31
- xmlSecTransformDefaultPopBin at Base 1.2.31
- xmlSecTransformDefaultPopXml at Base 1.2.31
- xmlSecTransformDefaultPushBin at Base 1.2.31
- xmlSecTransformDefaultPushXml at Base 1.2.31
- xmlSecTransformDestroy at Base 1.2.31
- xmlSecTransformEnvelopedGetKlass at Base 1.2.31
- xmlSecTransformExclC14NGetKlass at Base 1.2.31
- xmlSecTransformExclC14NWithCommentsGetKlass at Base 1.2.31
- xmlSecTransformExecute at Base 1.2.31
- xmlSecTransformGetDataType at Base 1.2.31
- xmlSecTransformHmacGetMinOutputBitsSize at Base 1.2.35
- xmlSecTransformHmacReadOutputBitsSize at Base 1.2.35
- xmlSecTransformHmacSetMinOutputBitsSize at Base 1.2.35
- xmlSecTransformIdListDebugDump at Base 1.2.31
- xmlSecTransformIdListDebugXmlDump at Base 1.2.31
- xmlSecTransformIdListFind at Base 1.2.31
- xmlSecTransformIdListFindByHref at Base 1.2.31
- xmlSecTransformIdListFindByName at Base 1.2.31
- xmlSecTransformIdListGetKlass at Base 1.2.31
- xmlSecTransformIdsGet at Base 1.2.31
- xmlSecTransformIdsInit at Base 1.2.31
- xmlSecTransformIdsRegister at Base 1.2.31
- xmlSecTransformIdsRegisterDefault at Base 1.2.31
- xmlSecTransformIdsShutdown at Base 1.2.31
- xmlSecTransformInclC14N11GetKlass at Base 1.2.31
- xmlSecTransformInclC14N11WithCommentsGetKlass at Base 1.2.31
- xmlSecTransformInclC14NGetKlass at Base 1.2.31
- xmlSecTransformInclC14NWithCommentsGetKlass at Base 1.2.31
- xmlSecTransformInputURIClose at Base 1.2.31
- xmlSecTransformInputURIGetKlass at Base 1.2.31
- xmlSecTransformInputURIOpen at Base 1.2.31
- xmlSecTransformKWAesExecute at Base 1.2.35
- xmlSecTransformKWAesFinalize at Base 1.2.35
- xmlSecTransformKWAesInitialize at Base 1.2.35
- xmlSecTransformKWAesSetKey at Base 1.2.35
- xmlSecTransformKWAesSetKeyReq at Base 1.2.35
- xmlSecTransformKWDes3Execute at Base 1.2.35
- xmlSecTransformKWDes3Finalize at Base 1.2.35
- xmlSecTransformKWDes3Initialize at Base 1.2.35
- xmlSecTransformKWDes3SetKey at Base 1.2.35
- xmlSecTransformKWDes3SetKeyReq at Base 1.2.35
- xmlSecTransformMemBufGetBuffer at Base 1.2.31
- xmlSecTransformMemBufGetKlass at Base 1.2.31
- xmlSecTransformNodeRead at Base 1.2.31
- xmlSecTransformPopBin at Base 1.2.31
- xmlSecTransformPopXml at Base 1.2.31
- xmlSecTransformPump at Base 1.2.31
- xmlSecTransformPushBin at Base 1.2.31
- xmlSecTransformPushXml at Base 1.2.31
- xmlSecTransformRelationshipGetKlass at Base 1.2.31
- xmlSecTransformRemove at Base 1.2.31
- xmlSecTransformRemoveXmlTagsC14NGetKlass at Base 1.2.31
- xmlSecTransformRsaOaepReadParams at Base 1.2.35
- xmlSecTransformSetKey at Base 1.2.31
- xmlSecTransformSetKeyReq at Base 1.2.31
- xmlSecTransformUriTypeCheck at Base 1.2.31
- xmlSecTransformVerify at Base 1.2.31
- xmlSecTransformVerifyNodeContent at Base 1.2.31
- xmlSecTransformVisa3DHackGetKlass at Base 1.2.31
- xmlSecTransformVisa3DHackSetID at Base 1.2.31
- xmlSecTransformXPath2GetKlass at Base 1.2.31
- xmlSecTransformXPathGetKlass at Base 1.2.31
- xmlSecTransformXPointerGetKlass at Base 1.2.31
- xmlSecTransformXPointerSetExpr at Base 1.2.31
- xmlSecTransformXmlParserGetKlass at Base 1.2.31
- xmlSecTransformXsltGetKlass at Base 1.2.31
- xmlSecTransformXsltInitialize at Base 1.2.31
- xmlSecTransformXsltSetDefaultSecurityPrefs at Base 1.2.31
- xmlSecTransformXsltShutdown at Base 1.2.31
- xmlSecTypeEncContent at Base 1.2.31
- xmlSecTypeEncElement at Base 1.2.31
- xmlSecX509DataGetNodeContent at Base 1.2.31
- xmlSecXPath2FilterIntersect at Base 1.2.31
- xmlSecXPath2FilterSubtract at Base 1.2.31
- xmlSecXPath2FilterUnion at Base 1.2.31
- xmlSecXPath2Ns at Base 1.2.31
- xmlSecXPathNs at Base 1.2.31
- xmlSecXPointerNs at Base 1.2.31
diff -Nru xmlsec1-1.2.38/debian/libxmlsec1t64-gcrypt.install xmlsec1-1.2.38/debian/libxmlsec1t64-gcrypt.install
--- xmlsec1-1.2.38/debian/libxmlsec1t64-gcrypt.install	1970-01-01 00:00:00.000000000 +0000
+++ xmlsec1-1.2.38/debian/libxmlsec1t64-gcrypt.install	2023-12-16 14:36:32.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libxmlsec1-gcrypt.so.*
diff -Nru xmlsec1-1.2.38/debian/libxmlsec1t64-gcrypt.lintian-overrides xmlsec1-1.2.38/debian/libxmlsec1t64-gcrypt.lintian-overrides
--- xmlsec1-1.2.38/debian/libxmlsec1t64-gcrypt.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ xmlsec1-1.2.38/debian/libxmlsec1t64-gcrypt.lintian-overrides	2024-02-06 00:24:45.000000000 +0000
@@ -0,0 +1,3 @@
+# upstream promised to change package name whenever bumping the soname
+package-name-doesnt-match-sonames libxmlsec1t64-gcrypt1
+libxmlsec1t64-gcrypt: package-name-doesnt-match-sonames libxmlsec1-gcrypt
diff -Nru xmlsec1-1.2.38/debian/libxmlsec1t64-gcrypt.symbols xmlsec1-1.2.38/debian/libxmlsec1t64-gcrypt.symbols
--- xmlsec1-1.2.38/debian/libxmlsec1t64-gcrypt.symbols	1970-01-01 00:00:00.000000000 +0000
+++ xmlsec1-1.2.38/debian/libxmlsec1t64-gcrypt.symbols	2024-02-06 00:24:45.000000000 +0000
@@ -0,0 +1,67 @@
+libxmlsec1t64-gcrypt.so.1 libxmlsec1t64-gcrypt #MINVER#
+ xmlSecCryptoGetFunctions_gcrypt at Base 1.2.31
+ xmlSecGCryptAppDefaultKeysMngrAdoptKey at Base 1.2.31
+ xmlSecGCryptAppDefaultKeysMngrInit at Base 1.2.31
+ xmlSecGCryptAppDefaultKeysMngrLoad at Base 1.2.31
+ xmlSecGCryptAppDefaultKeysMngrSave at Base 1.2.31
+ xmlSecGCryptAppGetDefaultPwdCallback at Base 1.2.31
+ xmlSecGCryptAppInit at Base 1.2.31
+ xmlSecGCryptAppKeyCertLoad at Base 1.2.31
+ xmlSecGCryptAppKeyCertLoadMemory at Base 1.2.31
+ xmlSecGCryptAppKeyLoad at Base 1.2.31
+ xmlSecGCryptAppKeyLoadMemory at Base 1.2.31
+ xmlSecGCryptAppKeysMngrCertLoad at Base 1.2.31
+ xmlSecGCryptAppKeysMngrCertLoadMemory at Base 1.2.31
+ xmlSecGCryptAppPkcs12Load at Base 1.2.31
+ xmlSecGCryptAppPkcs12LoadMemory at Base 1.2.31
+ xmlSecGCryptAppShutdown at Base 1.2.31
+ xmlSecGCryptGenerateRandom at Base 1.2.31
+ xmlSecGCryptHmacGetMinOutputLength at Base 1.2.31
+ xmlSecGCryptHmacSetMinOutputLength at Base 1.2.31
+ xmlSecGCryptInit at Base 1.2.31
+ xmlSecGCryptKeyDataAesGetKlass at Base 1.2.31
+ xmlSecGCryptKeyDataAesSet at Base 1.2.31
+ xmlSecGCryptKeyDataDesGetKlass at Base 1.2.31
+ xmlSecGCryptKeyDataDesSet at Base 1.2.31
+ xmlSecGCryptKeyDataDsaAdoptKey at Base 1.2.31
+ xmlSecGCryptKeyDataDsaAdoptKeyPair at Base 1.2.31
+ xmlSecGCryptKeyDataDsaGetKlass at Base 1.2.31
+ xmlSecGCryptKeyDataDsaGetPrivateKey at Base 1.2.31
+ xmlSecGCryptKeyDataDsaGetPublicKey at Base 1.2.31
+ xmlSecGCryptKeyDataHmacGetKlass at Base 1.2.31
+ xmlSecGCryptKeyDataHmacSet at Base 1.2.31
+ xmlSecGCryptKeyDataRsaAdoptKey at Base 1.2.31
+ xmlSecGCryptKeyDataRsaAdoptKeyPair at Base 1.2.31
+ xmlSecGCryptKeyDataRsaGetKlass at Base 1.2.31
+ xmlSecGCryptKeyDataRsaGetPrivateKey at Base 1.2.31
+ xmlSecGCryptKeyDataRsaGetPublicKey at Base 1.2.31
+ xmlSecGCryptKeysMngrInit at Base 1.2.31
+ xmlSecGCryptParseDer at Base 1.2.31
+ xmlSecGCryptShutdown at Base 1.2.31
+ xmlSecGCryptTransformAes128CbcGetKlass at Base 1.2.31
+ xmlSecGCryptTransformAes192CbcGetKlass at Base 1.2.31
+ xmlSecGCryptTransformAes256CbcGetKlass at Base 1.2.31
+ xmlSecGCryptTransformDes3CbcGetKlass at Base 1.2.31
+ xmlSecGCryptTransformDsaSha1GetKlass at Base 1.2.31
+ xmlSecGCryptTransformHmacMd5GetKlass at Base 1.2.31
+ xmlSecGCryptTransformHmacRipemd160GetKlass at Base 1.2.31
+ xmlSecGCryptTransformHmacSha1GetKlass at Base 1.2.31
+ xmlSecGCryptTransformHmacSha256GetKlass at Base 1.2.31
+ xmlSecGCryptTransformHmacSha384GetKlass at Base 1.2.31
+ xmlSecGCryptTransformHmacSha512GetKlass at Base 1.2.31
+ xmlSecGCryptTransformKWAes128GetKlass at Base 1.2.31
+ xmlSecGCryptTransformKWAes192GetKlass at Base 1.2.31
+ xmlSecGCryptTransformKWAes256GetKlass at Base 1.2.31
+ xmlSecGCryptTransformKWDes3GetKlass at Base 1.2.31
+ xmlSecGCryptTransformMd5GetKlass at Base 1.2.31
+ xmlSecGCryptTransformRipemd160GetKlass at Base 1.2.31
+ xmlSecGCryptTransformRsaMd5GetKlass at Base 1.2.31
+ xmlSecGCryptTransformRsaRipemd160GetKlass at Base 1.2.31
+ xmlSecGCryptTransformRsaSha1GetKlass at Base 1.2.31
+ xmlSecGCryptTransformRsaSha256GetKlass at Base 1.2.31
+ xmlSecGCryptTransformRsaSha384GetKlass at Base 1.2.31
+ xmlSecGCryptTransformRsaSha512GetKlass at Base 1.2.31
+ xmlSecGCryptTransformSha1GetKlass at Base 1.2.31
+ xmlSecGCryptTransformSha256GetKlass at Base 1.2.31
+ xmlSecGCryptTransformSha384GetKlass at Base 1.2.31
+ xmlSecGCryptTransformSha512GetKlass at Base 1.2.31
diff -Nru xmlsec1-1.2.38/debian/libxmlsec1t64-gnutls.install xmlsec1-1.2.38/debian/libxmlsec1t64-gnutls.install
--- xmlsec1-1.2.38/debian/libxmlsec1t64-gnutls.install	1970-01-01 00:00:00.000000000 +0000
+++ xmlsec1-1.2.38/debian/libxmlsec1t64-gnutls.install	2023-12-16 14:36:32.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libxmlsec1-gnutls.so.*
diff -Nru xmlsec1-1.2.38/debian/libxmlsec1t64-gnutls.lintian-overrides xmlsec1-1.2.38/debian/libxmlsec1t64-gnutls.lintian-overrides
--- xmlsec1-1.2.38/debian/libxmlsec1t64-gnutls.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ xmlsec1-1.2.38/debian/libxmlsec1t64-gnutls.lintian-overrides	2024-02-06 00:24:45.000000000 +0000
@@ -0,0 +1,3 @@
+# upstream promised to change package name whenever bumping the soname
+package-name-doesnt-match-sonames libxmlsec1t64-gnutls1
+libxmlsec1t64-gnutls: package-name-doesnt-match-sonames libxmlsec1-gnutls
diff -Nru xmlsec1-1.2.38/debian/libxmlsec1t64-gnutls.symbols xmlsec1-1.2.38/debian/libxmlsec1t64-gnutls.symbols
--- xmlsec1-1.2.38/debian/libxmlsec1t64-gnutls.symbols	1970-01-01 00:00:00.000000000 +0000
+++ xmlsec1-1.2.38/debian/libxmlsec1t64-gnutls.symbols	2024-02-06 00:24:45.000000000 +0000
@@ -0,0 +1,102 @@
+libxmlsec1t64-gnutls.so.1 libxmlsec1t64-gnutls #MINVER#
+ xmlSecCryptoGetFunctions_gnutls at Base 1.2.31
+ xmlSecGnuTLSASN1IntegerWrite at Base 1.2.31
+ xmlSecGnuTLSAppDefaultKeysMngrAdoptKey at Base 1.2.31
+ xmlSecGnuTLSAppDefaultKeysMngrInit at Base 1.2.31
+ xmlSecGnuTLSAppDefaultKeysMngrLoad at Base 1.2.31
+ xmlSecGnuTLSAppDefaultKeysMngrSave at Base 1.2.31
+ xmlSecGnuTLSAppGetDefaultPwdCallback at Base 1.2.31
+ xmlSecGnuTLSAppInit at Base 1.2.31
+ xmlSecGnuTLSAppKeyCertLoad at Base 1.2.31
+ xmlSecGnuTLSAppKeyCertLoadMemory at Base 1.2.31
+ xmlSecGnuTLSAppKeyLoad at Base 1.2.31
+ xmlSecGnuTLSAppKeyLoadMemory at Base 1.2.31
+ xmlSecGnuTLSAppKeysMngrCertLoad at Base 1.2.31
+ xmlSecGnuTLSAppKeysMngrCertLoadMemory at Base 1.2.31
+ xmlSecGnuTLSAppPkcs12Load at Base 1.2.31
+ xmlSecGnuTLSAppPkcs12LoadMemory at Base 1.2.31
+ xmlSecGnuTLSAppShutdown at Base 1.2.31
+ xmlSecGnuTLSCreateKeyDataAndAdoptPrivKey at Base 1.2.31
+ xmlSecGnuTLSDnAttrrsFind at Base 1.2.31
+ xmlSecGnuTLSDnAttrsDeinitialize at Base 1.2.31
+ xmlSecGnuTLSDnAttrsEqual at Base 1.2.31
+ xmlSecGnuTLSDnAttrsInitialize at Base 1.2.31
+ xmlSecGnuTLSDnAttrsParse at Base 1.2.31
+ xmlSecGnuTLSGenerateRandom at Base 1.2.31
+ xmlSecGnuTLSHmacGetMinOutputLength at Base 1.2.31
+ xmlSecGnuTLSHmacSetMinOutputLength at Base 1.2.31
+ xmlSecGnuTLSInit at Base 1.2.31
+ xmlSecGnuTLSKeyDataAesGetKlass at Base 1.2.31
+ xmlSecGnuTLSKeyDataAesSet at Base 1.2.31
+ xmlSecGnuTLSKeyDataDesGetKlass at Base 1.2.31
+ xmlSecGnuTLSKeyDataDesSet at Base 1.2.31
+ xmlSecGnuTLSKeyDataDsaAdoptPrivateKey at Base 1.2.31
+ xmlSecGnuTLSKeyDataDsaAdoptPublicKey at Base 1.2.31
+ xmlSecGnuTLSKeyDataDsaGetKlass at Base 1.2.31
+ xmlSecGnuTLSKeyDataHmacGetKlass at Base 1.2.31
+ xmlSecGnuTLSKeyDataHmacSet at Base 1.2.31
+ xmlSecGnuTLSKeyDataRawX509CertGetKlass at Base 1.2.31
+ xmlSecGnuTLSKeyDataRsaAdoptPrivateKey at Base 1.2.31
+ xmlSecGnuTLSKeyDataRsaAdoptPublicKey at Base 1.2.31
+ xmlSecGnuTLSKeyDataRsaGetKlass at Base 1.2.31
+ xmlSecGnuTLSKeyDataX509AdoptCert at Base 1.2.31
+ xmlSecGnuTLSKeyDataX509AdoptCrl at Base 1.2.31
+ xmlSecGnuTLSKeyDataX509AdoptKeyCert at Base 1.2.31
+ xmlSecGnuTLSKeyDataX509GetCert at Base 1.2.31
+ xmlSecGnuTLSKeyDataX509GetCertsSize at Base 1.2.31
+ xmlSecGnuTLSKeyDataX509GetCrl at Base 1.2.31
+ xmlSecGnuTLSKeyDataX509GetCrlsSize at Base 1.2.31
+ xmlSecGnuTLSKeyDataX509GetKeyCert at Base 1.2.31
+ xmlSecGnuTLSKeyDataX509GetKlass at Base 1.2.31
+ xmlSecGnuTLSKeysMngrInit at Base 1.2.31
+ xmlSecGnuTLSPkcs12LoadMemory at Base 1.2.31
+ xmlSecGnuTLSShutdown at Base 1.2.31
+ xmlSecGnuTLSTransformAes128CbcGetKlass at Base 1.2.31
+ xmlSecGnuTLSTransformAes192CbcGetKlass at Base 1.2.31
+ xmlSecGnuTLSTransformAes256CbcGetKlass at Base 1.2.31
+ xmlSecGnuTLSTransformDes3CbcGetKlass at Base 1.2.31
+ xmlSecGnuTLSTransformDsaSha1GetKlass at Base 1.2.31
+ xmlSecGnuTLSTransformHmacMd5GetKlass at Base 1.2.31
+ xmlSecGnuTLSTransformHmacRipemd160GetKlass at Base 1.2.31
+ xmlSecGnuTLSTransformHmacSha1GetKlass at Base 1.2.31
+ xmlSecGnuTLSTransformHmacSha256GetKlass at Base 1.2.31
+ xmlSecGnuTLSTransformHmacSha384GetKlass at Base 1.2.31
+ xmlSecGnuTLSTransformHmacSha512GetKlass at Base 1.2.31
+ xmlSecGnuTLSTransformKWAes128GetKlass at Base 1.2.31
+ xmlSecGnuTLSTransformKWAes192GetKlass at Base 1.2.31
+ xmlSecGnuTLSTransformKWAes256GetKlass at Base 1.2.31
+ xmlSecGnuTLSTransformKWDes3GetKlass at Base 1.2.31
+ xmlSecGnuTLSTransformMd5GetKlass at Base 1.2.31
+ xmlSecGnuTLSTransformRipemd160GetKlass at Base 1.2.31
+ xmlSecGnuTLSTransformRsaMd5GetKlass at Base 1.2.31
+ xmlSecGnuTLSTransformRsaRipemd160GetKlass at Base 1.2.31
+ xmlSecGnuTLSTransformRsaSha1GetKlass at Base 1.2.31
+ xmlSecGnuTLSTransformRsaSha256GetKlass at Base 1.2.31
+ xmlSecGnuTLSTransformRsaSha384GetKlass at Base 1.2.31
+ xmlSecGnuTLSTransformRsaSha512GetKlass at Base 1.2.31
+ xmlSecGnuTLSTransformSha1GetKlass at Base 1.2.31
+ xmlSecGnuTLSTransformSha256GetKlass at Base 1.2.31
+ xmlSecGnuTLSTransformSha384GetKlass at Base 1.2.31
+ xmlSecGnuTLSTransformSha512GetKlass at Base 1.2.31
+ xmlSecGnuTLSX509CertDebugDump at Base 1.2.31
+ xmlSecGnuTLSX509CertDebugXmlDump at Base 1.2.31
+ xmlSecGnuTLSX509CertDerWrite at Base 1.2.35
+ xmlSecGnuTLSX509CertDup at Base 1.2.31
+ xmlSecGnuTLSX509CertGetIssuerDN at Base 1.2.31
+ xmlSecGnuTLSX509CertGetIssuerSerial at Base 1.2.31
+ xmlSecGnuTLSX509CertGetKey at Base 1.2.31
+ xmlSecGnuTLSX509CertGetSubjectDN at Base 1.2.31
+ xmlSecGnuTLSX509CertRead at Base 1.2.31
+ xmlSecGnuTLSX509CrlDebugDump at Base 1.2.31
+ xmlSecGnuTLSX509CrlDebugXmlDump at Base 1.2.31
+ xmlSecGnuTLSX509CrlDerWrite at Base 1.2.35
+ xmlSecGnuTLSX509CrlDup at Base 1.2.31
+ xmlSecGnuTLSX509CrlGetIssuerDN at Base 1.2.31
+ xmlSecGnuTLSX509CrlListGetKlass at Base 1.2.31
+ xmlSecGnuTLSX509CrlRead at Base 1.2.31
+ xmlSecGnuTLSX509CrtListGetKlass at Base 1.2.31
+ xmlSecGnuTLSX509StoreAdoptCert at Base 1.2.31
+ xmlSecGnuTLSX509StoreFindCert at Base 1.2.31
+ xmlSecGnuTLSX509StoreFindCert_ex at Base 1.2.35
+ xmlSecGnuTLSX509StoreGetKlass at Base 1.2.31
+ xmlSecGnuTLSX509StoreVerify at Base 1.2.31
diff -Nru xmlsec1-1.2.38/debian/libxmlsec1t64-nss.install xmlsec1-1.2.38/debian/libxmlsec1t64-nss.install
--- xmlsec1-1.2.38/debian/libxmlsec1t64-nss.install	1970-01-01 00:00:00.000000000 +0000
+++ xmlsec1-1.2.38/debian/libxmlsec1t64-nss.install	2023-12-16 14:36:32.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libxmlsec1-nss.so.*
diff -Nru xmlsec1-1.2.38/debian/libxmlsec1t64-nss.lintian-overrides xmlsec1-1.2.38/debian/libxmlsec1t64-nss.lintian-overrides
--- xmlsec1-1.2.38/debian/libxmlsec1t64-nss.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ xmlsec1-1.2.38/debian/libxmlsec1t64-nss.lintian-overrides	2024-02-06 00:24:45.000000000 +0000
@@ -0,0 +1,3 @@
+# upstream promised to change package name whenever bumping the soname
+package-name-doesnt-match-sonames libxmlsec1t64-nss1
+libxmlsec1t64-nss: package-name-doesnt-match-sonames libxmlsec1-nss
diff -Nru xmlsec1-1.2.38/debian/libxmlsec1t64-nss.symbols xmlsec1-1.2.38/debian/libxmlsec1t64-nss.symbols
--- xmlsec1-1.2.38/debian/libxmlsec1t64-nss.symbols	1970-01-01 00:00:00.000000000 +0000
+++ xmlsec1-1.2.38/debian/libxmlsec1t64-nss.symbols	2024-02-06 00:24:45.000000000 +0000
@@ -0,0 +1,98 @@
+libxmlsec1t64-nss.so.1 libxmlsec1t64-nss #MINVER#
+ xmlSecCryptoGetFunctions_nss at Base 1.2.31
+ xmlSecNssAppDefaultKeysMngrAdoptKey at Base 1.2.31
+ xmlSecNssAppDefaultKeysMngrInit at Base 1.2.31
+ xmlSecNssAppDefaultKeysMngrLoad at Base 1.2.31
+ xmlSecNssAppDefaultKeysMngrSave at Base 1.2.31
+ xmlSecNssAppGetDefaultPwdCallback at Base 1.2.31
+ xmlSecNssAppInit at Base 1.2.31
+ xmlSecNssAppKeyCertLoad at Base 1.2.31
+ xmlSecNssAppKeyCertLoadMemory at Base 1.2.31
+ xmlSecNssAppKeyCertLoadSECItem at Base 1.2.31
+ xmlSecNssAppKeyFromCertLoadSECItem at Base 1.2.31
+ xmlSecNssAppKeyLoad at Base 1.2.31
+ xmlSecNssAppKeyLoadMemory at Base 1.2.31
+ xmlSecNssAppKeyLoadSECItem at Base 1.2.31
+ xmlSecNssAppKeysMngrCertLoad at Base 1.2.31
+ xmlSecNssAppKeysMngrCertLoadMemory at Base 1.2.31
+ xmlSecNssAppKeysMngrCertLoadSECItem at Base 1.2.31
+ xmlSecNssAppPkcs12Load at Base 1.2.31
+ xmlSecNssAppPkcs12LoadMemory at Base 1.2.31
+ xmlSecNssAppPkcs12LoadSECItem at Base 1.2.31
+ xmlSecNssAppShutdown at Base 1.2.31
+ xmlSecNssErrorsDefaultCallback at Base 1.2.31
+ xmlSecNssGenerateRandom at Base 1.2.31
+ xmlSecNssGetInternalKeySlot at Base 1.2.31
+ xmlSecNssHmacGetMinOutputLength at Base 1.2.31
+ xmlSecNssHmacSetMinOutputLength at Base 1.2.31
+ xmlSecNssInit at Base 1.2.31
+ xmlSecNssKeyDataAesGetKlass at Base 1.2.31
+ xmlSecNssKeyDataAesSet at Base 1.2.31
+ xmlSecNssKeyDataDesGetKlass at Base 1.2.31
+ xmlSecNssKeyDataDesSet at Base 1.2.31
+ xmlSecNssKeyDataDsaGetKlass at Base 1.2.31
+ xmlSecNssKeyDataEcdsaGetKlass at Base 1.2.31
+ xmlSecNssKeyDataHmacGetKlass at Base 1.2.31
+ xmlSecNssKeyDataHmacSet at Base 1.2.31
+ xmlSecNssKeyDataRawX509CertGetKlass at Base 1.2.31
+ xmlSecNssKeyDataRsaGetKlass at Base 1.2.31
+ xmlSecNssKeyDataX509AdoptCert at Base 1.2.31
+ xmlSecNssKeyDataX509AdoptCrl at Base 1.2.31
+ xmlSecNssKeyDataX509AdoptKeyCert at Base 1.2.31
+ xmlSecNssKeyDataX509GetCert at Base 1.2.31
+ xmlSecNssKeyDataX509GetCertsSize at Base 1.2.31
+ xmlSecNssKeyDataX509GetCrl at Base 1.2.31
+ xmlSecNssKeyDataX509GetCrlsSize at Base 1.2.31
+ xmlSecNssKeyDataX509GetKeyCert at Base 1.2.31
+ xmlSecNssKeyDataX509GetKlass at Base 1.2.31
+ xmlSecNssKeysMngrInit at Base 1.2.31
+ xmlSecNssKeysStoreAdoptKey at Base 1.2.31
+ xmlSecNssKeysStoreGetKlass at Base 1.2.31
+ xmlSecNssKeysStoreLoad at Base 1.2.31
+ xmlSecNssKeysStoreSave at Base 1.2.31
+ xmlSecNssNodeGetBigNumValue at Base 1.2.31
+ xmlSecNssNodeSetBigNumValue at Base 1.2.31
+ xmlSecNssPKIAdoptKey at Base 1.2.31
+ xmlSecNssPKIKeyDataDuplicate at Base 1.2.31
+ xmlSecNssPKIKeyDataGetKeyType at Base 1.2.31
+ xmlSecNssPKIKeyDataGetPrivKey at Base 1.2.31
+ xmlSecNssPKIKeyDataGetPubKey at Base 1.2.31
+ xmlSecNssShutdown at Base 1.2.31
+ xmlSecNssTransformAes128CbcGetKlass at Base 1.2.31
+ xmlSecNssTransformAes192CbcGetKlass at Base 1.2.31
+ xmlSecNssTransformAes256CbcGetKlass at Base 1.2.31
+ xmlSecNssTransformDes3CbcGetKlass at Base 1.2.31
+ xmlSecNssTransformDsaSha1GetKlass at Base 1.2.31
+ xmlSecNssTransformDsaSha256GetKlass at Base 1.2.31
+ xmlSecNssTransformEcdsaSha1GetKlass at Base 1.2.31
+ xmlSecNssTransformEcdsaSha224GetKlass at Base 1.2.31
+ xmlSecNssTransformEcdsaSha256GetKlass at Base 1.2.31
+ xmlSecNssTransformEcdsaSha384GetKlass at Base 1.2.31
+ xmlSecNssTransformEcdsaSha512GetKlass at Base 1.2.31
+ xmlSecNssTransformHmacRipemd160GetKlass at Base 1.2.31
+ xmlSecNssTransformHmacSha1GetKlass at Base 1.2.31
+ xmlSecNssTransformHmacSha224GetKlass at Base 1.2.31
+ xmlSecNssTransformHmacSha256GetKlass at Base 1.2.31
+ xmlSecNssTransformHmacSha384GetKlass at Base 1.2.31
+ xmlSecNssTransformHmacSha512GetKlass at Base 1.2.31
+ xmlSecNssTransformKWAes128GetKlass at Base 1.2.31
+ xmlSecNssTransformKWAes192GetKlass at Base 1.2.31
+ xmlSecNssTransformKWAes256GetKlass at Base 1.2.31
+ xmlSecNssTransformKWDes3GetKlass at Base 1.2.31
+ xmlSecNssTransformRsaPkcs1GetKlass at Base 1.2.31
+ xmlSecNssTransformRsaSha1GetKlass at Base 1.2.31
+ xmlSecNssTransformRsaSha224GetKlass at Base 1.2.31
+ xmlSecNssTransformRsaSha256GetKlass at Base 1.2.31
+ xmlSecNssTransformRsaSha384GetKlass at Base 1.2.31
+ xmlSecNssTransformRsaSha512GetKlass at Base 1.2.31
+ xmlSecNssTransformSha1GetKlass at Base 1.2.31
+ xmlSecNssTransformSha224GetKlass at Base 1.2.31
+ xmlSecNssTransformSha256GetKlass at Base 1.2.31
+ xmlSecNssTransformSha384GetKlass at Base 1.2.31
+ xmlSecNssTransformSha512GetKlass at Base 1.2.31
+ xmlSecNssX509CertGetKey at Base 1.2.31
+ xmlSecNssX509StoreAdoptCert at Base 1.2.31
+ xmlSecNssX509StoreFindCert at Base 1.2.31
+ xmlSecNssX509StoreFindCert_ex at Base 1.2.35
+ xmlSecNssX509StoreGetKlass at Base 1.2.31
+ xmlSecNssX509StoreVerify at Base 1.2.31
diff -Nru xmlsec1-1.2.38/debian/libxmlsec1t64-openssl.install xmlsec1-1.2.38/debian/libxmlsec1t64-openssl.install
--- xmlsec1-1.2.38/debian/libxmlsec1t64-openssl.install	1970-01-01 00:00:00.000000000 +0000
+++ xmlsec1-1.2.38/debian/libxmlsec1t64-openssl.install	2023-12-16 14:36:32.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libxmlsec1-openssl.so.*
diff -Nru xmlsec1-1.2.38/debian/libxmlsec1t64-openssl.lintian-overrides xmlsec1-1.2.38/debian/libxmlsec1t64-openssl.lintian-overrides
--- xmlsec1-1.2.38/debian/libxmlsec1t64-openssl.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ xmlsec1-1.2.38/debian/libxmlsec1t64-openssl.lintian-overrides	2024-02-06 00:24:45.000000000 +0000
@@ -0,0 +1,3 @@
+# upstream promised to change package name whenever bumping the soname
+package-name-doesnt-match-sonames libxmlsec1t64-openssl1
+libxmlsec1t64-openssl: package-name-doesnt-match-sonames libxmlsec1-openssl
diff -Nru xmlsec1-1.2.38/debian/libxmlsec1t64-openssl.symbols xmlsec1-1.2.38/debian/libxmlsec1t64-openssl.symbols
--- xmlsec1-1.2.38/debian/libxmlsec1t64-openssl.symbols	1970-01-01 00:00:00.000000000 +0000
+++ xmlsec1-1.2.38/debian/libxmlsec1t64-openssl.symbols	2024-02-06 00:24:45.000000000 +0000
@@ -0,0 +1,125 @@
+libxmlsec1t64-openssl.so.1 libxmlsec1t64-openssl #MINVER#
+ xmlSecCryptoGetFunctions_openssl at Base 1.2.31
+ xmlSecOpenSSLAppDefaultKeysMngrAdoptKey at Base 1.2.31
+ xmlSecOpenSSLAppDefaultKeysMngrInit at Base 1.2.31
+ xmlSecOpenSSLAppDefaultKeysMngrLoad at Base 1.2.31
+ xmlSecOpenSSLAppDefaultKeysMngrSave at Base 1.2.31
+ xmlSecOpenSSLAppGetDefaultPwdCallback at Base 1.2.31
+ xmlSecOpenSSLAppInit at Base 1.2.31
+ xmlSecOpenSSLAppKeyCertLoad at Base 1.2.31
+ xmlSecOpenSSLAppKeyCertLoadBIO at Base 1.2.31
+ xmlSecOpenSSLAppKeyCertLoadMemory at Base 1.2.31
+ xmlSecOpenSSLAppKeyFromCertLoadBIO at Base 1.2.31
+ xmlSecOpenSSLAppKeyLoad at Base 1.2.31
+ xmlSecOpenSSLAppKeyLoadBIO at Base 1.2.31
+ xmlSecOpenSSLAppKeyLoadMemory at Base 1.2.31
+ xmlSecOpenSSLAppKeysMngrAddCertsFile at Base 1.2.31
+ xmlSecOpenSSLAppKeysMngrAddCertsPath at Base 1.2.31
+ xmlSecOpenSSLAppKeysMngrCertLoad at Base 1.2.31
+ xmlSecOpenSSLAppKeysMngrCertLoadBIO at Base 1.2.31
+ xmlSecOpenSSLAppKeysMngrCertLoadMemory at Base 1.2.31
+ xmlSecOpenSSLAppPkcs12Load at Base 1.2.31
+ xmlSecOpenSSLAppPkcs12LoadBIO at Base 1.2.31
+ xmlSecOpenSSLAppPkcs12LoadMemory at Base 1.2.31
+ xmlSecOpenSSLAppShutdown at Base 1.2.31
+ xmlSecOpenSSLCreateMemBio at Base 1.2.35-2
+ xmlSecOpenSSLCreateMemBufBio at Base 1.2.35-2
+ xmlSecOpenSSLCreateReadFileBio at Base 1.2.35-2
+ xmlSecOpenSSLErrorsDefaultCallback at Base 1.2.31
+ xmlSecOpenSSLEvpKeyAdopt at Base 1.2.31
+ xmlSecOpenSSLEvpKeyDataAdoptEvp at Base 1.2.31
+ xmlSecOpenSSLEvpKeyDataGetEvp at Base 1.2.31
+ xmlSecOpenSSLEvpKeyDup at Base 1.2.31
+ xmlSecOpenSSLGenerateRandom at Base 1.2.31
+ xmlSecOpenSSLGetDefaultTrustedCertsFolder at Base 1.2.31
+ xmlSecOpenSSLGetLibCtx at Base 1.2.35-2
+ xmlSecOpenSSLHmacGetMinOutputLength at Base 1.2.31
+ xmlSecOpenSSLHmacSetMinOutputLength at Base 1.2.31
+ xmlSecOpenSSLInit at Base 1.2.31
+ xmlSecOpenSSLKeyDataAesGetKlass at Base 1.2.31
+ xmlSecOpenSSLKeyDataAesSet at Base 1.2.31
+ xmlSecOpenSSLKeyDataDesGetKlass at Base 1.2.31
+ xmlSecOpenSSLKeyDataDesSet at Base 1.2.31
+ xmlSecOpenSSLKeyDataDsaAdoptDsa at Base 1.2.31
+ xmlSecOpenSSLKeyDataDsaAdoptEvp at Base 1.2.31
+ xmlSecOpenSSLKeyDataDsaGetDsa at Base 1.2.31
+ xmlSecOpenSSLKeyDataDsaGetEvp at Base 1.2.31
+ xmlSecOpenSSLKeyDataDsaGetKlass at Base 1.2.31
+ xmlSecOpenSSLKeyDataEcdsaAdoptEcdsa at Base 1.2.31
+ xmlSecOpenSSLKeyDataEcdsaAdoptEvp at Base 1.2.31
+ xmlSecOpenSSLKeyDataEcdsaGetEcdsa at Base 1.2.31
+ xmlSecOpenSSLKeyDataEcdsaGetEvp at Base 1.2.31
+ xmlSecOpenSSLKeyDataEcdsaGetKlass at Base 1.2.31
+ xmlSecOpenSSLKeyDataHmacGetKlass at Base 1.2.31
+ xmlSecOpenSSLKeyDataHmacSet at Base 1.2.31
+ xmlSecOpenSSLKeyDataRawX509CertGetKlass at Base 1.2.31
+ xmlSecOpenSSLKeyDataRsaAdoptEvp at Base 1.2.31
+ xmlSecOpenSSLKeyDataRsaAdoptRsa at Base 1.2.31
+ xmlSecOpenSSLKeyDataRsaGetEvp at Base 1.2.31
+ xmlSecOpenSSLKeyDataRsaGetKlass at Base 1.2.31
+ xmlSecOpenSSLKeyDataRsaGetRsa at Base 1.2.31
+ xmlSecOpenSSLKeyDataX509AdoptCert at Base 1.2.31
+ xmlSecOpenSSLKeyDataX509AdoptCrl at Base 1.2.31
+ xmlSecOpenSSLKeyDataX509AdoptKeyCert at Base 1.2.31
+ xmlSecOpenSSLKeyDataX509GetCert at Base 1.2.31
+ xmlSecOpenSSLKeyDataX509GetCertsSize at Base 1.2.31
+ xmlSecOpenSSLKeyDataX509GetCrl at Base 1.2.31
+ xmlSecOpenSSLKeyDataX509GetCrlsSize at Base 1.2.31
+ xmlSecOpenSSLKeyDataX509GetKeyCert at Base 1.2.31
+ xmlSecOpenSSLKeyDataX509GetKlass at Base 1.2.31
+ xmlSecOpenSSLKeysMngrInit at Base 1.2.31
+ xmlSecOpenSSLNodeGetBNValue at Base 1.2.31
+ xmlSecOpenSSLNodeSetBNValue at Base 1.2.31
+ xmlSecOpenSSLSetDefaultTrustedCertsFolder at Base 1.2.31
+ xmlSecOpenSSLSetLibCtx at Base 1.2.35-2
+ xmlSecOpenSSLShutdown at Base 1.2.31
+ xmlSecOpenSSLTransformAes128CbcGetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformAes128GcmGetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformAes192CbcGetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformAes192GcmGetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformAes256CbcGetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformAes256GcmGetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformDes3CbcGetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformDsaSha1GetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformDsaSha256GetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformEcdsaSha1GetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformEcdsaSha224GetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformEcdsaSha256GetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformEcdsaSha384GetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformEcdsaSha512GetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformHmacMd5GetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformHmacRipemd160GetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformHmacSha1GetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformHmacSha224GetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformHmacSha256GetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformHmacSha384GetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformHmacSha512GetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformKWAes128GetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformKWAes192GetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformKWAes256GetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformKWDes3GetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformMd5GetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformRipemd160GetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformRsaMd5GetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformRsaOaepGetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformRsaPkcs1GetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformRsaRipemd160GetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformRsaSha1GetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformRsaSha224GetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformRsaSha256GetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformRsaSha384GetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformRsaSha512GetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformSha1GetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformSha224GetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformSha256GetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformSha384GetKlass at Base 1.2.31
+ xmlSecOpenSSLTransformSha512GetKlass at Base 1.2.31
+ xmlSecOpenSSLX509CertGetKey at Base 1.2.31
+ xmlSecOpenSSLX509StoreAddCertsFile at Base 1.2.31
+ xmlSecOpenSSLX509StoreAddCertsPath at Base 1.2.31
+ xmlSecOpenSSLX509StoreAdoptCert at Base 1.2.31
+ xmlSecOpenSSLX509StoreAdoptCrl at Base 1.2.31
+ xmlSecOpenSSLX509StoreFindCert at Base 1.2.31
+ xmlSecOpenSSLX509StoreFindCert_ex at Base 1.2.35-2
+ xmlSecOpenSSLX509StoreGetKlass at Base 1.2.31
+ xmlSecOpenSSLX509StoreVerify at Base 1.2.31
diff -Nru xmlsec1-1.2.38/debian/libxmlsec1t64.install xmlsec1-1.2.38/debian/libxmlsec1t64.install
--- xmlsec1-1.2.38/debian/libxmlsec1t64.install	1970-01-01 00:00:00.000000000 +0000
+++ xmlsec1-1.2.38/debian/libxmlsec1t64.install	2023-12-16 14:36:32.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libxmlsec1.so.*
diff -Nru xmlsec1-1.2.38/debian/libxmlsec1t64.lintian-overrides xmlsec1-1.2.38/debian/libxmlsec1t64.lintian-overrides
--- xmlsec1-1.2.38/debian/libxmlsec1t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ xmlsec1-1.2.38/debian/libxmlsec1t64.lintian-overrides	2024-02-06 00:24:45.000000000 +0000
@@ -0,0 +1,3 @@
+# upstream promised to change package name whenever bumping the soname
+package-name-doesnt-match-sonames libxmlsec1t64-1
+libxmlsec1t64: package-name-doesnt-match-sonames libxmlsec1
diff -Nru xmlsec1-1.2.38/debian/libxmlsec1t64.symbols xmlsec1-1.2.38/debian/libxmlsec1t64.symbols
--- xmlsec1-1.2.38/debian/libxmlsec1t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ xmlsec1-1.2.38/debian/libxmlsec1t64.symbols	2024-02-06 00:24:45.000000000 +0000
@@ -0,0 +1,756 @@
+libxmlsec1t64.so.1 libxmlsec1t64 #MINVER#
+ xmlSecAddChild at Base 1.2.31
+ xmlSecAddChildNode at Base 1.2.31
+ xmlSecAddIDs at Base 1.2.31
+ xmlSecAddNextSibling at Base 1.2.31
+ xmlSecAddPrevSibling at Base 1.2.31
+ xmlSecAttrAlgorithm at Base 1.2.31
+ xmlSecAttrEncoding at Base 1.2.31
+ xmlSecAttrFilter at Base 1.2.31
+ xmlSecAttrId at Base 1.2.31
+ xmlSecAttrMimeType at Base 1.2.31
+ xmlSecAttrPrefixList at Base 1.2.31
+ xmlSecAttrRecipient at Base 1.2.31
+ xmlSecAttrTarget at Base 1.2.31
+ xmlSecAttrType at Base 1.2.31
+ xmlSecAttrURI at Base 1.2.31
+ xmlSecBase64CtxCreate at Base 1.2.31
+ xmlSecBase64CtxDestroy at Base 1.2.31
+ xmlSecBase64CtxFinal at Base 1.2.31
+ xmlSecBase64CtxFinal_ex at Base 1.2.35
+ xmlSecBase64CtxFinalize at Base 1.2.31
+ xmlSecBase64CtxInitialize at Base 1.2.31
+ xmlSecBase64CtxUpdate at Base 1.2.31
+ xmlSecBase64CtxUpdate_ex at Base 1.2.35
+ xmlSecBase64Decode at Base 1.2.31
+ xmlSecBase64DecodeInPlace at Base 1.2.35
+ xmlSecBase64Decode_ex at Base 1.2.35
+ xmlSecBase64Encode at Base 1.2.31
+ xmlSecBase64GetDefaultLineSize at Base 1.2.31
+ xmlSecBase64SetDefaultLineSize at Base 1.2.31
+ xmlSecBnAdd at Base 1.2.31
+ xmlSecBnBlobSetNodeValue at Base 1.2.31
+ xmlSecBnCompare at Base 1.2.31
+ xmlSecBnCompareReverse at Base 1.2.31
+ xmlSecBnCreate at Base 1.2.31
+ xmlSecBnDestroy at Base 1.2.31
+ xmlSecBnDiv at Base 1.2.31
+ xmlSecBnFinalize at Base 1.2.31
+ xmlSecBnFromDecString at Base 1.2.31
+ xmlSecBnFromHexString at Base 1.2.31
+ xmlSecBnFromString at Base 1.2.31
+ xmlSecBnGetData at Base 1.2.31
+ xmlSecBnGetNodeValue at Base 1.2.31
+ xmlSecBnGetSize at Base 1.2.31
+ xmlSecBnInitialize at Base 1.2.31
+ xmlSecBnMul at Base 1.2.31
+ xmlSecBnReverse at Base 1.2.31
+ xmlSecBnSetData at Base 1.2.31
+ xmlSecBnSetNodeValue at Base 1.2.31
+ xmlSecBnToDecString at Base 1.2.31
+ xmlSecBnToHexString at Base 1.2.31
+ xmlSecBnToString at Base 1.2.31
+ xmlSecBnZero at Base 1.2.31
+ xmlSecBufferAppend at Base 1.2.31
+ xmlSecBufferBase64NodeContentRead at Base 1.2.31
+ xmlSecBufferBase64NodeContentWrite at Base 1.2.31
+ xmlSecBufferCreate at Base 1.2.31
+ xmlSecBufferCreateOutputBuffer at Base 1.2.31
+ xmlSecBufferDestroy at Base 1.2.31
+ xmlSecBufferEmpty at Base 1.2.31
+ xmlSecBufferFinalize at Base 1.2.31
+ xmlSecBufferGetData at Base 1.2.31
+ xmlSecBufferGetMaxSize at Base 1.2.31
+ xmlSecBufferGetSize at Base 1.2.31
+ xmlSecBufferInitialize at Base 1.2.31
+ xmlSecBufferPrepend at Base 1.2.31
+ xmlSecBufferReadFile at Base 1.2.31
+ xmlSecBufferRemoveHead at Base 1.2.31
+ xmlSecBufferRemoveTail at Base 1.2.31
+ xmlSecBufferReverse at Base 1.2.35
+ xmlSecBufferSetData at Base 1.2.31
+ xmlSecBufferSetDefaultAllocMode at Base 1.2.31
+ xmlSecBufferSetMaxSize at Base 1.2.31
+ xmlSecBufferSetSize at Base 1.2.31
+ xmlSecCheckNodeName at Base 1.2.31
+ xmlSecCheckVersionExt at Base 1.2.31
+ xmlSecCreateTree at Base 1.2.31
+ xmlSecCryptoDLFunctionsRegisterKeyDataAndTransforms at Base 1.2.31
+ xmlSecDSigCtxCreate at Base 1.2.31
+ xmlSecDSigCtxDebugDump at Base 1.2.31
+ xmlSecDSigCtxDebugXmlDump at Base 1.2.31
+ xmlSecDSigCtxDestroy at Base 1.2.31
+ xmlSecDSigCtxEnableReferenceTransform at Base 1.2.31
+ xmlSecDSigCtxEnableSignatureTransform at Base 1.2.31
+ xmlSecDSigCtxFinalize at Base 1.2.31
+ xmlSecDSigCtxGetPreSignBuffer at Base 1.2.31
+ xmlSecDSigCtxInitialize at Base 1.2.31
+ xmlSecDSigCtxSign at Base 1.2.31
+ xmlSecDSigCtxVerify at Base 1.2.31
+ xmlSecDSigNs at Base 1.2.31
+ xmlSecDSigReferenceCtxCreate at Base 1.2.31
+ xmlSecDSigReferenceCtxDebugDump at Base 1.2.31
+ xmlSecDSigReferenceCtxDebugXmlDump at Base 1.2.31
+ xmlSecDSigReferenceCtxDestroy at Base 1.2.31
+ xmlSecDSigReferenceCtxFinalize at Base 1.2.31
+ xmlSecDSigReferenceCtxGetPreDigestBuffer at Base 1.2.31
+ xmlSecDSigReferenceCtxInitialize at Base 1.2.31
+ xmlSecDSigReferenceCtxListGetKlass at Base 1.2.31
+ xmlSecDSigReferenceCtxProcessNode at Base 1.2.31
+ xmlSecEncCtxBinaryEncrypt at Base 1.2.31
+ xmlSecEncCtxCopyUserPref at Base 1.2.31
+ xmlSecEncCtxCreate at Base 1.2.31
+ xmlSecEncCtxDebugDump at Base 1.2.31
+ xmlSecEncCtxDebugXmlDump at Base 1.2.31
+ xmlSecEncCtxDecrypt at Base 1.2.31
+ xmlSecEncCtxDecryptToBuffer at Base 1.2.31
+ xmlSecEncCtxDestroy at Base 1.2.31
+ xmlSecEncCtxFinalize at Base 1.2.31
+ xmlSecEncCtxInitialize at Base 1.2.31
+ xmlSecEncCtxReset at Base 1.2.31
+ xmlSecEncCtxUriEncrypt at Base 1.2.31
+ xmlSecEncCtxXmlEncrypt at Base 1.2.31
+ xmlSecEncNs at Base 1.2.31
+ xmlSecEnsureEmptyChild at Base 1.2.31
+ xmlSecError at Base 1.2.31
+ xmlSecErrorsDefaultCallback at Base 1.2.31
+ xmlSecErrorsDefaultCallbackEnableOutput at Base 1.2.31
+ xmlSecErrorsGetCode at Base 1.2.31
+ xmlSecErrorsGetMsg at Base 1.2.31
+ xmlSecErrorsInit at Base 1.2.31
+ xmlSecErrorsSetCallback at Base 1.2.31
+ xmlSecErrorsShutdown at Base 1.2.31
+ xmlSecFindChild at Base 1.2.31
+ xmlSecFindNode at Base 1.2.31
+ xmlSecFindParent at Base 1.2.31
+ xmlSecFindSibling at Base 1.2.31
+ xmlSecGetDefaultCrypto at Base 1.2.31
+ xmlSecGetDefaultLineFeed at Base 1.2.31
+ xmlSecGetNextElementNode at Base 1.2.31
+ xmlSecGetNodeContentAsSize at Base 1.2.35
+ xmlSecGetNodeNsHref at Base 1.2.31
+ xmlSecGetQName at Base 1.2.31
+ xmlSecHrefAESKeyValue at Base 1.2.31
+ xmlSecHrefAes128Cbc at Base 1.2.31
+ xmlSecHrefAes128Gcm at Base 1.2.31
+ xmlSecHrefAes192Cbc at Base 1.2.31
+ xmlSecHrefAes192Gcm at Base 1.2.31
+ xmlSecHrefAes256Cbc at Base 1.2.31
+ xmlSecHrefAes256Gcm at Base 1.2.31
+ xmlSecHrefBase64 at Base 1.2.31
+ xmlSecHrefC14N11 at Base 1.2.31
+ xmlSecHrefC14N11WithComments at Base 1.2.31
+ xmlSecHrefC14N at Base 1.2.31
+ xmlSecHrefC14NWithComments at Base 1.2.31
+ xmlSecHrefDESKeyValue at Base 1.2.31
+ xmlSecHrefDSAKeyValue at Base 1.2.31
+ xmlSecHrefDes3Cbc at Base 1.2.31
+ xmlSecHrefDsaSha1 at Base 1.2.31
+ xmlSecHrefDsaSha256 at Base 1.2.31
+ xmlSecHrefECDSAKeyValue at Base 1.2.31
+ xmlSecHrefEcdsaSha1 at Base 1.2.31
+ xmlSecHrefEcdsaSha224 at Base 1.2.31
+ xmlSecHrefEcdsaSha256 at Base 1.2.31
+ xmlSecHrefEcdsaSha384 at Base 1.2.31
+ xmlSecHrefEcdsaSha512 at Base 1.2.31
+ xmlSecHrefEncryptedKey at Base 1.2.31
+ xmlSecHrefEnveloped at Base 1.2.31
+ xmlSecHrefExcC14N at Base 1.2.31
+ xmlSecHrefExcC14NWithComments at Base 1.2.31
+ xmlSecHrefGOST2001KeyValue at Base 1.2.31
+ xmlSecHrefGost2001GostR3411_94 at Base 1.2.31
+ xmlSecHrefGostR3410_2012GostR3411_2012_256 at Base 1.2.31
+ xmlSecHrefGostR3410_2012GostR3411_2012_512 at Base 1.2.31
+ xmlSecHrefGostR3410_2012_256KeyValue at Base 1.2.31
+ xmlSecHrefGostR3410_2012_512KeyValue at Base 1.2.31
+ xmlSecHrefGostR3411_2012_256 at Base 1.2.31
+ xmlSecHrefGostR3411_2012_512 at Base 1.2.31
+ xmlSecHrefGostR3411_94 at Base 1.2.31
+ xmlSecHrefHMACKeyValue at Base 1.2.31
+ xmlSecHrefHmacMd5 at Base 1.2.31
+ xmlSecHrefHmacRipemd160 at Base 1.2.31
+ xmlSecHrefHmacSha1 at Base 1.2.31
+ xmlSecHrefHmacSha224 at Base 1.2.31
+ xmlSecHrefHmacSha256 at Base 1.2.31
+ xmlSecHrefHmacSha384 at Base 1.2.31
+ xmlSecHrefHmacSha512 at Base 1.2.31
+ xmlSecHrefKWAes128 at Base 1.2.31
+ xmlSecHrefKWAes192 at Base 1.2.31
+ xmlSecHrefKWAes256 at Base 1.2.31
+ xmlSecHrefKWDes3 at Base 1.2.31
+ xmlSecHrefMd5 at Base 1.2.31
+ xmlSecHrefPGPData at Base 1.2.31
+ xmlSecHrefRSAKeyValue at Base 1.2.31
+ xmlSecHrefRawX509Cert at Base 1.2.31
+ xmlSecHrefRelationship at Base 1.2.31
+ xmlSecHrefRipemd160 at Base 1.2.31
+ xmlSecHrefRsaMd5 at Base 1.2.31
+ xmlSecHrefRsaOaep at Base 1.2.31
+ xmlSecHrefRsaPkcs1 at Base 1.2.31
+ xmlSecHrefRsaRipemd160 at Base 1.2.31
+ xmlSecHrefRsaSha1 at Base 1.2.31
+ xmlSecHrefRsaSha224 at Base 1.2.31
+ xmlSecHrefRsaSha256 at Base 1.2.31
+ xmlSecHrefRsaSha384 at Base 1.2.31
+ xmlSecHrefRsaSha512 at Base 1.2.31
+ xmlSecHrefSPKIData at Base 1.2.31
+ xmlSecHrefSha1 at Base 1.2.31
+ xmlSecHrefSha224 at Base 1.2.31
+ xmlSecHrefSha256 at Base 1.2.31
+ xmlSecHrefSha384 at Base 1.2.31
+ xmlSecHrefSha512 at Base 1.2.31
+ xmlSecHrefX509Data at Base 1.2.31
+ xmlSecHrefXslt at Base 1.2.31
+ xmlSecIOCleanupCallbacks at Base 1.2.31
+ xmlSecIOInit at Base 1.2.31
+ xmlSecIORegisterCallbacks at Base 1.2.31
+ xmlSecIORegisterDefaultCallbacks at Base 1.2.31
+ xmlSecIOShutdown at Base 1.2.31
+ xmlSecImportGetPersistKey at Base 1.2.31
+ xmlSecImportSetPersistKey at Base 1.2.31
+ xmlSecInit at Base 1.2.31
+ xmlSecIsEmptyNode at Base 1.2.31
+ xmlSecIsEmptyString at Base 1.2.31
+ xmlSecKeyAdoptData at Base 1.2.31
+ xmlSecKeyCopy at Base 1.2.31
+ xmlSecKeyCreate at Base 1.2.31
+ xmlSecKeyDataBinRead at Base 1.2.31
+ xmlSecKeyDataBinWrite at Base 1.2.31
+ xmlSecKeyDataBinaryValueBinRead at Base 1.2.31
+ xmlSecKeyDataBinaryValueBinWrite at Base 1.2.31
+ xmlSecKeyDataBinaryValueDebugDump at Base 1.2.31
+ xmlSecKeyDataBinaryValueDebugXmlDump at Base 1.2.31
+ xmlSecKeyDataBinaryValueDuplicate at Base 1.2.31
+ xmlSecKeyDataBinaryValueFinalize at Base 1.2.31
+ xmlSecKeyDataBinaryValueGetBuffer at Base 1.2.31
+ xmlSecKeyDataBinaryValueGetSize at Base 1.2.31
+ xmlSecKeyDataBinaryValueInitialize at Base 1.2.31
+ xmlSecKeyDataBinaryValueSetBuffer at Base 1.2.31
+ xmlSecKeyDataBinaryValueXmlRead at Base 1.2.31
+ xmlSecKeyDataBinaryValueXmlWrite at Base 1.2.31
+ xmlSecKeyDataCreate at Base 1.2.31
+ xmlSecKeyDataDebugDump at Base 1.2.31
+ xmlSecKeyDataDebugXmlDump at Base 1.2.31
+ xmlSecKeyDataDestroy at Base 1.2.31
+ xmlSecKeyDataDsaXmlRead at Base 1.2.35
+ xmlSecKeyDataDsaXmlWrite at Base 1.2.35
+ xmlSecKeyDataDuplicate at Base 1.2.31
+ xmlSecKeyDataEncryptedKeyGetKlass at Base 1.2.31
+ xmlSecKeyDataGenerate at Base 1.2.31
+ xmlSecKeyDataGetIdentifier at Base 1.2.31
+ xmlSecKeyDataGetSize at Base 1.2.31
+ xmlSecKeyDataGetType at Base 1.2.31
+ xmlSecKeyDataIdListDebugDump at Base 1.2.31
+ xmlSecKeyDataIdListDebugXmlDump at Base 1.2.31
+ xmlSecKeyDataIdListFind at Base 1.2.31
+ xmlSecKeyDataIdListFindByHref at Base 1.2.31
+ xmlSecKeyDataIdListFindByName at Base 1.2.31
+ xmlSecKeyDataIdListFindByNode at Base 1.2.31
+ xmlSecKeyDataIdListGetKlass at Base 1.2.31
+ xmlSecKeyDataIdsGet at Base 1.2.31
+ xmlSecKeyDataIdsInit at Base 1.2.31
+ xmlSecKeyDataIdsRegister at Base 1.2.31
+ xmlSecKeyDataIdsRegisterDefault at Base 1.2.31
+ xmlSecKeyDataIdsShutdown at Base 1.2.31
+ xmlSecKeyDataListGetKlass at Base 1.2.31
+ xmlSecKeyDataNameGetKlass at Base 1.2.31
+ xmlSecKeyDataRetrievalMethodGetKlass at Base 1.2.31
+ xmlSecKeyDataRsaXmlRead at Base 1.2.35
+ xmlSecKeyDataRsaXmlWrite at Base 1.2.35
+ xmlSecKeyDataStoreCreate at Base 1.2.31
+ xmlSecKeyDataStoreDestroy at Base 1.2.31
+ xmlSecKeyDataStorePtrListGetKlass at Base 1.2.31
+ xmlSecKeyDataValueGetKlass at Base 1.2.31
+ xmlSecKeyDataX509XmlRead at Base 1.2.35
+ xmlSecKeyDataX509XmlWrite at Base 1.2.35
+ xmlSecKeyDataXmlRead at Base 1.2.31
+ xmlSecKeyDataXmlWrite at Base 1.2.31
+ xmlSecKeyDebugDump at Base 1.2.31
+ xmlSecKeyDebugXmlDump at Base 1.2.31
+ xmlSecKeyDestroy at Base 1.2.31
+ xmlSecKeyDuplicate at Base 1.2.31
+ xmlSecKeyEmpty at Base 1.2.31
+ xmlSecKeyEnsureData at Base 1.2.31
+ xmlSecKeyGenerate at Base 1.2.31
+ xmlSecKeyGenerateByName at Base 1.2.31
+ xmlSecKeyGetData at Base 1.2.31
+ xmlSecKeyGetName at Base 1.2.31
+ xmlSecKeyGetType at Base 1.2.31
+ xmlSecKeyGetValue at Base 1.2.31
+ xmlSecKeyInfoCtxCopyUserPref at Base 1.2.31
+ xmlSecKeyInfoCtxCreate at Base 1.2.31
+ xmlSecKeyInfoCtxCreateEncCtx at Base 1.2.31
+ xmlSecKeyInfoCtxDebugDump at Base 1.2.31
+ xmlSecKeyInfoCtxDebugXmlDump at Base 1.2.31
+ xmlSecKeyInfoCtxDestroy at Base 1.2.31
+ xmlSecKeyInfoCtxFinalize at Base 1.2.31
+ xmlSecKeyInfoCtxInitialize at Base 1.2.31
+ xmlSecKeyInfoCtxReset at Base 1.2.31
+ xmlSecKeyInfoNodeRead at Base 1.2.31
+ xmlSecKeyInfoNodeWrite at Base 1.2.31
+ xmlSecKeyMatch at Base 1.2.31
+ xmlSecKeyPtrListGetKlass at Base 1.2.31
+ xmlSecKeyReadBinaryFile at Base 1.2.31
+ xmlSecKeyReadBuffer at Base 1.2.31
+ xmlSecKeyReadMemory at Base 1.2.31
+ xmlSecKeyReqCopy at Base 1.2.31
+ xmlSecKeyReqDebugDump at Base 1.2.31
+ xmlSecKeyReqDebugXmlDump at Base 1.2.31
+ xmlSecKeyReqFinalize at Base 1.2.31
+ xmlSecKeyReqInitialize at Base 1.2.31
+ xmlSecKeyReqMatchKey at Base 1.2.31
+ xmlSecKeyReqMatchKeyValue at Base 1.2.31
+ xmlSecKeyReqReset at Base 1.2.31
+ xmlSecKeySetName at Base 1.2.31
+ xmlSecKeySetValue at Base 1.2.31
+ xmlSecKeyStoreCreate at Base 1.2.31
+ xmlSecKeyStoreDestroy at Base 1.2.31
+ xmlSecKeyStoreFindKey at Base 1.2.31
+ xmlSecKeyUseWithCopy at Base 1.2.31
+ xmlSecKeyUseWithCreate at Base 1.2.31
+ xmlSecKeyUseWithDebugDump at Base 1.2.31
+ xmlSecKeyUseWithDebugXmlDump at Base 1.2.31
+ xmlSecKeyUseWithDestroy at Base 1.2.31
+ xmlSecKeyUseWithDuplicate at Base 1.2.31
+ xmlSecKeyUseWithFinalize at Base 1.2.31
+ xmlSecKeyUseWithInitialize at Base 1.2.31
+ xmlSecKeyUseWithPtrListGetKlass at Base 1.2.31
+ xmlSecKeyUseWithReset at Base 1.2.31
+ xmlSecKeyUseWithSet at Base 1.2.31
+ xmlSecKeysMngrAdoptDataStore at Base 1.2.31
+ xmlSecKeysMngrAdoptKeysStore at Base 1.2.31
+ xmlSecKeysMngrCreate at Base 1.2.31
+ xmlSecKeysMngrDestroy at Base 1.2.31
+ xmlSecKeysMngrFindKey at Base 1.2.31
+ xmlSecKeysMngrGetDataStore at Base 1.2.31
+ xmlSecKeysMngrGetKey at Base 1.2.31
+ xmlSecKeysMngrGetKeysStore at Base 1.2.31
+ xmlSecNameAESKeyValue at Base 1.2.31
+ xmlSecNameAes128Cbc at Base 1.2.31
+ xmlSecNameAes128Gcm at Base 1.2.31
+ xmlSecNameAes192Cbc at Base 1.2.31
+ xmlSecNameAes192Gcm at Base 1.2.31
+ xmlSecNameAes256Cbc at Base 1.2.31
+ xmlSecNameAes256Gcm at Base 1.2.31
+ xmlSecNameBase64 at Base 1.2.31
+ xmlSecNameC14N11 at Base 1.2.31
+ xmlSecNameC14N11WithComments at Base 1.2.31
+ xmlSecNameC14N at Base 1.2.31
+ xmlSecNameC14NWithComments at Base 1.2.31
+ xmlSecNameDESKeyValue at Base 1.2.31
+ xmlSecNameDSAKeyValue at Base 1.2.31
+ xmlSecNameDes3Cbc at Base 1.2.31
+ xmlSecNameDsaSha1 at Base 1.2.31
+ xmlSecNameDsaSha256 at Base 1.2.31
+ xmlSecNameECDSAKeyValue at Base 1.2.31
+ xmlSecNameEcdsaSha1 at Base 1.2.31
+ xmlSecNameEcdsaSha224 at Base 1.2.31
+ xmlSecNameEcdsaSha256 at Base 1.2.31
+ xmlSecNameEcdsaSha384 at Base 1.2.31
+ xmlSecNameEcdsaSha512 at Base 1.2.31
+ xmlSecNameEncryptedKey at Base 1.2.31
+ xmlSecNameEnveloped at Base 1.2.31
+ xmlSecNameExcC14N at Base 1.2.31
+ xmlSecNameExcC14NWithComments at Base 1.2.31
+ xmlSecNameGOST2001KeyValue at Base 1.2.31
+ xmlSecNameGost2001GostR3411_94 at Base 1.2.31
+ xmlSecNameGostR3410_2012GostR3411_2012_256 at Base 1.2.31
+ xmlSecNameGostR3410_2012GostR3411_2012_512 at Base 1.2.31
+ xmlSecNameGostR3410_2012_256KeyValue at Base 1.2.31
+ xmlSecNameGostR3410_2012_512KeyValue at Base 1.2.31
+ xmlSecNameGostR3411_2012_256 at Base 1.2.31
+ xmlSecNameGostR3411_2012_512 at Base 1.2.31
+ xmlSecNameGostR3411_94 at Base 1.2.31
+ xmlSecNameHMACKeyValue at Base 1.2.31
+ xmlSecNameHmacMd5 at Base 1.2.31
+ xmlSecNameHmacRipemd160 at Base 1.2.31
+ xmlSecNameHmacSha1 at Base 1.2.31
+ xmlSecNameHmacSha224 at Base 1.2.31
+ xmlSecNameHmacSha256 at Base 1.2.31
+ xmlSecNameHmacSha384 at Base 1.2.31
+ xmlSecNameHmacSha512 at Base 1.2.31
+ xmlSecNameKWAes128 at Base 1.2.31
+ xmlSecNameKWAes192 at Base 1.2.31
+ xmlSecNameKWAes256 at Base 1.2.31
+ xmlSecNameKWDes3 at Base 1.2.31
+ xmlSecNameKeyName at Base 1.2.31
+ xmlSecNameKeyValue at Base 1.2.31
+ xmlSecNameMd5 at Base 1.2.31
+ xmlSecNameMemBuf at Base 1.2.31
+ xmlSecNamePGPData at Base 1.2.31
+ xmlSecNameRSAKeyValue at Base 1.2.31
+ xmlSecNameRawX509Cert at Base 1.2.31
+ xmlSecNameRelationship at Base 1.2.31
+ xmlSecNameRetrievalMethod at Base 1.2.31
+ xmlSecNameRipemd160 at Base 1.2.31
+ xmlSecNameRsaMd5 at Base 1.2.31
+ xmlSecNameRsaOaep at Base 1.2.31
+ xmlSecNameRsaPkcs1 at Base 1.2.31
+ xmlSecNameRsaRipemd160 at Base 1.2.31
+ xmlSecNameRsaSha1 at Base 1.2.31
+ xmlSecNameRsaSha224 at Base 1.2.31
+ xmlSecNameRsaSha256 at Base 1.2.31
+ xmlSecNameRsaSha384 at Base 1.2.31
+ xmlSecNameRsaSha512 at Base 1.2.31
+ xmlSecNameSPKIData at Base 1.2.31
+ xmlSecNameSha1 at Base 1.2.31
+ xmlSecNameSha224 at Base 1.2.31
+ xmlSecNameSha256 at Base 1.2.31
+ xmlSecNameSha384 at Base 1.2.31
+ xmlSecNameSha512 at Base 1.2.31
+ xmlSecNameX509Data at Base 1.2.31
+ xmlSecNameX509Store at Base 1.2.31
+ xmlSecNameXPath2 at Base 1.2.31
+ xmlSecNameXPath at Base 1.2.31
+ xmlSecNameXPointer at Base 1.2.31
+ xmlSecNameXslt at Base 1.2.31
+ xmlSecNodeAESKeyValue at Base 1.2.31
+ xmlSecNodeBody at Base 1.2.31
+ xmlSecNodeCanonicalizationMethod at Base 1.2.31
+ xmlSecNodeCarriedKeyName at Base 1.2.31
+ xmlSecNodeCipherData at Base 1.2.31
+ xmlSecNodeCipherReference at Base 1.2.31
+ xmlSecNodeCipherValue at Base 1.2.31
+ xmlSecNodeCode at Base 1.2.31
+ xmlSecNodeDESKeyValue at Base 1.2.31
+ xmlSecNodeDSAG at Base 1.2.31
+ xmlSecNodeDSAJ at Base 1.2.31
+ xmlSecNodeDSAKeyValue at Base 1.2.31
+ xmlSecNodeDSAP at Base 1.2.31
+ xmlSecNodeDSAPgenCounter at Base 1.2.31
+ xmlSecNodeDSAQ at Base 1.2.31
+ xmlSecNodeDSASeed at Base 1.2.31
+ xmlSecNodeDSAX at Base 1.2.31
+ xmlSecNodeDSAY at Base 1.2.31
+ xmlSecNodeDataReference at Base 1.2.31
+ xmlSecNodeDetail at Base 1.2.31
+ xmlSecNodeDigestMethod at Base 1.2.31
+ xmlSecNodeDigestValue at Base 1.2.31
+ xmlSecNodeECDSAG at Base 1.2.31
+ xmlSecNodeECDSAJ at Base 1.2.31
+ xmlSecNodeECDSAKeyValue at Base 1.2.31
+ xmlSecNodeECDSAP at Base 1.2.31
+ xmlSecNodeECDSAPgenCounter at Base 1.2.31
+ xmlSecNodeECDSAQ at Base 1.2.31
+ xmlSecNodeECDSASeed at Base 1.2.31
+ xmlSecNodeECDSAX at Base 1.2.31
+ xmlSecNodeECDSAY at Base 1.2.31
+ xmlSecNodeEncodeAndSetContent at Base 1.2.31
+ xmlSecNodeEncryptedData at Base 1.2.31
+ xmlSecNodeEncryptedKey at Base 1.2.31
+ xmlSecNodeEncryptionMethod at Base 1.2.31
+ xmlSecNodeEncryptionProperties at Base 1.2.31
+ xmlSecNodeEncryptionProperty at Base 1.2.31
+ xmlSecNodeEnvelope at Base 1.2.31
+ xmlSecNodeFault at Base 1.2.31
+ xmlSecNodeFaultActor at Base 1.2.31
+ xmlSecNodeFaultCode at Base 1.2.31
+ xmlSecNodeFaultDetail at Base 1.2.31
+ xmlSecNodeFaultString at Base 1.2.31
+ xmlSecNodeGOST2001KeyValue at Base 1.2.31
+ xmlSecNodeGostR3410_2012_256KeyValue at Base 1.2.31
+ xmlSecNodeGostR3410_2012_512KeyValue at Base 1.2.31
+ xmlSecNodeHMACKeyValue at Base 1.2.31
+ xmlSecNodeHMACOutputLength at Base 1.2.31
+ xmlSecNodeHeader at Base 1.2.31
+ xmlSecNodeInclusiveNamespaces at Base 1.2.31
+ xmlSecNodeKeyInfo at Base 1.2.31
+ xmlSecNodeKeyName at Base 1.2.31
+ xmlSecNodeKeyReference at Base 1.2.31
+ xmlSecNodeKeyValue at Base 1.2.31
+ xmlSecNodeManifest at Base 1.2.31
+ xmlSecNodeNode at Base 1.2.31
+ xmlSecNodeObject at Base 1.2.31
+ xmlSecNodePGPData at Base 1.2.31
+ xmlSecNodeRSAExponent at Base 1.2.31
+ xmlSecNodeRSAKeyValue at Base 1.2.31
+ xmlSecNodeRSAModulus at Base 1.2.31
+ xmlSecNodeRSAPrivateExponent at Base 1.2.31
+ xmlSecNodeReason at Base 1.2.31
+ xmlSecNodeReference at Base 1.2.31
+ xmlSecNodeReferenceList at Base 1.2.31
+ xmlSecNodeRelationship at Base 1.2.31
+ xmlSecNodeRelationshipReference at Base 1.2.31
+ xmlSecNodeRetrievalMethod at Base 1.2.31
+ xmlSecNodeRole at Base 1.2.31
+ xmlSecNodeRsaOAEPparams at Base 1.2.31
+ xmlSecNodeSPKIData at Base 1.2.31
+ xmlSecNodeSetAdd at Base 1.2.31
+ xmlSecNodeSetAddList at Base 1.2.31
+ xmlSecNodeSetContains at Base 1.2.31
+ xmlSecNodeSetCreate at Base 1.2.31
+ xmlSecNodeSetDebugDump at Base 1.2.31
+ xmlSecNodeSetDestroy at Base 1.2.31
+ xmlSecNodeSetDocDestroy at Base 1.2.31
+ xmlSecNodeSetDumpTextNodes at Base 1.2.31
+ xmlSecNodeSetGetChildren at Base 1.2.31
+ xmlSecNodeSetWalk at Base 1.2.31
+ xmlSecNodeSignature at Base 1.2.31
+ xmlSecNodeSignatureMethod at Base 1.2.31
+ xmlSecNodeSignatureProperties at Base 1.2.31
+ xmlSecNodeSignatureValue at Base 1.2.31
+ xmlSecNodeSignedInfo at Base 1.2.31
+ xmlSecNodeSubcode at Base 1.2.31
+ xmlSecNodeText at Base 1.2.31
+ xmlSecNodeTransform at Base 1.2.31
+ xmlSecNodeTransforms at Base 1.2.31
+ xmlSecNodeValue at Base 1.2.31
+ xmlSecNodeX509CRL at Base 1.2.31
+ xmlSecNodeX509Certificate at Base 1.2.31
+ xmlSecNodeX509Data at Base 1.2.31
+ xmlSecNodeX509IssuerName at Base 1.2.31
+ xmlSecNodeX509IssuerSerial at Base 1.2.31
+ xmlSecNodeX509SKI at Base 1.2.31
+ xmlSecNodeX509SerialNumber at Base 1.2.31
+ xmlSecNodeX509SubjectName at Base 1.2.31
+ xmlSecNodeXPath2 at Base 1.2.31
+ xmlSecNodeXPath at Base 1.2.31
+ xmlSecNodeXPointer at Base 1.2.31
+ xmlSecNs at Base 1.2.31
+ xmlSecNsExcC14N at Base 1.2.31
+ xmlSecNsExcC14NWithComments at Base 1.2.31
+ xmlSecParseFile at Base 1.2.31
+ xmlSecParseMemory at Base 1.2.31
+ xmlSecParseMemoryExt at Base 1.2.31
+ xmlSecParsePrepareCtxt at Base 1.2.31
+ xmlSecParserGetDefaultOptions at Base 1.2.35
+ xmlSecParserSetDefaultOptions at Base 1.2.35
+ xmlSecPrintXmlString at Base 1.2.31
+ xmlSecPtrListAdd at Base 1.2.31
+ xmlSecPtrListCopy at Base 1.2.31
+ xmlSecPtrListCreate at Base 1.2.31
+ xmlSecPtrListDebugDump at Base 1.2.31
+ xmlSecPtrListDebugXmlDump at Base 1.2.31
+ xmlSecPtrListDestroy at Base 1.2.31
+ xmlSecPtrListDuplicate at Base 1.2.31
+ xmlSecPtrListEmpty at Base 1.2.31
+ xmlSecPtrListFinalize at Base 1.2.31
+ xmlSecPtrListGetItem at Base 1.2.31
+ xmlSecPtrListGetSize at Base 1.2.31
+ xmlSecPtrListInitialize at Base 1.2.31
+ xmlSecPtrListRemove at Base 1.2.31
+ xmlSecPtrListRemoveAndReturn at Base 1.2.31
+ xmlSecPtrListSet at Base 1.2.31
+ xmlSecPtrListSetDefaultAllocMode at Base 1.2.31
+ xmlSecQName2BitMaskDebugDump at Base 1.2.31
+ xmlSecQName2BitMaskDebugXmlDump at Base 1.2.31
+ xmlSecQName2BitMaskGetBitMask at Base 1.2.31
+ xmlSecQName2BitMaskGetBitMaskFromString at Base 1.2.31
+ xmlSecQName2BitMaskGetInfo at Base 1.2.31
+ xmlSecQName2BitMaskGetStringFromBitMask at Base 1.2.31
+ xmlSecQName2BitMaskNodesRead at Base 1.2.31
+ xmlSecQName2BitMaskNodesWrite at Base 1.2.31
+ xmlSecQName2IntegerAttributeRead at Base 1.2.31
+ xmlSecQName2IntegerAttributeWrite at Base 1.2.31
+ xmlSecQName2IntegerDebugDump at Base 1.2.31
+ xmlSecQName2IntegerDebugXmlDump at Base 1.2.31
+ xmlSecQName2IntegerGetInfo at Base 1.2.31
+ xmlSecQName2IntegerGetInteger at Base 1.2.31
+ xmlSecQName2IntegerGetIntegerFromString at Base 1.2.31
+ xmlSecQName2IntegerGetStringFromInteger at Base 1.2.31
+ xmlSecQName2IntegerNodeRead at Base 1.2.31
+ xmlSecQName2IntegerNodeWrite at Base 1.2.31
+ xmlSecRelationshipAttrId at Base 1.2.31
+ xmlSecRelationshipAttrSourceId at Base 1.2.31
+ xmlSecRelationshipAttrTargetMode at Base 1.2.31
+ xmlSecRelationshipReferenceNs at Base 1.2.31
+ xmlSecRelationshipsNs at Base 1.2.31
+ xmlSecReplaceContent at Base 1.2.31
+ xmlSecReplaceContentAndReturn at Base 1.2.31
+ xmlSecReplaceNode at Base 1.2.31
+ xmlSecReplaceNodeAndReturn at Base 1.2.31
+ xmlSecReplaceNodeBuffer at Base 1.2.31
+ xmlSecReplaceNodeBufferAndReturn at Base 1.2.31
+ xmlSecSetDefaultLineFeed at Base 1.2.31
+ xmlSecSetExternalEntityLoader at Base 1.2.31
+ xmlSecShutdown at Base 1.2.31
+ xmlSecSimpleKeysStoreAdoptKey at Base 1.2.31
+ xmlSecSimpleKeysStoreGetKeys at Base 1.2.31
+ xmlSecSimpleKeysStoreGetKlass at Base 1.2.31
+ xmlSecSimpleKeysStoreLoad at Base 1.2.31
+ xmlSecSimpleKeysStoreLoad_ex at Base 1.2.35
+ xmlSecSimpleKeysStoreSave at Base 1.2.31
+ xmlSecSoap11AddBodyEntry at Base 1.2.31
+ xmlSecSoap11AddFaultEntry at Base 1.2.31
+ xmlSecSoap11CheckEnvelope at Base 1.2.31
+ xmlSecSoap11CreateEnvelope at Base 1.2.31
+ xmlSecSoap11EnsureHeader at Base 1.2.31
+ xmlSecSoap11GetBody at Base 1.2.31
+ xmlSecSoap11GetBodyEntriesNumber at Base 1.2.31
+ xmlSecSoap11GetBodyEntry at Base 1.2.31
+ xmlSecSoap11GetFaultEntry at Base 1.2.31
+ xmlSecSoap11GetHeader at Base 1.2.31
+ xmlSecSoap11Ns at Base 1.2.31
+ xmlSecSoap12AddBodyEntry at Base 1.2.31
+ xmlSecSoap12AddFaultDetailEntry at Base 1.2.31
+ xmlSecSoap12AddFaultEntry at Base 1.2.31
+ xmlSecSoap12AddFaultReasonText at Base 1.2.31
+ xmlSecSoap12AddFaultSubcode at Base 1.2.31
+ xmlSecSoap12CheckEnvelope at Base 1.2.31
+ xmlSecSoap12CreateEnvelope at Base 1.2.31
+ xmlSecSoap12EnsureHeader at Base 1.2.31
+ xmlSecSoap12GetBody at Base 1.2.31
+ xmlSecSoap12GetBodyEntriesNumber at Base 1.2.31
+ xmlSecSoap12GetBodyEntry at Base 1.2.31
+ xmlSecSoap12GetFaultEntry at Base 1.2.31
+ xmlSecSoap12GetHeader at Base 1.2.31
+ xmlSecSoap12Ns at Base 1.2.31
+ xmlSecSoapFaultCodeClient at Base 1.2.31
+ xmlSecSoapFaultCodeMustUnderstand at Base 1.2.31
+ xmlSecSoapFaultCodeReceiver at Base 1.2.31
+ xmlSecSoapFaultCodeSender at Base 1.2.31
+ xmlSecSoapFaultCodeServer at Base 1.2.31
+ xmlSecSoapFaultCodeVersionMismatch at Base 1.2.31
+ xmlSecSoapFaultDataEncodningUnknown at Base 1.2.31
+ xmlSecStringCR at Base 1.2.31
+ xmlSecStringEmpty at Base 1.2.31
+ xmlSecStringListGetKlass at Base 1.2.31
+ xmlSecStrlen at Base 1.2.35
+ xmlSecTmplCipherReferenceAddTransform at Base 1.2.31
+ xmlSecTmplEncDataAddEncProperty at Base 1.2.31
+ xmlSecTmplEncDataCreate at Base 1.2.31
+ xmlSecTmplEncDataEnsureCipherReference at Base 1.2.31
+ xmlSecTmplEncDataEnsureCipherValue at Base 1.2.31
+ xmlSecTmplEncDataEnsureEncProperties at Base 1.2.31
+ xmlSecTmplEncDataEnsureKeyInfo at Base 1.2.31
+ xmlSecTmplEncDataGetEncMethodNode at Base 1.2.31
+ xmlSecTmplKeyInfoAddEncryptedKey at Base 1.2.31
+ xmlSecTmplKeyInfoAddKeyName at Base 1.2.31
+ xmlSecTmplKeyInfoAddKeyValue at Base 1.2.31
+ xmlSecTmplKeyInfoAddRetrievalMethod at Base 1.2.31
+ xmlSecTmplKeyInfoAddX509Data at Base 1.2.31
+ xmlSecTmplManifestAddReference at Base 1.2.31
+ xmlSecTmplObjectAddManifest at Base 1.2.31
+ xmlSecTmplObjectAddSignProperties at Base 1.2.31
+ xmlSecTmplReferenceAddTransform at Base 1.2.31
+ xmlSecTmplReferenceListAddDataReference at Base 1.2.31
+ xmlSecTmplReferenceListAddKeyReference at Base 1.2.31
+ xmlSecTmplRetrievalMethodAddTransform at Base 1.2.31
+ xmlSecTmplSignatureAddObject at Base 1.2.31
+ xmlSecTmplSignatureAddReference at Base 1.2.31
+ xmlSecTmplSignatureCreate at Base 1.2.31
+ xmlSecTmplSignatureCreateNsPref at Base 1.2.31
+ xmlSecTmplSignatureEnsureKeyInfo at Base 1.2.31
+ xmlSecTmplSignatureGetC14NMethodNode at Base 1.2.31
+ xmlSecTmplSignatureGetSignMethodNode at Base 1.2.31
+ xmlSecTmplTransformAddC14NInclNamespaces at Base 1.2.31
+ xmlSecTmplTransformAddHmacOutputLength at Base 1.2.31
+ xmlSecTmplTransformAddRsaOaepParam at Base 1.2.31
+ xmlSecTmplTransformAddXPath2 at Base 1.2.31
+ xmlSecTmplTransformAddXPath at Base 1.2.31
+ xmlSecTmplTransformAddXPointer at Base 1.2.31
+ xmlSecTmplTransformAddXsltStylesheet at Base 1.2.31
+ xmlSecTmplX509DataAddCRL at Base 1.2.31
+ xmlSecTmplX509DataAddCertificate at Base 1.2.31
+ xmlSecTmplX509DataAddIssuerSerial at Base 1.2.31
+ xmlSecTmplX509DataAddSKI at Base 1.2.31
+ xmlSecTmplX509DataAddSubjectName at Base 1.2.31
+ xmlSecTmplX509IssuerSerialAddIssuerName at Base 1.2.31
+ xmlSecTmplX509IssuerSerialAddSerialNumber at Base 1.2.31
+ xmlSecTransformBase64GetKlass at Base 1.2.31
+ xmlSecTransformBase64SetLineSize at Base 1.2.31
+ xmlSecTransformConnect at Base 1.2.31
+ xmlSecTransformCreate at Base 1.2.31
+ xmlSecTransformCreateInputBuffer at Base 1.2.31
+ xmlSecTransformCreateOutputBuffer at Base 1.2.31
+ xmlSecTransformCtxAppend at Base 1.2.31
+ xmlSecTransformCtxBinaryExecute at Base 1.2.31
+ xmlSecTransformCtxCopyUserPref at Base 1.2.31
+ xmlSecTransformCtxCreate at Base 1.2.31
+ xmlSecTransformCtxCreateAndAppend at Base 1.2.31
+ xmlSecTransformCtxCreateAndPrepend at Base 1.2.31
+ xmlSecTransformCtxDebugDump at Base 1.2.31
+ xmlSecTransformCtxDebugXmlDump at Base 1.2.31
+ xmlSecTransformCtxDestroy at Base 1.2.31
+ xmlSecTransformCtxExecute at Base 1.2.31
+ xmlSecTransformCtxFinalize at Base 1.2.31
+ xmlSecTransformCtxInitialize at Base 1.2.31
+ xmlSecTransformCtxNodeRead at Base 1.2.31
+ xmlSecTransformCtxNodesListRead at Base 1.2.31
+ xmlSecTransformCtxPrepare at Base 1.2.31
+ xmlSecTransformCtxPrepend at Base 1.2.31
+ xmlSecTransformCtxReset at Base 1.2.31
+ xmlSecTransformCtxSetUri at Base 1.2.31
+ xmlSecTransformCtxUriExecute at Base 1.2.31
+ xmlSecTransformCtxXmlExecute at Base 1.2.31
+ xmlSecTransformDebugDump at Base 1.2.31
+ xmlSecTransformDebugXmlDump at Base 1.2.31
+ xmlSecTransformDefaultGetDataType at Base 1.2.31
+ xmlSecTransformDefaultPopBin at Base 1.2.31
+ xmlSecTransformDefaultPopXml at Base 1.2.31
+ xmlSecTransformDefaultPushBin at Base 1.2.31
+ xmlSecTransformDefaultPushXml at Base 1.2.31
+ xmlSecTransformDestroy at Base 1.2.31
+ xmlSecTransformEnvelopedGetKlass at Base 1.2.31
+ xmlSecTransformExclC14NGetKlass at Base 1.2.31
+ xmlSecTransformExclC14NWithCommentsGetKlass at Base 1.2.31
+ xmlSecTransformExecute at Base 1.2.31
+ xmlSecTransformGetDataType at Base 1.2.31
+ xmlSecTransformHmacGetMinOutputBitsSize at Base 1.2.35
+ xmlSecTransformHmacReadOutputBitsSize at Base 1.2.35
+ xmlSecTransformHmacSetMinOutputBitsSize at Base 1.2.35
+ xmlSecTransformIdListDebugDump at Base 1.2.31
+ xmlSecTransformIdListDebugXmlDump at Base 1.2.31
+ xmlSecTransformIdListFind at Base 1.2.31
+ xmlSecTransformIdListFindByHref at Base 1.2.31
+ xmlSecTransformIdListFindByName at Base 1.2.31
+ xmlSecTransformIdListGetKlass at Base 1.2.31
+ xmlSecTransformIdsGet at Base 1.2.31
+ xmlSecTransformIdsInit at Base 1.2.31
+ xmlSecTransformIdsRegister at Base 1.2.31
+ xmlSecTransformIdsRegisterDefault at Base 1.2.31
+ xmlSecTransformIdsShutdown at Base 1.2.31
+ xmlSecTransformInclC14N11GetKlass at Base 1.2.31
+ xmlSecTransformInclC14N11WithCommentsGetKlass at Base 1.2.31
+ xmlSecTransformInclC14NGetKlass at Base 1.2.31
+ xmlSecTransformInclC14NWithCommentsGetKlass at Base 1.2.31
+ xmlSecTransformInputURIClose at Base 1.2.31
+ xmlSecTransformInputURIGetKlass at Base 1.2.31
+ xmlSecTransformInputURIOpen at Base 1.2.31
+ xmlSecTransformKWAesExecute at Base 1.2.35
+ xmlSecTransformKWAesFinalize at Base 1.2.35
+ xmlSecTransformKWAesInitialize at Base 1.2.35
+ xmlSecTransformKWAesSetKey at Base 1.2.35
+ xmlSecTransformKWAesSetKeyReq at Base 1.2.35
+ xmlSecTransformKWDes3Execute at Base 1.2.35
+ xmlSecTransformKWDes3Finalize at Base 1.2.35
+ xmlSecTransformKWDes3Initialize at Base 1.2.35
+ xmlSecTransformKWDes3SetKey at Base 1.2.35
+ xmlSecTransformKWDes3SetKeyReq at Base 1.2.35
+ xmlSecTransformMemBufGetBuffer at Base 1.2.31
+ xmlSecTransformMemBufGetKlass at Base 1.2.31
+ xmlSecTransformNodeRead at Base 1.2.31
+ xmlSecTransformPopBin at Base 1.2.31
+ xmlSecTransformPopXml at Base 1.2.31
+ xmlSecTransformPump at Base 1.2.31
+ xmlSecTransformPushBin at Base 1.2.31
+ xmlSecTransformPushXml at Base 1.2.31
+ xmlSecTransformRelationshipGetKlass at Base 1.2.31
+ xmlSecTransformRemove at Base 1.2.31
+ xmlSecTransformRemoveXmlTagsC14NGetKlass at Base 1.2.31
+ xmlSecTransformRsaOaepReadParams at Base 1.2.35
+ xmlSecTransformSetKey at Base 1.2.31
+ xmlSecTransformSetKeyReq at Base 1.2.31
+ xmlSecTransformUriTypeCheck at Base 1.2.31
+ xmlSecTransformVerify at Base 1.2.31
+ xmlSecTransformVerifyNodeContent at Base 1.2.31
+ xmlSecTransformVisa3DHackGetKlass at Base 1.2.31
+ xmlSecTransformVisa3DHackSetID at Base 1.2.31
+ xmlSecTransformXPath2GetKlass at Base 1.2.31
+ xmlSecTransformXPathGetKlass at Base 1.2.31
+ xmlSecTransformXPointerGetKlass at Base 1.2.31
+ xmlSecTransformXPointerSetExpr at Base 1.2.31
+ xmlSecTransformXmlParserGetKlass at Base 1.2.31
+ xmlSecTransformXsltGetKlass at Base 1.2.31
+ xmlSecTransformXsltInitialize at Base 1.2.31
+ xmlSecTransformXsltSetDefaultSecurityPrefs at Base 1.2.31
+ xmlSecTransformXsltShutdown at Base 1.2.31
+ xmlSecTypeEncContent at Base 1.2.31
+ xmlSecTypeEncElement at Base 1.2.31
+ xmlSecX509DataGetNodeContent at Base 1.2.31
+ xmlSecXPath2FilterIntersect at Base 1.2.31
+ xmlSecXPath2FilterSubtract at Base 1.2.31
+ xmlSecXPath2FilterUnion at Base 1.2.31
+ xmlSecXPath2Ns at Base 1.2.31
+ xmlSecXPathNs at Base 1.2.31
+ xmlSecXPointerNs at Base 1.2.31


More information about the debian-xml-sgml-pkgs mailing list