Samuel Giddins <
[email protected]> Date: Tue, 3 Dec 2024 13:07:54 -0600 Subject: [PATCH] Re-implement missing jruby functionality atop java.security Signed-off-by: Samuel Giddins <
[email protected]> --- .github/workflows/ci.yml | 15 ++-- .github/workflows/release.yml | 4 +- .gitignore | 1 + Rakefile | 12 +++- lib/sigstore/internal/key.rb | 4 -- lib/sigstore/internal/x509.rb | 110 ++++++++++++++++++++++------- lib/sigstore/policy.rb | 12 +++- lib/sigstore/signer.rb | 23 +++--- lib/sigstore/trusted_root.rb | 14 ++-- lib/sigstore/verifier.rb | 37 ++++------ test/sigstore/trusted_root_test.rb | 8 ++- 11 files changed, 154 insertions(+), 86 deletions(-) jruby- openssl