summaryrefslogtreecommitdiff
path: root/OpenSSL/ssl/session.c
Commit message (Expand)AuthorAgeFilesLines
* Use the future-proof-er macro to get the type structure to call the inherited...Jean-Paul Calderone2012-02-141-1/+1
* Add Connection.get_session and have the Session object actually wrap an SSL_S...Jean-Paul Calderone2012-02-131-24/+37
* Minimal skeleton of a Python Session typeJean-Paul Calderone2012-02-131-0/+146