René's URL Explorer Experiment


Title: Add serialized XML interface to avoid libxml2 ABI conflicts with lxml · Issue #356 · xmlsec/python-xmlsec · GitHub

Open Graph Title: Add serialized XML interface to avoid libxml2 ABI conflicts with lxml · Issue #356 · xmlsec/python-xmlsec

X Title: Add serialized XML interface to avoid libxml2 ABI conflicts with lxml · Issue #356 · xmlsec/python-xmlsec

Description: python-xmlsec currently relies on passing raw xmlNodePtr objects between lxml (which builds on libxml2) and xmlsec1 (which also uses libxml2). This creates a fragile situation where different versions of libxml2 may be loaded into the sa...

Open Graph Description: python-xmlsec currently relies on passing raw xmlNodePtr objects between lxml (which builds on libxml2) and xmlsec1 (which also uses libxml2). This creates a fragile situation where different versi...

X Description: python-xmlsec currently relies on passing raw xmlNodePtr objects between lxml (which builds on libxml2) and xmlsec1 (which also uses libxml2). This creates a fragile situation where different versi...

Opengraph URL: https://github.com/xmlsec/python-xmlsec/issues/356

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Add serialized XML interface to avoid libxml2 ABI conflicts with lxml","articleBody":"`python-xmlsec` currently relies on passing raw `xmlNodePtr` objects between `lxml` (which builds on libxml2) and `xmlsec1` (which also uses libxml2). This creates a fragile situation where different versions of `libxml2` may be loaded into the same process, leading to:\n\n-  Segfaults or memory corruption due to incompatible struct layouts  \n-  Invalid memory free errors (e.g., double-free or mismatched allocators)  \n-  Signature verification failures caused by inconsistent parser state  \n-  Undefined behavior from mismatched `libxml2` global configuration  \n\nThis occurs because:\n\n- `lxml` **bundles its own `libxml2` and `libxslt`** (especially in binary wheels) to ease installation for users on Windows, macOS, and some Linux platforms.\n- `python-xmlsec` binds to **`xmlsec1`**, which in turn links to the **system's `libxml2`**.\n- Pointers like `xmlNodePtr` created by `lxml` are then passed to `python-xmlsec` functions like `tree.find_node()` or `SignatureContext.sign()`.\n\nIf the `libxml2` versions are not ABI-compatible, this can easily lead to crashes, unpredictable behavior, or memory corruption.\n\n---\n\n## Proposed Solution: Decoupling via Canonicalized XML\n\nInstead of passing `xmlNodePtr` from `lxml` to `python-xmlsec`, we should support passing **serialized XML (as `bytes`)**, ideally using [Canonical XML (C14N)](https://www.w3.org/TR/xml-c14n) where appropriate. This isolates the XML parsing and memory management between the two libraries.\n\n### Example Usage\n\n```python\nfrom lxml import etree\nimport xmlsec\n\ndoc = etree.fromstring(\"\u003cRoot\u003e\u003cSignature/\u003e\u003c/Root\u003e\")\nc14n_bytes = etree.tostring(doc, method=\"c14n\", exclusive=True)\n\n# Proposed new API:\nsigned_bytes = xmlsec.sign_serialized(c14n_bytes, key_file=\"key.pem\")\n\n# Parse back with lxml if needed\nsigned_doc = etree.fromstring(signed_bytes)","author":{"url":"https://github.com/mxamin","@type":"Person","name":"mxamin"},"datePublished":"2025-07-10T19:06:31.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/356/python-xmlsec/issues/356"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:df6a37ff-20aa-7d5a-2459-939887669e65
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idB9CA:33C049:EF5976:14789FD:6969F384
html-safe-nonce2d5df26a91a827c499a1e7c37890ad819c851030507e0fcc995b4efa81f660cc
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCOUNBOjMzQzA0OTpFRjU5NzY6MTQ3ODlGRDo2OTY5RjM4NCIsInZpc2l0b3JfaWQiOiIxNTM3NzMwMzEyNDQxMjk1NzQ4IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac506319e771fc75b7060f1375f3489568488665fe17107791f82740fa94435283
hovercard-subject-tagissue:3220381392
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/xmlsec/python-xmlsec/356/issue_layout
twitter:imagehttps://opengraph.githubassets.com/b182381aa3779f75e02f840bfa449315ac33af0d3215ef33c1c18bcc2b4026fe/xmlsec/python-xmlsec/issues/356
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/b182381aa3779f75e02f840bfa449315ac33af0d3215ef33c1c18bcc2b4026fe/xmlsec/python-xmlsec/issues/356
og:image:altpython-xmlsec currently relies on passing raw xmlNodePtr objects between lxml (which builds on libxml2) and xmlsec1 (which also uses libxml2). This creates a fragile situation where different versi...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamemxamin
hostnamegithub.com
expected-hostnamegithub.com
None7b32f1c7c4549428ee399213e8345494fc55b5637195d3fc5f493657579235e8
turbo-cache-controlno-preview
go-importgithub.com/xmlsec/python-xmlsec git https://github.com/xmlsec/python-xmlsec.git
octolytics-dimension-user_id111647685
octolytics-dimension-user_loginxmlsec
octolytics-dimension-repository_id27934955
octolytics-dimension-repository_nwoxmlsec/python-xmlsec
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id27934955
octolytics-dimension-repository_network_root_nwoxmlsec/python-xmlsec
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasebdde15ad1b403e23b08bbd89b53fbe6bdf688cad
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/xmlsec/python-xmlsec/issues/356#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fxmlsec%2Fpython-xmlsec%2Fissues%2F356
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fxmlsec%2Fpython-xmlsec%2Fissues%2F356
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=xmlsec%2Fpython-xmlsec
Reloadhttps://github.com/xmlsec/python-xmlsec/issues/356
Reloadhttps://github.com/xmlsec/python-xmlsec/issues/356
Reloadhttps://github.com/xmlsec/python-xmlsec/issues/356
xmlsec https://github.com/xmlsec
python-xmlsechttps://github.com/xmlsec/python-xmlsec
Notifications https://github.com/login?return_to=%2Fxmlsec%2Fpython-xmlsec
Fork 105 https://github.com/login?return_to=%2Fxmlsec%2Fpython-xmlsec
Star 104 https://github.com/login?return_to=%2Fxmlsec%2Fpython-xmlsec
Code https://github.com/xmlsec/python-xmlsec
Issues 29 https://github.com/xmlsec/python-xmlsec/issues
Pull requests 3 https://github.com/xmlsec/python-xmlsec/pulls
Actions https://github.com/xmlsec/python-xmlsec/actions
Projects 0 https://github.com/xmlsec/python-xmlsec/projects
Wiki https://github.com/xmlsec/python-xmlsec/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/xmlsec/python-xmlsec/security
Please reload this pagehttps://github.com/xmlsec/python-xmlsec/issues/356
Insights https://github.com/xmlsec/python-xmlsec/pulse
Code https://github.com/xmlsec/python-xmlsec
Issues https://github.com/xmlsec/python-xmlsec/issues
Pull requests https://github.com/xmlsec/python-xmlsec/pulls
Actions https://github.com/xmlsec/python-xmlsec/actions
Projects https://github.com/xmlsec/python-xmlsec/projects
Wiki https://github.com/xmlsec/python-xmlsec/wiki
Security https://github.com/xmlsec/python-xmlsec/security
Insights https://github.com/xmlsec/python-xmlsec/pulse
New issuehttps://github.com/login?return_to=https://github.com/xmlsec/python-xmlsec/issues/356
New issuehttps://github.com/login?return_to=https://github.com/xmlsec/python-xmlsec/issues/356
Add serialized XML interface to avoid libxml2 ABI conflicts with lxmlhttps://github.com/xmlsec/python-xmlsec/issues/356#top
next-release-candidatehttps://github.com/xmlsec/python-xmlsec/issues?q=state%3Aopen%20label%3A%22next-release-candidate%22
https://github.com/mxamin
https://github.com/mxamin
mxaminhttps://github.com/mxamin
on Jul 10, 2025https://github.com/xmlsec/python-xmlsec/issues/356#issue-3220381392
Canonical XML (C14N)https://www.w3.org/TR/xml-c14n
next-release-candidatehttps://github.com/xmlsec/python-xmlsec/issues?q=state%3Aopen%20label%3A%22next-release-candidate%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.