missing wrapper for set_mode(context|ssl, [modes])
Bug #836901 reported by
Guillermo Gonzalez
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pyOpenSSL |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
It would be nice to have access to set_mode functions from python.
This is helpful to set, e.g: SSL_MODE_
Related branches
lp://staging/~verterok/pyopenssl/ctx_set_mode
- Jean-Paul Calderone: Approve
-
Diff: 114 lines (+49/-0)5 files modifiedChangeLog (+6/-0)
OpenSSL/ssl/context.c (+18/-0)
OpenSSL/ssl/ssl.c (+9/-0)
OpenSSL/test/test_ssl.py (+11/-0)
doc/pyOpenSSL.tex (+5/-0)
Changed in pyopenssl: | |
status: | New → Fix Committed |
To post a comment you must log in.