[cryptopp] update cryptopp to its latest commits (2025-12-01)#48586
Merged
BillyONeal merged 4 commits intoDec 1, 2025
Conversation
d4f3f17 to
83f6b08
Compare
rressi-at-globus
commented
Dec 1, 2025
Contributor
Author
There was a problem hiding this comment.
- This patch has already been merged into the repo.
50f341b to
f24bf56
Compare
f24bf56 to
99b49b7
Compare
rressi-at-globus
commented
Dec 1, 2025
| + PEM_Save(snk, privateKey, rng, PRIVATE_RSA_ALGORITHM, secret.data(), secret.size()); | ||
| } | ||
| snk.MessageEnd(); | ||
| } |
Contributor
Author
There was a problem hiding this comment.
It seems that with more recent versions of PEM_Save, on cryptopp-pem, they inverted the order of the 2 parameters.
Contributor
Author
|
It seems to me that the failures on CI with If it is NOT the case, please support me on how to fix the related failure. |
Member
Yes, this was fixed by #48576 |
geiseri
pushed a commit
to geiseri/vcpkg
that referenced
this pull request
Dec 18, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
With this snapshot, we are simply taking the latest available version for each source repository.
Changes with repo
weidai11/cryptopp:Changes with repo
noloader/cryptopp-pem, we are adding these contributions:Changes with repo
abdes/cryptopp-cmake: