-
Notifications
You must be signed in to change notification settings - Fork 7.2k
[cryptopp] update cryptopp to its latest commits (2025-12-01) #48586
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
[cryptopp] update cryptopp to its latest commits (2025-12-01) #48586
Conversation
d4f3f17 to
83f6b08
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- This patch has already been merged into the repo.
50f341b to
f24bf56
Compare
f24bf56 to
99b49b7
Compare
| + PEM_Save(snk, privateKey, rng, PRIVATE_RSA_ALGORITHM, secret.data(), secret.size()); | ||
| } | ||
| snk.MessageEnd(); | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that with more recent versions of PEM_Save, on cryptopp-pem, they inverted the order of the 2 parameters.
|
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. |
Yes, this was fixed by #48576 |
BillyONeal
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
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: