summaryrefslogtreecommitdiff
path: root/OpenSSL
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | Added a test caseAlex Gaynor2014-08-121-0/+10
| | | * | | Handle when an OpenSSL error doesn't contain a reasonAlex Gaynor2014-08-121-0/+2
| | | | |/ | | | |/|
| | * | | Merge remote-tracking branch 'pyca/master' into npnJean-Paul Calderone2015-03-227-81/+614
| | |\ \ \
| | | * \ \ Merge remote-tracking branch 'origin/master' into recv_intoJean-Paul Calderone2015-03-157-81/+417
| | | |\ \ \
| | | | * \ \ 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
| | | | | | |/ / | | | | | |/| |
| | | | * | | | Remove RATIONALELaurens Van Houtven2014-06-171-61/+0
| | | | | |_|/ | | | | |/| |
| | | * | | | Get the sizes closer to the code that depends on them.Jean-Paul Calderone2015-03-151-12/+29
| | | * | | | These tests actually all exercise the bytearray case.Jean-Paul Calderone2015-03-151-4/+4
| | | * | | | Add the missing test for the `min` call used in the implementation.Jean-Paul Calderone2015-03-151-0/+35
| | | * | | | Fix one more docstring.Jean-Paul Calderone2015-03-151-2/+3
| | | * | | | Avoid using deprecated methods even more than we do already.Jean-Paul Calderone2015-03-151-6/+6
| | | * | | | Do that refactoring for a third test method.Jean-Paul Calderone2015-03-151-14/+20
| | | * | | | Do that refactoring for another test method.Jean-Paul Calderone2015-03-151-17/+22
| | | * | | | Various minor docstring fixes related to the code just refactored.Jean-Paul Calderone2015-03-151-4/+9
| | | * | | | Factor out the duplication between buffer / memoryview version of one of the ...Jean-Paul Calderone2015-03-151-15/+12
| | | * | | | Implement Connection.recv_into.Cory Benfield2014-06-162-0/+131
| | | |/ / /
| | * | | | Fix base class init signature.Jean-Paul Calderone2015-03-221-1/+1
| | * | | | Some more docstringsJean-Paul Calderone2015-03-221-0/+20
| | * | | | Factor internal initialization up to the base class.Jean-Paul Calderone2015-03-221-4/+5
| | * | | | Handle exceptions in NPN callbacks.Cory Benfield2015-03-222-64/+177
| | * | | | Copy buffer into bytestring.Cory Benfield2014-05-271-1/+1
| | * | | | Implement @alex's code review.Cory Benfield2014-05-151-9/+3
| | * | | | Make NPN markups.Cory Benfield2014-05-102-32/+78
| | * | | | Add support for Next Protocol Negotiation.Cory Benfield2014-05-102-0/+153
| | |/ / /