Commit 8fcb1d0
Drop legacy prime-generation callback in
The `BN_GENCB` block only printed progress dots in verbose mode, but it
re-enters Ruby from inside OpenSSL's keygen.
Under ZJIT that re-entry intermittently aborts generation with
`EVP_PKEY_keygen`. The callback form is obsolete in OpenSSL 3.x, so just
generate the key without it.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>setup_certificate (#48)1 parent af4ff53 commit 8fcb1d0
1 file changed
Lines changed: 1 addition & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
| 173 | + | |
186 | 174 | | |
187 | 175 | | |
188 | 176 | | |
| |||
0 commit comments