aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/certutils.py
Commit message (Expand)AuthorAgeFilesLines
* Generate better-formed CAs.Aldo Cortesi2012-03-271-3/+4
* Set a "unique" serial number for each generated cert.Aldo Cortesi2012-03-141-2/+2
* Cleanliness fixes.Aldo Cortesi2012-03-121-95/+2
* Use PyOpenSSL for certificate generation.Aldo Cortesi2012-03-111-9/+65
* Replace CA generation with PyOpenSSL version.Aldo Cortesi2012-03-111-71/+47
* Create an SSL certificate class.Aldo Cortesi2012-03-051-24/+34
* Removed imports left unused after Py{OpenSSL,ASN1}András Veres-Szentkirályi2012-03-011-1/+1
* Use PyOpenSSL and PyASN1 for certificate parsing.Aldo Cortesi2012-03-011-46/+35
* Factor out cert operations in to certutils.py.Aldo Cortesi2012-02-291-0/+235