summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* The message is not a basestring and basestring is an awful type anyway.verify-chainJean-Paul Calderone2015-03-151-3/+5
* Fix trivial rst syntax errors.Jean-Paul Calderone2015-03-151-2/+2
* Tweaks to the X509StoreContextError docstring.Jean-Paul Calderone2015-03-151-2/+2
* Give this new top-level function a docstring.Jean-Paul Calderone2015-03-151-0/+7
* Initialize a context at instantiation timeStephen Holsapple2015-02-122-1/+35
* Add documentation for X509StoreContextErrorStephen Holsapple2015-02-091-0/+12
* Trust return value in context errorStephen Holsapple2015-02-091-4/+5
* Refactoring verify_certStephen Holsapple2015-01-303-71/+82
* ChangeLogJean-Paul Calderone2015-01-301-3/+8
* Make a more specific assertion about where the failure reason shows up.Jean-Paul Calderone2015-01-301-3/+3
* remove unused importJean-Paul Calderone2015-01-301-1/+0
* A little bit more explanation of what "context" means here.Jean-Paul Calderone2015-01-301-4/+6
* Small test method docstring fixes and fixes for tests of exceptional cases.Jean-Paul Calderone2015-01-301-20/+14
* Four space indentation and other whitespace fixes.Jean-Paul Calderone2015-01-301-10/+17
* Whitespace and X509StoreContext documentation cleanups.Jean-Paul Calderone2015-01-301-5/+18
* four space indentJean-Paul Calderone2015-01-301-1/+1
* Consistent a/an for x509.Jean-Paul Calderone2015-01-301-2/+2
* wrap long lineJean-Paul Calderone2015-01-301-1/+2
* I think this word choice makes more sense.Jean-Paul Calderone2015-01-301-1/+1
* Add OpenSSL.crypto.verify_chain method.Stephen Holsapple2015-01-305-8/+277
* Merge pull request #179 from exarkun/Context.check_privatekeyJean-Paul Calderone2015-01-195-5/+50
|\
| * 0.7 was released.Jean-Paul Calderone2015-01-181-1/+1
| * merge masterJean-Paul Calderone2015-01-183-2/+20
| |\
| * | Give assertIs and assertIsNot their stdlib-preferred names.Jean-Paul Calderone2014-12-121-4/+4
| * | Perhaps this is a sensible way to declare a dependency on post-0.6.1 master? ...Jean-Paul Calderone2014-12-121-1/+1
| * | ChangeLogJean-Paul Calderone2014-12-111-0/+5
| * | Tentatively bump the required version of cryptography necessary for the new O...Jean-Paul Calderone2014-12-111-1/+1
| * | Add the necessary SSL_CTX_check_private_key call and error handling.Jean-Paul Calderone2014-12-111-0/+3
| * | Add tests for Context.check_privatekey.Jean-Paul Calderone2014-12-111-0/+37
* | | Merge pull request #172 from alex/fix-typosJean-Paul Calderone2015-01-183-4/+4
|\ \ \ | |_|/ |/| |
| * | Fixed several typosAlex Gaynor2014-11-153-4/+4
* | | Merge pull request #183 from darkrain42/Connection.shutdown-errorsJean-Paul Calderone2015-01-133-2/+20
|\ \ \ | |_|/ |/| |
| * | ChangeLog entryPaul Aurich2015-01-081-0/+5
| * | Fixes #91 -- proper error handling in Connection.shutdownPaul Aurich2015-01-081-2/+1
| * | Add test for Connection.shutdown on closed socketPaul Aurich2015-01-081-0/+14
|/ /
* | Merge pull request #173 from alex/no-more-v3Jean-Paul Calderone2014-11-171-2/+2
|\ \ | |/ |/|
| * verisign.org turned off SSLv3 (Happy Days!)Alex Gaynor2014-11-151-2/+2
|/
* Merge pull request #148 from alex/pkcs7-stuffDavid Reid2014-08-264-4/+41
|\
| * Added a changelog entryAlex Gaynor2014-08-211-0/+5
| * This needs the latest cryptographyAlex Gaynor2014-08-201-1/+1
| * Added a docstringAlex Gaynor2014-08-141-0/+4
| * Py3k fixAlex Gaynor2014-08-141-2/+2
| * Added a test for loading ASN1 dataAlex Gaynor2014-08-141-2/+30
| * Fixes #145 -- fixes loading pkcs7 data from ASN1Alex Gaynor2014-08-131-1/+1
|/
* Merge pull request #122 from ekohl/patch-1Laurens Van Houtven2014-06-161-1/+3
|\
| * Add link to the documentation on readthedocs.rogEwoud Kohl van Wijngaarden2014-06-161-1/+3
|/
* Merge pull request #88 from exarkun/set_verify-callback-argumentJean-Paul Calderone2014-05-064-3/+60
|\
| * add a missing wordJean-Paul Calderone2014-05-061-1/+1
| * the minimal documentation requirementsJean-Paul Calderone2014-05-061-0/+4
| * This depends on a new feature first introduced in cryptography 0.4.Jean-Paul Calderone2014-05-051-1/+1