docs: regenerate README files from current POD#147
Closed
toddr-bot wants to merge 1 commit into
Closed
Conversation
The README and README.md were stale — they still described use_pkcs1_padding() as a fatal error, which hasn't been true since the encrypt/sign padding split. Regenerated from the current RSA.pm POD. Also updates the CI badge from Travis CI to GitHub Actions. Addresses cpan-authors#146 — the documentation now correctly reflects that PKCS#1 v1.5 padding is available for sign()/verify() operations. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
use_pkcs1_padding()is a fatal errorWhy
The README files were out of sync with the actual code and POD. They still described PKCS#1 v1.5 padding as completely disabled, but it has been re-enabled for sign/verify operations. This caused confusion (see #146).
Testing
Documentation-only change — no code modified.
🤖 Generated with Claude Code