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
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 }}
fullsailor
/
pkcs7
Public
Notifications
You must be signed in to change notification settings
Fork
252
Star
127
Code
Issues
14
Pull requests
10
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Fixed data truncation for signed messages
- #6
#6
Open
geoko86
wants to merge 25 commits into
fullsailor:master
fullsailor/pkcs7:master
from
geoko86:master
geoko86/pkcs7:master
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Open
Fixed data truncation for signed messages
#6
geoko86
wants to merge 25 commits into
fullsailor:master
fullsailor/pkcs7:master
from
geoko86:master
geoko86/pkcs7:master
Copy head branch name to clipboard
Commits
Commits on Apr 14, 2016
Fixed content truncation by looping through all packages and parsing each packge. The parsed result then gets concatenated.
Georg Koester
committed
e7f98c0
View commit details
Copy full SHA for e7f98c0
Browse repository at this point
Removed unnecessary variable declaration
Georg Koester
committed
35fe2c3
View commit details
Copy full SHA for 35fe2c3
Browse repository at this point
Commits on Jul 30, 2016
Bug fix and hack to allow unsigning certain files
Show description for 6221838
Timo Gatsonides
committed
6221838
View commit details
Copy full SHA for 6221838
Browse repository at this point
Merge pull request #1 from tpjg/master
Show description for b995b8d
geoko86
authored
b995b8d
View commit details
Copy full SHA for b995b8d
Browse repository at this point
Commits on Nov 25, 2019
Correctly marshal degenerate certificates (#7)
Show description for 43ffad5
groob
authored and
msiebeling
committed
43ffad5
View commit details
Copy full SHA for 43ffad5
Browse repository at this point
AES-128-GCM support in Encrypt() and Decrypt() (#8)
Show description for 477c9f6
hryx
authored and
msiebeling
committed
477c9f6
View commit details
Copy full SHA for 477c9f6
Browse repository at this point
Fix signers without AuthenticatedAttributes
Show description for bcb2b81
fullsailor
authored and
msiebeling
committed
bcb2b81
View commit details
Copy full SHA for bcb2b81
Browse repository at this point
Fix an unstaged git hunk.
Show description for 6fc3400
fullsailor
authored and
msiebeling
committed
6fc3400
View commit details
Copy full SHA for 6fc3400
Browse repository at this point
Add travis.yml
fullsailor
authored and
msiebeling
committed
b1490d5
View commit details
Copy full SHA for b1490d5
Browse repository at this point
Update travis.yml release -> 1.6
Show description for 544cda0
fullsailor
authored and
msiebeling
committed
544cda0
View commit details
Copy full SHA for 544cda0
Browse repository at this point
Add build status to README
fullsailor
authored and
msiebeling
committed
a5d962c
View commit details
Copy full SHA for a5d962c
Browse repository at this point
add support for aes128-CBC
Show description for 7041c07
groob
authored and
msiebeling
committed
7041c07
View commit details
Copy full SHA for 7041c07
Browse repository at this point
Support S/MIME detached signatures, and improve tests
jvehent
authored and
msiebeling
committed
10edc64
View commit details
Copy full SHA for 10edc64
Browse repository at this point
Fix indefinite form parsing to parse nested indefinite form correctly.
addie9000
authored and
msiebeling
committed
a2fc7ee
View commit details
Copy full SHA for a2fc7ee
Browse repository at this point
Fix hardcoded signature algorithm for verifying signers
Show description for fa02d36
fullsailor
authored and
msiebeling
committed
fa02d36
View commit details
Copy full SHA for fa02d36
Browse repository at this point
Bump tested Go versions to include 1.9 & 1.10
fullsailor
authored and
msiebeling
committed
d0374ff
View commit details
Copy full SHA for d0374ff
Browse repository at this point
Fix verifying App Store receipts
Show description for 6a48d77
fullsailor
authored and
msiebeling
committed
6a48d77
View commit details
Copy full SHA for 6a48d77
Browse repository at this point
Don't use asn1.NullBytes, its unavailable in Go 1.8
fullsailor
authored and
msiebeling
committed
917222b
View commit details
Copy full SHA for 917222b
Browse repository at this point
Test in Go 1.10, not Go 1.1
fullsailor
authored and
msiebeling
committed
6569da0
View commit details
Copy full SHA for 6569da0
Browse repository at this point
Don't use asn1.TagNull, it was also introduced in Go 1.9
fullsailor
authored and
msiebeling
committed
663621a
View commit details
Copy full SHA for 663621a
Browse repository at this point
Fix failure to parse enveloped data in Go 1.10
Show description for 22bc924
fullsailor
authored and
msiebeling
committed
22bc924
View commit details
Copy full SHA for 22bc924
Browse repository at this point
Fix detached data content type
Show description for 720ab68
fullsailor
authored and
msiebeling
committed
720ab68
View commit details
Copy full SHA for 720ab68
Browse repository at this point
Add support for verifying SHA256 signer digest
ktezlaf
authored and
msiebeling
committed
37e4b64
View commit details
Copy full SHA for 37e4b64
Browse repository at this point
Comment out all lines with encodeIndent variable
lchudinov
authored and
msiebeling
committed
aa41f78
View commit details
Copy full SHA for aa41f78
Browse repository at this point
Commits on Nov 27, 2019
Merge pull request #2 from sggms/georg/ch6977/esb-race-condition-detected-when-running
Show description for 38a5ffa
geoko86
authored
38a5ffa
View commit details
Copy full SHA for 38a5ffa
Browse repository at this point
You can’t perform that action at this time.