Commit bb640b0
committed
Fix manual prompt in pyopenssl adapter for private key password
- If pyopenssl adapter was used with password protected private key,
the manual entry option was not given, only a fail due to
invalid password. The password callback was triggered also
in the case where the private_key_password was None.1 parent a475500 commit bb640b0
File tree
2 files changed
+4
-1
lines changed- cheroot/ssl
- docs/changelog-fragments.d
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
370 | | - | |
| 370 | + | |
| 371 | + | |
371 | 372 | | |
372 | 373 | | |
373 | 374 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments