summaryrefslogtreecommitdiff
path: root/OpenSSL
Commit message (Expand)AuthorAgeFilesLines
* merge masterremove-rationaleJean-Paul Calderone2015-03-156-20/+417
|\
| * 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
| * Trust return value in context errorStephen Holsapple2015-02-091-4/+5
| * Refactoring verify_certStephen Holsapple2015-01-302-59/+66
| * 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-303-6/+253
| * Merge pull request #179 from exarkun/Context.check_privatekeyJean-Paul Calderone2015-01-193-4/+44
| |\
| | * merge masterJean-Paul Calderone2015-01-182-2/+15
| | |\
| | * | Give assertIs and assertIsNot their stdlib-preferred names.Jean-Paul Calderone2014-12-121-4/+4
| | * | 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
| * | | 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
| | |/ | |/|
| * | verisign.org turned off SSLv3 (Happy Days!)Alex Gaynor2014-11-151-2/+2
| |/
| * 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
* | Remove RATIONALELaurens Van Houtven2014-06-171-61/+0
|/
* the minimal documentation requirementsJean-Paul Calderone2014-05-061-0/+4
* merge masterJean-Paul Calderone2014-05-055-23/+623
|\
| * Merge pull request #108 from pyca/pkcs12-without-passphraseJean-Paul Calderone2014-05-052-9/+87
| |\
| | * Fix too-long lines and fix repeated spelling error.Jean-Paul Calderone2014-05-051-13/+21
| | * Cleaner support PKCS#12 without passphrase.Stephen Holsapple2014-04-222-9/+79
| * | Merge pull request #101 from pyca/ecdheJean-Paul Calderone2014-05-015-7/+481
| |\ \ | | |/ | |/|
| | * do some explainingecdheJean-Paul Calderone2014-05-011-0/+7
| | * Apparently that code is a no-go on Python 2. It seemed to work on Python 3 t...Jean-Paul Calderone2014-05-011-5/+7
| | * Try to work around the strange Python 3 behavior.Jean-Paul Calderone2014-05-011-0/+6
| | * Add some Python 2.6 compatibility.Jean-Paul Calderone2014-05-011-0/+17
| | * Directly test that curves work well as set elements.Jean-Paul Calderone2014-05-011-0/+32
| | * Cache the _EllipticCurve instances so the inherited-from-object equality does...Jean-Paul Calderone2014-04-301-6/+28
| | * Use that helper to define tests for equality of _EllipticCurve instances.Jean-Paul Calderone2014-04-301-1/+42
| | * Add a helper for testing equality.Jean-Paul Calderone2014-04-301-0/+130
| | * Merge branch 'master' into ecdheJean-Paul Calderone2014-04-192-4/+46
| | |\
| | * | restore even more python 3.2 compat!Jean-Paul Calderone2014-04-191-1/+1
| | * | restore python 3.2 compatibilityJean-Paul Calderone2014-04-191-3/+3