-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added support for RFC5652 types of MS countersignatures (#16) #17
Merged
Commits on Jan 13, 2024
-
Added support for RFC5652 types of MS countersignatures (#16)
It seems that some (maybe newer) MS countersignatures are not PKCS7 per RFC2315 but rather CMS structures defined by RFC5652. Unfortunately, PKCS7_* family of OpenSSL functions is not able to handle it, but there are CMS_* functions which are. They however do not provide same set of functions to do the same things as with PKCS7 structures. This PR adds possibility to fall back to CMS if PKCS7 fails. Some functions had to be simulated and therefore might not be *that* accurate but just from testing on a few files, it seems to validate them correctly. But it might need a tuning in the future if we test it on a more extensive set of samples.
Configuration menu - View commit details
-
Copy full SHA for 2149edd - Browse repository at this point
Copy the full SHA 2149eddView commit details
Commits on Jan 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a4408b7 - Browse repository at this point
Copy the full SHA a4408b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6b9bf3 - Browse repository at this point
Copy the full SHA b6b9bf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f644da4 - Browse repository at this point
Copy the full SHA f644da4View commit details
Commits on Jan 23, 2024
-
Revert "CMake adjustments in hopes to fix Windows build"
This reverts commit b6b9bf3.
Configuration menu - View commit details
-
Copy full SHA for f63b8d0 - Browse repository at this point
Copy the full SHA f63b8d0View commit details -
Revert "Debugging GitHub Workflow issue"
This reverts commit f644da4.
Configuration menu - View commit details
-
Copy full SHA for 9f7b277 - Browse repository at this point
Copy the full SHA 9f7b277View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3ff48c - Browse repository at this point
Copy the full SHA b3ff48cView commit details -
Configuration menu - View commit details
-
Copy full SHA for adbe221 - Browse repository at this point
Copy the full SHA adbe221View commit details
Commits on Jan 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2aac779 - Browse repository at this point
Copy the full SHA 2aac779View commit details
Commits on Jan 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 155213c - Browse repository at this point
Copy the full SHA 155213cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c106d1b - Browse repository at this point
Copy the full SHA c106d1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bee84cd - Browse repository at this point
Copy the full SHA bee84cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01b1de1 - Browse repository at this point
Copy the full SHA 01b1de1View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.