Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
empira
/
PDFsharp
Public
Notifications
You must be signed in to change notification settings
Fork
252
Star
972
Code
Issues
82
Pull requests
38
Discussions
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
Support of Digital Signatures (PKCS#7) + TSA timestamp
- #48
#48
Open
julienrffr
wants to merge 23 commits into
empira:master
empira/PDFsharp:master
from
KDS:signature-feature
KDS/PDFsharp:signature-feature
Copy head branch name to clipboard
Conversation
Commits
23
(23)
Checks
Files changed
Open
Support of Digital Signatures (PKCS#7) + TSA timestamp
#48
julienrffr
wants to merge 23 commits into
empira:master
empira/PDFsharp:master
from
KDS:signature-feature
KDS/PDFsharp:signature-feature
Copy head branch name to clipboard
Commits
Commits on Oct 18, 2023
expose PdfString's start and end bytes positions in Stream
Show description for adaf57e
julienrffr
committed
adaf57e
View commit details
Copy full SHA for adaf57e
Browse repository at this point
Commits on Oct 20, 2023
add PKCS#7 detached signature feature
Show description for a545b4c
julienrffr
committed
a545b4c
View commit details
Copy full SHA for a545b4c
Browse repository at this point
compatibility for wpf and gdi projects
julienrffr
committed
3dd39c2
View commit details
Copy full SHA for 3dd39c2
Browse repository at this point
Commits on Oct 23, 2023
incorporate BouncySigner in PdfSharp + internally cache signature length
julienrffr
committed
349dacc
View commit details
Copy full SHA for 349dacc
Browse repository at this point
Commits on Oct 24, 2023
exclude whole /Contents entry from digest instead of just its value
Show description for 7c055f6
julienrffr
committed
7c055f6
View commit details
Copy full SHA for 7c055f6
Browse repository at this point
properly add signature field to acroform array
Show description for 80cdf02
julienrffr
committed
80cdf02
View commit details
Copy full SHA for 80cdf02
Browse repository at this point
Commits on Oct 30, 2023
fix wrong position in Release mode
Show description for 15675dc
julienrffr
committed
15675dc
View commit details
Copy full SHA for 15675dc
Browse repository at this point
Commits on Oct 31, 2023
do not sign using obsolete SHA1 algorithm
Show description for 052ad9e
julienrffr
committed
052ad9e
View commit details
Copy full SHA for 052ad9e
Browse repository at this point
fix signature byte ranges computation
julienrffr
committed
e8f82c5
View commit details
Copy full SHA for e8f82c5
Browse repository at this point
enable display of custom appearance for signature fields
julienrffr
committed
496c553
View commit details
Copy full SHA for 496c553
Browse repository at this point
Commits on Nov 2, 2023
get rid from obsolete X509Certificate2.PrivateKey
julienrffr
committed
11e34ae
View commit details
Copy full SHA for 11e34ae
Browse repository at this point
Commits on Nov 7, 2023
Merge branch 'empira:master' into signature-feature
julienrffr
authored
b5e5dac
View commit details
Copy full SHA for b5e5dac
Browse repository at this point
Commits on Jan 9, 2024
Added PageIndex option to the PdfSignatureOptions
matheus-kirchesch
committed
8888cd1
View commit details
Copy full SHA for 8888cd1
Browse repository at this point
Merge pull request #2 from matheus-kirchesch-btor/signature-feature
Show description for 14371b9
julienrffr
authored
14371b9
View commit details
Copy full SHA for 14371b9
Browse repository at this point
signature handler: check nullity of arguments + comments
julienrffr
committed
1311969
View commit details
Copy full SHA for 1311969
Browse repository at this point
Commits on Feb 23, 2024
DefaultSigner: add the ability to attach a signature timestamp from TSA
julienrffr
committed
55ddebb
View commit details
Copy full SHA for 55ddebb
Browse repository at this point
Commits on Feb 26, 2024
fix issue of varying TSA answer size by adding a 10 byte margin
Show description for 8a90349
julienrffr
committed
8a90349
View commit details
Copy full SHA for 8a90349
Browse repository at this point
Commits on Jun 7, 2024
Merge branch 'master' into signature-feature
julienrffr
committed
5f8cc24
View commit details
Copy full SHA for 5f8cc24
Browse repository at this point
compatibility of ArgumentNullException.ThrowIfNull
julienrffr
committed
712ef3a
View commit details
Copy full SHA for 712ef3a
Browse repository at this point
DSA not supported in netstandard2.0
julienrffr
committed
7d5c01b
View commit details
Copy full SHA for 7d5c01b
Browse repository at this point
use long instead of int for Stream Position
julienrffr
committed
68d42bb
View commit details
Copy full SHA for 68d42bb
Browse repository at this point
Commits on Jun 11, 2024
fix build (making signatures timestamp feature only available on net6+)
julienrffr
committed
eb1e4bb
View commit details
Copy full SHA for eb1e4bb
Browse repository at this point
update BouncyCastle.Cryptography (vulnerability warning)
julienrffr
committed
22352a1
View commit details
Copy full SHA for 22352a1
Browse repository at this point
You can’t perform that action at this time.