Skip to content

enable renovate auto-merge#35

Open
kmansou wants to merge 2 commits into
mainfrom
renovate_auto_merge
Open

enable renovate auto-merge#35
kmansou wants to merge 2 commits into
mainfrom
renovate_auto_merge

Conversation

@kmansou

@kmansou kmansou commented Mar 23, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Fix asn1.Marshal(key) → asn1.Marshal(*key) in both rsaoaep and gcpkms — the asn1 package does not accept a pointer-to-struct, so keyID() was always returning an error
  • Update google.golang.org/api from v0.114.0 → v0.272.0 (and transitive deps) to resolve a build failure introduced when dependabot bumped grpc to v1.79.3 in chore(deps): Bump google.golang.org/grpc from 1.56.3 to 1.79.3 in /gcpkms #34 without a matching api update
  • Add rsaoaep/recipient_test.go: covers NewRecipient, stanza type/args, encrypt→decrypt round-trip, and keyID determinism/uniqueness
  • Add gcpkms/identity_test.go: covers parsePEMEncodedRSAPublicKey, keyID, crc32c (with CRC32C standard test vector), and all non-KMS Unwrap code paths

@kmansou
kmansou force-pushed the renovate_auto_merge branch from 2fde06b to 602f787 Compare March 23, 2026 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant