commit | 62fad4c7830555b9cc693b139fbd09a0a46ec291 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@python.org> | Fri Nov 20 18:34:00 2015 +0100 |
committer | Christian Heimes <christian@python.org> | Fri Nov 20 18:38:09 2015 +0100 |
tree | d440a2fd66d06c373bc5da4a9b314d26227a5002 | |
parent | cc1962d9ece2496548032074499e2aed475b5271 [diff] |
Add more CRYPTO_EX_DATA functions The patch adds a couple of additional functions to create, store and retrieve ex_data on SSL, SSL_CTX and X509 objects. It also adds the missing get_ex_new_index function for X509_STORE_CTX. Signed-off-by: Christian Heimes <cheimes@redhat.com>