summaryrefslogtreecommitdiff
path: root/OpenSSL
Commit message (Expand)AuthorAgeFilesLines
* merge masterJean-Paul Calderone2015-01-182-2/+15
|\
| * 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
* | 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
|/
* 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
* 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
| | * | all the wayJean-Paul Calderone2014-04-191-2/+2
| | * | Mirror the OpenSSL API as is our idiom.Jean-Paul Calderone2014-04-192-4/+4
| | * | strings are hard, be explicitJean-Paul Calderone2014-04-191-0/+4
| | * | Some doc fixupsJean-Paul Calderone2014-04-191-9/+50
| | * | These three exceptions are no longer used.Jean-Paul Calderone2014-04-191-31/+0
| | * | Switch to an explicit curve object.Jean-Paul Calderone2014-04-184-159/+159
| | * | Get rid of some top-level code, remove the code that reflects a weird edge ca...Jean-Paul Calderone2014-04-171-12/+23
| | * | Some versions of Python do not support the unicode literal syntax.Jean-Paul Calderone2014-04-171-1/+1
| | * | Add a test for the failure condition of EC_KEY_new_by_curve_nameJean-Paul Calderone2014-04-172-5/+28
| | * | Support for Python 2.6 - which lacks addCleanupJean-Paul Calderone2014-04-171-8/+9
| | * | Fix some rST markup.Jean-Paul Calderone2014-04-171-1/+1
| | * | Factor the guts out so they can be unit tested separately.Jean-Paul Calderone2014-04-171-7/+19
| | * | explicitly fail with a useful messageJean-Paul Calderone2014-04-171-2/+6
| | * | Some docstring cleanups.Jean-Paul Calderone2014-04-171-8/+7
| | * | Add a test for the False case of Cryptography_HAS_EC.Jean-Paul Calderone2014-04-171-0/+18
| | * | Merge remote-tracking branch 'pyca/master' into ecdheJean-Paul Calderone2014-04-175-2/+267
| | |\ \
| | * | | ecdh: Use different exception types for different errorsAndy Lutomirski2014-04-042-10/+78
| | * | | ecdh: curve names are strings, not bytesAndy Lutomirski2014-04-041-4/+5
| | * | | Move test that checks for curve descriptions to a separate testLaurens Van Houtven2014-04-031-5/+11
| | * | | Merge branch 'ecdhe' of git://github.com/amluto/pyopenssl into ecdheLaurens Van Houtven2014-03-292-0/+60
| | |\ \ \
| | | * | | Stop exposing all the NID and SN objects for elliptic curves, nowAndy Lutomirski2014-03-131-144/+0
| | | * | | Identify elliptic curves by short name, not NIDAndy Lutomirski2014-03-132-15/+32