summaryrefslogtreecommitdiff
path: root/OpenSSL/crypto
Commit message (Expand)AuthorAgeFilesLines
* Add a unit test for checking a public keyJean-Paul Calderone2011-10-311-1/+1
* Fix segfault on PKey.check() when there is no private keyAnthony Uk2011-10-311-0/+5
* Unify code formatting in recently changed functions to what seems to be the c...Ziga Seilnacht2009-12-221-21/+15
* Add a few more error checks around OpenSSL API calls.Ziga Seilnacht2009-12-221-0/+12
* Raise an error if a passphrase is used with a private key format that does no...Ziga Seilnacht2009-12-221-30/+29
* Additional error checks and a refcount fix for global_passphrase_callback.Ziga Seilnacht2009-12-221-2/+11
* Don't overwrite the error raised by the callback.Ziga Seilnacht2009-12-221-9/+17
* Whitespace cleanup.Ziga Seilnacht2009-12-221-3/+3
* Correctly handle errors from X509_CRL_signJean-Paul Calderone2011-09-131-4/+10
* 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-167-27/+27
* Convert Epytext markup to RST markupJonathan Ballet2011-07-1612-192/+192
* whitespaceJean-Paul Calderone2011-06-121-1/+1
* Doc changes, braces everywhereJean-Paul Calderone2011-06-121-10/+8
* Switch from returning False to raising an Error if the key doesn't check out ...Jean-Paul Calderone2009-05-131-4/+8
* Remove now unused local; use bools for return valueJean-Paul Calderone2009-05-131-3/+2
* self->pkey is always somethingJean-Paul Calderone2009-05-131-5/+2
* Apply pyOpenSSL_rsa_check.diffJean-Paul Calderone2009-05-131-0/+34
* Catch up to trunkJean-Paul Calderone2011-06-1222-59/+267
|\
| * 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
| * Support OpenSSL 1.0Jean-Paul Calderone2011-05-102-9/+32
| |\
| | * Flush the OpenSSL error queue after a successful PKCS12 parse in case there i...Jean-Paul Calderone2011-05-041-9/+19
| | * Apply winsock header hack/fixJean-Paul Calderone2011-04-141-0/+13
| | |\
| | | * Fix for #742885Jason R. Coombs2011-03-251-0/+13
| * | | 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
| * | | Fix a lot of reference counting bugs introduced by stupid copy/pastingJean-Paul Calderone2011-04-201-2/+2
| * | | A bunch of PyPy fixesJean-Paul Calderone2011-04-1812-11/+46
| |\ \ \
| | * | | Add a lot of missing Py_INCREFJean-Paul Calderone2011-03-1212-11/+46
| * | | | Catch up to trunkJean-Paul Calderone2011-04-1820-38/+118
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | There is no more PyInt_FromLong in 3.x; PyLong_FromLong works everywhereJean-Paul Calderone2011-04-061-1/+1
| | * | Sorry, these bytes are mega encoded.Jean-Paul Calderone2011-04-021-1/+1
| | * | Expose the data in the extension, and tests.Jean-Paul Calderone2011-04-011-0/+21
| | * | 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
| | |/
| | * More laggersJean-Paul Calderone2011-03-024-4/+2
| | * Fix some oversightsJean-Paul Calderone2011-03-023-4/+3
| | * Update copyright headers; remove pointless dates, add a pointer to the LICENS...Jean-Paul Calderone2011-03-0220-34/+47
| * | try harder to do the thing on pypy, also start fixing more refcountsJean-Paul Calderone2011-03-122-0/+2
| * | Catch up to trunkJean-Paul Calderone2010-12-038-1/+24
| |/
* | Fix bug #653830 - Cannot sign data with embedded NULs.David Brodsky2010-12-071-6/+8
|/
* A wild stab at something cross-platformJean-Paul Calderone2010-10-311-3/+9
* Apply to the othersJean-Paul Calderone2010-10-311-2/+2