Merge lp:~songofacandy/pyopenssl/allow_thread_while_keygen into lp:~exarkun/pyopenssl/trunk
Proposed by
methane
Status: | Merged |
---|---|
Merged at revision: | 167 |
Proposed branch: | lp:~songofacandy/pyopenssl/allow_thread_while_keygen |
Merge into: | lp:~exarkun/pyopenssl/trunk |
Diff against target: |
36 lines (+15/-5) 1 file modified
OpenSSL/crypto/pkey.c (+15/-5) |
To merge this branch: | bzr merge lp:~songofacandy/pyopenssl/allow_thread_while_keygen |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jean-Paul Calderone | Pending | ||
Review via email:
|
Description of the change
Generating key may use few seconds.
This proposal allows other threads runs while generating key.
To post a comment you must log in.