summaryrefslogtreecommitdiff
path: root/OpenSSL/crypto/crypto.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix markup to be compatible with Sphinx and add rough API docJonathan Ballet2011-07-161-4/+4
* Convert Epytext markup to RST markupJonathan Ballet2011-07-161-37/+37
* Catch up to trunkJean-Paul Calderone2011-06-121-4/+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-181-1/+9
| |\
| | * Add a lot of missing Py_INCREFJean-Paul Calderone2011-03-121-1/+9
| * | Update copyright headers; remove pointless dates, add a pointer to the LICENS...Jean-Paul Calderone2011-03-021-3/+4
| |/
* | Fix bug #653830 - Cannot sign data with embedded NULs.David Brodsky2010-12-071-6/+8
|/
* Make the digest name to the verify function text instead of bytes, matching u...Jean-Paul Calderone2010-10-021-2/+2
* Update bytes/str stuff in crypt_verify and crypto_signJean-Paul Calderone2010-08-281-4/+20
* Fix type definitions, module init return values, and unicode/bytes conversionsJean-Paul Calderone2010-08-111-8/+3
* Start porting the C to the Python 3 APIsJean-Paul Calderone2010-08-101-17/+44
* Move the src directory to an OpenSSL directory so it can be a package even in...Jean-Paul Calderone2010-07-271-0/+849