Sync vendored pdf_signer engine to v0.2.0 (pkg 0.2.3) - #1
Merged
Conversation
Re-sync the bundled copy of the standalone `pdf_signer` crate (github.com/StrategicProjects/pdf_signer) to its v0.2.0 release: the verification & trust hardening audit (issues #1–#10) — cryptographic RFC 3161 timestamp validation, authenticated CRL/OCSP revocation, signing-time chain validation, structural signature location, /ByteRange↔/Contents binding, path-building backtracking, and honest CLI/trust reporting. No third-party dependencies changed, so the vendored crate set (vendor.tar.xz) is unchanged; only the path-dependency version in Cargo.lock is bumped. The bundled library checks cleanly with default and `https` features. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Bundles the v0.2.0 engine (verification & trust hardening, audit #1–#10). Co-Authored-By: Claude Opus 4.8 (1M context) <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.
Re-sincroniza a cópia vendorada do crate
pdf_signerpara o release v0.2.0 (auditoria de verificação/trust, issues #1–#10): validação criptográfica de timestamp RFC 3161, revogação CRL/OCSP autenticada, validação da cadeia no tempo de assinatura, localização estrutural de assinaturas, binding/ByteRange↔/Contents, backtracking na construção de cadeia, e exit code/trust honestos.src/rust/pdf_signer/: sources da lib re-sincronizados +Cargo.toml→ 0.2.0.src/rust/Cargo.lock: versão do path-dep bumpada. Nenhuma dependência de terceiros mudou, entãovendor.tar.xzsegue válido (não re-vendorado).DESCRIPTION0.2.2 → 0.2.3.Lib empacotada verifica limpo (
cargo check --lib, default +https).🤖 Generated with Claude Code