summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Expose SSL_set_shutdown and SSL_get_shutdown on ConnectionJean-Paul Calderone2008-02-212-0/+43
* Get rid of X509_get_pubkey leakJean-Paul Calderone2008-02-191-1/+1
* Free the memory allocated by ASN1_STRING_to_UTF8Jean-Paul Calderone2008-02-191-3/+6
* Free the memory allocated by PyArg_ParseJean-Paul Calderone2008-02-191-1/+4
* duplicate the underlying X509 object - SSL_CTX_add_extra_chain_cert steals th...Jean-Paul Calderone2008-02-181-3/+11
* Implement Context.add_extra_chain_certJean-Paul Calderone2008-02-181-27/+70
* initial source importJean-Paul Calderone2008-02-1831-0/+6788