summaryrefslogtreecommitdiff
path: root/OpenSSL/crypto/x509name.c
Commit message (Expand)AuthorAgeFilesLines
* Convert Epytext markup to RST markupJonathan Ballet2011-07-161-5/+5
* Compatibility with CPython 2.5 though CPython 3.2Jean-Paul Calderone2011-04-221-1/+7
* Switch from tp_setattr to tp_setattro, since PyPy does not support the former...Jean-Paul Calderone2011-04-221-3/+13
* A bunch of PyPy fixesJean-Paul Calderone2011-04-181-0/+2
|\
| * Add a lot of missing Py_INCREFJean-Paul Calderone2011-03-121-0/+2
* | Catch up to trunkJean-Paul Calderone2011-04-181-2/+3
|\ \ | |/ |/|
| * Update copyright headers; remove pointless dates, add a pointer to the LICENS...Jean-Paul Calderone2011-03-021-2/+3
* | try harder to do the thing on pypy, also start fixing more refcountsJean-Paul Calderone2011-03-121-0/+1
* | Catch up to trunkJean-Paul Calderone2010-12-031-0/+3
|/
* Fix X509Name getattro and update tests to expect bytes back from get_componentsJean-Paul Calderone2010-08-221-2/+3
* Make sure not to fall through on the rich compare switchJean-Paul Calderone2010-08-121-0/+6
* Fix type definitions, module init return values, and unicode/bytes conversionsJean-Paul Calderone2010-08-111-2/+6
* Convert to getattro some more; also swap PyBytes_AsString for _PyUnicode_AsSt...Jean-Paul Calderone2010-08-111-4/+5
* Convert more thingsJean-Paul Calderone2010-08-101-20/+53
* Move the src directory to an OpenSSL directory so it can be a package even in...Jean-Paul Calderone2010-07-271-0/+487