summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Python 3.x compatibilityJean-Paul Calderone2011-09-141-4/+4
| | | |
| * | | Avoid being CPython specific - the leakcheck script will catch these issues.Jean-Paul Calderone2011-09-141-31/+0
| | | |
| * | | Add a test for a special argument handling check of dump_privatekeyJean-Paul Calderone2011-09-141-0/+3
| | | |
| * | | Add a test for returning the wrong type from a passphrase callbackJean-Paul Calderone2011-09-141-0/+11
| | | |
| * | | Add leak checkers for some cases of load_privatekey, notice one leaks ↵Jean-Paul Calderone2011-09-141-5/+66
| | | | | | | | | | | | | | | | against trunk
| * | | epytext to rstJean-Paul Calderone2011-09-141-7/+7
| | | |
| * | | Unify code formatting in recently changed functions to what seems to be the ↵Ziga Seilnacht2009-12-221-21/+15
| | | | | | | | | | | | | | | | currently preferred style.
| * | | Add a few more error checks around OpenSSL API calls.Ziga Seilnacht2009-12-221-0/+12
| | | | | | | | | | | | | | | | These errors can only occur in low memory conditions, so there is no reasonable way to test them.
| * | | Raise an error if a passphrase is used with a private key format that does ↵Ziga Seilnacht2009-12-222-30/+52
| | | | | | | | | | | | | | | | | | | | | | | | not support encryption. Otherwise users might get an unpleasant surprise once they learn that their private key, which they thought was secure, is in fact readable by everyone.
| * | | Additional error checks and a refcount fix for global_passphrase_callback.Ziga Seilnacht2009-12-222-3/+68
| | | | | | | | | | | | | | | | | | | | | | | | There were two really big problems in this function: the first one was the silent truncation of passphrases, the second was the refcounting bug, which kept the passphrase in memory until the process exited. See tests for details.
| * | | Don't overwrite the error raised by the callback.Ziga Seilnacht2009-12-222-25/+42
| | | |
| * | | Whitespace cleanup.Ziga Seilnacht2009-12-221-3/+3
|/ / /
* | | Correctly handle errors from X509_CRL_signJean-Paul Calderone2011-09-133-4/+24
| | |
* | | Convert the documentation from LaTeX/epytext to Sphinx/ReSTJean-Paul Calderone2011-09-11157-27394/+3033
|\ \ \
| * | | ValueError: path 'doc/_build/' cannot end with '/'Jean-Paul Calderone2011-09-111-1/+1
| | | |
| * | | Remove terminal mistakeJean-Paul Calderone2011-09-111-1/+1
| | | |
| * | | Change some lingering epytextJean-Paul Calderone2011-09-113-22/+22
| | | |
| * | | Update set_mode API docs to use rst instead of epytext.Jean-Paul Calderone2011-09-112-3/+2
| | | |
| * | | Twiddle rpm configuration, I don't really know if this will work.Jean-Paul Calderone2011-09-111-2/+2
| | | |
| * | | Tell people how to build the docsJean-Paul Calderone2011-09-111-0/+4
| | | |
| * | | Update packaging junk to reflect new docsJean-Paul Calderone2011-09-111-2/+2
| | | |
| * | | Drop no longer needed old stuffJean-Paul Calderone2011-09-11127-25167/+0
| | | |
| * | | Bump *two* version numbers, fantastic.Jean-Paul Calderone2011-09-111-2/+2
| | | |
| * | | merge trunkJean-Paul Calderone2011-09-1139-1200/+1479
| |\ \ \ | |/ / / |/| | |
* | | | Add Context.set_mode, MODE_RELEASE_BUFFERS, and OP_NO_COMPRESSIONJean-Paul Calderone2011-09-085-0/+91
|\ \ \ \
| * | | | Enforce total ordering of events!Jean-Paul Calderone2011-09-081-1/+1
| | | | |
| * | | | Brace styleJean-Paul Calderone2011-09-081-3/+3
| | | | |
| * | | | Catch up to trunkJean-Paul Calderone2011-09-0836-1201/+1387
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge 0.13 release branchJean-Paul Calderone2011-09-0236-1201/+1387
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Regenerate the documentation for the new versionJean-Paul Calderone2011-09-0231-90/+90
| | | |
| * | | Bump the version to the final release versionJean-Paul Calderone2011-09-022-2/+2
| | | |
| * | | Bump the third instance of the version numberJean-Paul Calderone2011-08-141-1/+1
| | | |
| * | | Generate documentation for new versionJean-Paul Calderone2011-08-1426-1113/+1295
| | | |
| * | | Bump version numberJean-Paul Calderone2011-08-143-2/+6
|/ / /
| * | Some documentation on new constantsJean-Paul Calderone2011-09-081-0/+7
| | |
| * | Add a constant test for NO_NO_COMPRESSIONJean-Paul Calderone2011-09-081-0/+16
| | |
| * | Add a test for the positive case of Context.set_modeJean-Paul Calderone2011-09-081-0/+19
| | |
| * | - Add Context.set_mode methodGuillermo Gonzalez2011-08-295-0/+49
|/ / | | | | | | - Add MODE_RELEASE_BUFFERS and OP_NO_COMPRESSION constants, only if are defined (openssl >= 1.0.0)
| * Replace crazy middle dot with a full stop.Jean-Paul Calderone2011-09-111-4/+1
| |
| * Remove unused extensions and associated configurationJonathan Ballet2011-07-241-5/+1
| |
| * Require at least Sphinx 1.0 to build the documentationJonathan Ballet2011-07-241-1/+1
| |
| * Various multiples fixes after comparing with the Python's Latex-to-Sphinx ↵Jonathan Ballet2011-07-207-78/+79
| | | | | | | | converter's output
| * Translate the Latex doc to Sphinx docJonathan Ballet2011-07-177-1302/+1487
| | | | | | | | | | Don't rely on the docstrings anymor, which aren't sufficient anyway to generate this kind of documentation.
| * Migrated the rest of the narrative documentation from Latex to SphinxJonathan Ballet2011-07-165-84/+103
| |
| * Convert introduction and installation doc from Latex to SphinxJonathan Ballet2011-07-164-111/+93
| |
| * Fix most of the doc compilation warning/errorsJonathan Ballet2011-07-162-6/+8
| | | | | | | | There's still a "<autodoc>:: (ERROR/3) Unknown target name: "ssleay"." error though :(
| * Fix markup to be compatible with Sphinx and add rough API docJonathan Ballet2011-07-1619-443/+516
| |
| * Convert Epytext markup to RST markupJonathan Ballet2011-07-1619-337/+337
| |
| * Bootstrapping Sphinx documentationJonathan Ballet2011-07-165-0/+541
| |
| * Move the old documentation direcctory to prepare the new one.Jonathan Ballet2011-07-16128-0/+0
|/