Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nomadium committed Apr 1, 2024
1 parent 9a63407 commit 09a080f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/linzer/rsa.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ def validate

def sign(data)
# XXX: should check if the key is usable for signing
puts "@material.respond_to?(:private?) # => #{@material.respond_to?(:private?)}"
puts "OpenSSL::VERSION # => #{OpenSSL::VERSION}"
@material.sign(@params[:digest], data)
end

Expand Down

0 comments on commit 09a080f

Please sign in to comment.