summaryrefslogtreecommitdiff
path: root/OpenSSL/crypto/x509.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a memory management issue that leads to crashes in OpenSSL.crypto.X509.ge...Jean-Paul Calderone2013-10-031-1/+1
* merge the nul byte fix, port some markup to restructured textJean-Paul Calderone2013-08-231-0/+1
|\
| * Ghetto rebase Heimes' changes onto the 0.13 release branchJean-Paul Calderone2013-08-121-0/+1
* | Fix most of the doc compilation warning/errorsJonathan Ballet2011-07-161-5/+7
* | Fix markup to be compatible with Sphinx and add rough API docJonathan Ballet2011-07-161-2/+2
* | Convert Epytext markup to RST markupJonathan Ballet2011-07-161-42/+42
|/
* Updated docstring styleJean-Paul Calderone2011-05-191-3/+3
* Use PyBytes_ for 3.x compatibilityJean-Paul Calderone2011-05-181-1/+1
* Put the get_signature_algorithm test in the right case; add a test for the un...Jean-Paul Calderone2011-05-181-0/+4
* always braces, and cuddle them tooJean-Paul Calderone2011-05-171-3/+4
* Apply get_signature_algorithm parts of okuda's patchJean-Paul Calderone2011-05-171-0/+24
* A bunch of PyPy fixesJean-Paul Calderone2011-04-181-3/+1
|\
| * Add a lot of missing Py_INCREFJean-Paul Calderone2011-03-121-3/+1
* | Catch up to trunkJean-Paul Calderone2011-04-181-3/+53
|\ \ | |/ |/|
| * There is no more PyInt_FromLong in 3.x; PyLong_FromLong works everywhereJean-Paul Calderone2011-04-061-1/+1
| * Get rid of X509.get_subjectaltname_of_typeJean-Paul Calderone2011-04-011-96/+0
| * Add a test for X509.get_extension and fix its error behaviorJean-Paul Calderone2011-04-011-1/+1
| * Fix a compiler warning; also test get_extension_count a little more, and with...Jean-Paul Calderone2011-04-011-2/+2
| * Fix some style odditiesJean-Paul Calderone2011-04-011-15/+14
| * First cut at adding support for extension handling in pyOpenSSL.Roland Hedberg2008-04-221-1/+147
| * 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/+5
|/
* merge trunkJean-Paul Calderone2010-09-141-1/+1
|\
| * The hash should always be positive.Jean-Paul Calderone2010-08-281-1/+1
* | X509Ext str/unicode fixesJean-Paul Calderone2010-08-221-2/+4
* | Fix the PKCS12 str/unicode usage in testsJean-Paul Calderone2010-08-221-8/+0
* | Fix counting error in the set_serial_number weirdo hex handling checkJean-Paul Calderone2010-08-221-1/+1
* | Update tests to pass bytes to the {set,get}_not{Before,After} APIs; adjust th...Jean-Paul Calderone2010-08-221-2/+10
* | Really really really get PyOpenSSL_LongToHex right nowJean-Paul Calderone2010-08-121-5/+13
* | Handle the difference between PyNumber_ToBase(16) and PyString_Format("%x")Jean-Paul Calderone2010-08-121-10/+7
* | Stretch compat back to Python 2.4Jean-Paul Calderone2010-08-121-1/+1
* | fix x509 serial number handlingJean-Paul Calderone2010-08-121-2/+3
* | Fix type definitions, module init return values, and unicode/bytes conversionsJean-Paul Calderone2010-08-111-2/+10
* | Convert to getattro some more; also swap PyBytes_AsString for _PyUnicode_AsSt...Jean-Paul Calderone2010-08-111-13/+1
* | Convert more thingsJean-Paul Calderone2010-08-101-2/+1
* | Plodding onward. This is going to get repetitive.Jean-Paul Calderone2010-08-101-32/+10
|/
* Move the src directory to an OpenSSL directory so it can be a package even in...Jean-Paul Calderone2010-07-271-0/+865