Commit 8b1a992
committed
(maint) Drop private key passphrase workaround
Ruby 2.4.0 and 2.4.1 required a password of at least 4 bytes to prevent openssl
from prompting for a passphrase, even if one wasn't required. This was fixed in
ruby/openssl 2.0.5, which was first included in ruby 2.5.0[1], so we can drop
our workaround.
[1] ruby/ruby@df94c661 parent fc8dd47 commit 8b1a992
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
| 210 | + | |
214 | 211 | | |
215 | 212 | | |
216 | 213 | | |
| |||
0 commit comments