We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7297701 commit 00cadb6Copy full SHA for 00cadb6
2 files changed
spec/jwt/jwa/ps_spec.rb
@@ -48,7 +48,7 @@
48
end
49
50
context 'with a key length less than 2048 bits' do
51
- let(:rsa_key) { OpenSSL::PKey::RSA.generate(2047) }
+ let(:rsa_key) { OpenSSL::PKey::RSA.generate(1536) }
52
53
it 'raises an error' do
54
expect do
spec/jwt/jwa/rsa_spec.rb
@@ -21,7 +21,7 @@
21
22
23
24
+ let(:rsa_key) { OpenSSL::PKey::RSA.generate(1024) }
25
26
27
0 commit comments